forked from neonevm/neon-evm
-
Notifications
You must be signed in to change notification settings - Fork 8
move tests from evm_loader folder #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
anton-lisanin
approved these changes
Sep 28, 2023
Dapps report``` Cost report for "Aave" dApp ---------------------------------------- ┌──────────────────────────┬──────────┬─────────────┬────────────┬───────┬─────────────────┬────────────┬────────────────┐ │ Action │ Fee │ Cost in $ │ Accounts │ TRx │ Estimated Gas │ Used Gas │ Used % of EG │ ├──────────────────────────┼──────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Token mint │ 0.505224 │ 0.0418596 │ 9 │ 1 │ 1552280 │ 1527280 │ 98.39 │ ├──────────────────────────┼──────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Token approve │ 0.505224 │ 0.0418596 │ 9 │ 1 │ 1552280 │ 1527280 │ 98.39 │ ├──────────────────────────┼──────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Deposit to lending pool │ 1.66928 │ 0.138306 │ 4 │ 5 │ 9318680 │ 5046200 │ 54.15 │ ├──────────────────────────┼──────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Borrow from lending pool │ 1.09811 │ 0.0909822 │ 4 │ 30 │ 4876840 │ 3319560 │ 68.07 │ ├──────────────────────────┼──────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Repay │ 0.011578 │ 0.000959277 │ 4 │ 5 │ 295000 │ 35000 │ 11.86 │ ├──────────────────────────┼──────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Flashloan │ 1.00714 │ 0.083445 │ 4 │ 4 │ 9418680 │ 3044560 │ 32.32 │ ├──────────────────────────┼──────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Withdraw │ 0.011578 │ 0.000959277 │ 4 │ 5 │ 3289560 │ 35000 │ 1.06 │ ├──────────────────────────┼──────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Liquidation │ 0.68551 │ 0.0567969 │ 4 │ 57 │ 3629560 │ 2072280 │ 57.09 │ └──────────────────────────┴──────────┴─────────────┴────────────┴───────┴─────────────────┴────────────┴────────────────┘ Cost report for "Uniswap V3" dApp ---------------------------------------- ┌──────────────────────────────────────────────────────┬────────────┬─────────────┬────────────┬───────┬─────────────────┬────────────┬────────────────┐ │ Action │ Fee │ Cost in $ │ Accounts │ TRx │ Estimated Gas │ Used Gas │ Used % of EG │ ├──────────────────────────────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Token approve │ 0.505271 │ 0.0418635 │ 9 │ 1 │ 1552280 │ 1527280 │ 98.39 │ ├──────────────────────────────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ NonfungiblePositionManager - Mint position │ 5.71022 │ 0.473111 │ 4 │ 28 │ 38247000 │ 17260240 │ 45.13 │ ├──────────────────────────────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ NonfungiblePositionManager - Increase liquidity │ 0.076091 │ 0.00630441 │ 23 │ 23 │ 9338680 │ 230000 │ 2.46 │ ├──────────────────────────────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ NonfungiblePositionManager - Decrease Liquidity │ 0.231264 │ 0.019161 │ 17 │ 1 │ 13800520 │ 699040 │ 5.07 │ ├──────────────────────────────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ NonfungiblePositionManager - Collect Fees │ 1.00723 │ 0.0834528 │ 20 │ 1 │ 3119560 │ 3044560 │ 97.6 │ ├──────────────────────────────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ NonfungiblePositionManager - Burn Liquidity Position │ 0.0792935 │ 0.00656974 │ 15 │ 1 │ 7641400 │ 239680 │ 3.14 │ ├──────────────────────────────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Direct swap │ 0.00330831 │ 0.000274105 │ 17 │ 1 │ 185000 │ 10000 │ 5.41 │ ├──────────────────────────────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Burn transaction │ 0.0792935 │ 0.00656974 │ 11 │ 1 │ 4606840 │ 239680 │ 5.2 │ ├──────────────────────────────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Collect transaction │ 0.505271 │ 0.0418635 │ 12 │ 1 │ 1562280 │ 1527280 │ 97.76 │ └──────────────────────────────────────────────────────┴────────────┴─────────────┴────────────┴───────┴─────────────────┴────────────┴────────────────┘ Cost report for "Saddle Finance" dApp ---------------------------------------- ┌──────────────────────────────┬────────────┬─────────────┬────────────┬───────┬─────────────────┬────────────┬────────────────┐ │ Action │ Fee │ Cost in $ │ Accounts │ TRx │ Estimated Gas │ Used Gas │ Used % of EG │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Add liquidity │ 0.506865 │ 0.0419955 │ 3 │ 2 │ 1732280 │ 1532280 │ 88.45 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Swap DAI -> USDC │ 0.00330791 │ 0.000274072 │ 20 │ 1 │ 195000 │ 10000 │ 5.13 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Swap USDC -> DAI │ 0.00330791 │ 0.000274072 │ 20 │ 1 │ 195000 │ 10000 │ 5.13 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Remove liquidity │ 0.00330791 │ 0.000274072 │ 22 │ 1 │ 105000 │ 10000 │ 9.52 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Add liquidity in 3 Tokens │ 0.590729 │ 0.0489439 │ 4 │ 30 │ 1852280 │ 1787280 │ 96.49 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Swap DAI -> USDC 3 pool │ 0.00330518 │ 0.000273846 │ 20 │ 1 │ 205000 │ 10000 │ 4.88 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Swap USDC -> USDT 3 pool │ 0.00330518 │ 0.000273846 │ 20 │ 1 │ 205000 │ 10000 │ 4.88 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Swap USDC -> DAI 3 pool │ 0.00330518 │ 0.000273846 │ 20 │ 1 │ 205000 │ 10000 │ 4.88 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Remove liquidity 3 pool │ 0.00495777 │ 0.000410769 │ 3 │ 2 │ 125000 │ 15000 │ 12 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Add liquidity in metapool │ 0.601895 │ 0.0498691 │ 3 │ 31 │ 1822280 │ 1822280 │ 100 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Swap SUSD -> LP metapool │ 0.00330298 │ 0.000273663 │ 21 │ 1 │ 205000 │ 10000 │ 4.88 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Swap USDC -> SUSD metapool │ 0.173406 │ 0.0143673 │ 4 │ 52 │ 3599560 │ 525000 │ 14.59 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Swap DAI -> USDT metapool │ 0.0891804 │ 0.00738891 │ 4 │ 28 │ 6404120 │ 270000 │ 4.22 │ ├──────────────────────────────┼────────────┼─────────────┼────────────┼───────┼─────────────────┼────────────┼────────────────┤ │ Remove liquidity in Metapool │ 0.00330298 │ 0.000273663 │ 22 │ 1 │ 105000 │ 10000 │ 9.52 │ └──────────────────────────────┴────────────┴─────────────┴────────────┴───────┴─────────────────┴────────────┴────────────────┘ |
afalaleev
pushed a commit
that referenced
this pull request
Oct 11, 2023
* move tests from evm_loader folder * chmod
afalaleev
pushed a commit
that referenced
this pull request
Oct 18, 2023
* move tests from evm_loader folder * chmod
afalaleev
pushed a commit
that referenced
this pull request
Oct 18, 2023
* move tests from evm_loader folder * chmod
afalaleev
pushed a commit
that referenced
this pull request
Oct 27, 2023
* move tests from evm_loader folder * chmod
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.