-
Notifications
You must be signed in to change notification settings - Fork 201
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
feat: epic(evm): End-to-end EVM contract tests, keeper logic, contract bytecode, EthCall, and Ethereum JSON-RPC coverage #1883
Merged
Commits on May 15, 2024
-
Squashed commit of the following:
commit 1fe82fe Merge: 4e323da fac6492 Author: Unique-Divine <[email protected]> Date: Tue May 14 23:48:32 2024 -0500 Merge branch 'main' into on/evm-json-rpc commit 4e323da Author: Oleg Nikonychev <[email protected]> Date: Tue May 14 22:34:36 2024 +0400 feat: implemented evm grpc_query params commit ec64f33 Merge: eed9f8c 6e38c19 Author: Oleg Nikonychev <[email protected]> Date: Tue May 14 21:12:33 2024 +0400 chore: resolve conflicts commit eed9f8c Author: Oleg Nikonychev <[email protected]> Date: Tue May 14 21:09:44 2024 +0400 chore: changelog commit e0ec526 Author: Oleg Nikonychev <[email protected]> Date: Tue May 14 21:08:07 2024 +0400 chore: changelog commit 6b5191b Merge: 518e89f 69865ec Author: Oleg Nikonychev <[email protected]> Date: Tue May 14 21:04:30 2024 +0400 Merge branch 'ud/eth-2' into on/evm-json-rpc commit 69865ec Author: Unique-Divine <[email protected]> Date: Tue May 14 12:01:32 2024 -0500 linter + changelog commit 518e89f Author: Oleg Nikonychev <[email protected]> Date: Tue May 14 21:00:30 2024 +0400 fix: hacked eth chain id commit f874b87 Author: Unique-Divine <[email protected]> Date: Tue May 14 11:54:19 2024 -0500 query Balance commit 289b1d7 Author: Unique-Divine <[email protected]> Date: Tue May 14 11:30:15 2024 -0500 fix(deps): remove local collections replace statement commit 2215a9a Author: Oleg Nikonychev <[email protected]> Date: Tue May 14 20:16:58 2024 +0400 chore: cleanup commit 71d5179 Author: Oleg Nikonychev <[email protected]> Date: Tue May 14 20:15:12 2024 +0400 feat: evm app config and json-rpc commit fc5f463 Author: Unique-Divine <[email protected]> Date: Tue May 14 10:55:30 2024 -0500 eth: query type validation commit a6437fd Merge: 0c5cffb 40a0a9a Author: Unique-Divine <[email protected]> Date: Tue May 14 10:53:50 2024 -0500 Merge branch 'ud/eth' into ud/eth-2 commit 0c5cffb Author: Unique-Divine <[email protected]> Date: Tue May 14 10:53:46 2024 -0500 chore(deps): use collections v0.5 commit 40a0a9a Merge: 0dbba9e 2342254 Author: Unique-Divine <[email protected]> Date: Mon May 13 11:12:53 2024 -0500 Merge branch 'main' into ud/eth commit 0dbba9e Author: Unique-Divine <[email protected]> Date: Mon May 13 11:12:42 2024 -0500 quicksave wip! commit 820f50e Merge: 3159973 e7ed442 Author: Unique-Divine <[email protected]> Date: Fri May 10 02:42:51 2024 -0500 Merge branch 'main' into ud/eth commit 3159973 Author: Unique-Divine <[email protected]> Date: Fri May 10 02:41:42 2024 -0500 feat(evm): module wiring
Configuration menu - View commit details
-
Copy full SHA for 38d3293 - Browse repository at this point
Copy the full SHA 38d3293View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce7deb9 - Browse repository at this point
Copy the full SHA ce7deb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d4985 - Browse repository at this point
Copy the full SHA a0d4985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b05a6 - Browse repository at this point
Copy the full SHA 89b05a6View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7323397 - Browse repository at this point
Copy the full SHA 7323397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e63887 - Browse repository at this point
Copy the full SHA 4e63887View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf0b17 - Browse repository at this point
Copy the full SHA cbf0b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f44a70 - Browse repository at this point
Copy the full SHA 5f44a70View commit details -
Configuration menu - View commit details
-
Copy full SHA for d75779c - Browse repository at this point
Copy the full SHA d75779cView commit details
Commits on May 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 99722a2 - Browse repository at this point
Copy the full SHA 99722a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbbcfd6 - Browse repository at this point
Copy the full SHA dbbcfd6View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4bad26 - Browse repository at this point
Copy the full SHA b4bad26View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b83d5 - Browse repository at this point
Copy the full SHA d5b83d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a373fdd - Browse repository at this point
Copy the full SHA a373fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ae7a8 - Browse repository at this point
Copy the full SHA 75ae7a8View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c25f5b - Browse repository at this point
Copy the full SHA 4c25f5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a727b82 - Browse repository at this point
Copy the full SHA a727b82View commit details -
feat: implemented basic evm tx methods (#1889)
* feat: implemented basic evm tx methods * chore: lint * chore: extracted evm chain_id to appconst * fix: tests * fix: tests * fix: lint * chore: cleanup * refactor: merge upstream * chore(evm-keeper): remove unused code --------- Co-authored-by: Unique-Divine <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3016eef - Browse repository at this point
Copy the full SHA 3016eefView commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc86c9e - Browse repository at this point
Copy the full SHA cc86c9eView commit details
Commits on May 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 532a697 - Browse repository at this point
Copy the full SHA 532a697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ccdd77 - Browse repository at this point
Copy the full SHA 4ccdd77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 123e2d0 - Browse repository at this point
Copy the full SHA 123e2d0View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a215c51 - Browse repository at this point
Copy the full SHA a215c51View commit details -
test(evm): eth api integration test suite (#1887)
* test(evm): eth api integration test suite * test(evm): more integration tests for eth api * feat: implemented basic evm tx methods * chore: lint * chore: lint * chore: lint * chore: extracted evm chain_id to appconst * fix: tests * fix: tests * fix: lint * chore: cleanup * refactor: merge * fix: eth chain ID test * fix(eth): chain ID * linter fix * test(evm): integration tests for tx and smart contract * chore(evm): disabled json rpc by default * refactor: merge conflicts * test(rpcapi): make fixtures consistent * fix(evm): integration test fixture setup * chore: linter --------- Co-authored-by: Unique-Divine <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3ec804 - Browse repository at this point
Copy the full SHA f3ec804View commit details -
test(evm): ethers.js tests for evm (#1896)
* test(evm): eth api integration test suite * test(evm): more integration tests for eth api * feat: implemented basic evm tx methods * chore: lint * chore: lint * chore: lint * chore: extracted evm chain_id to appconst * fix: tests * fix: tests * fix: lint * chore: cleanup * refactor: merge * fix: eth chain ID test * fix(eth): chain ID * linter fix * test(evm): integration tests for tx and smart contract * chore(evm): disabled json rpc by default * test(evm): ethers.js tests for evm * test(evm): github workflow * fix: gh actions evm tests npm instead of yarn * fix: evm gh tests * fix: evm gh tests * fix: evm gh tests * chore: cleanup * chore: renamed evm job * refactor: merge conflict rever * refactor(e2e): consistent path * chore: cleanup unused * wip!: try removing chain ID hacks * wip!: try removing chain ID hacks * chore: linter --------- Co-authored-by: Unique-Divine <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e22538 - Browse repository at this point
Copy the full SHA 7e22538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 469c7aa - Browse repository at this point
Copy the full SHA 469c7aaView commit details
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.