-
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
test(evm-rpc-backend): Add testnetwork tests using a node with a real RPC backend #2037
Conversation
commit a4a2e65 Author: Unique-Divine <realuniquedivine@gmail.com> Date: Fri Sep 13 08:09:44 2024 +0900 fix: panic on nil gethcore.Log passed to bloom constructor commit 180c146 Author: Unique-Divine <realuniquedivine@gmail.com> Date: Fri Sep 13 07:34:50 2024 +0900 refactor: remove unnecessary code commit bd43152 Author: Unique-Divine <realuniquedivine@gmail.com> Date: Fri Sep 13 07:15:53 2024 +0900 refactor: remove unused commit 452d47e Merge: 8441dde 60167ca Author: Unique-Divine <realuniquedivine@gmail.com> Date: Fri Sep 13 05:04:59 2024 +0900 Merge branch 'main' into ud/evm-events commit 8441dde Author: Unique-Divine <realuniquedivine@gmail.com> Date: Fri Sep 13 05:04:33 2024 +0900 chore: changelog commit 5bcf6a7 Author: Unique-Divine <realuniquedivine@gmail.com> Date: Fri Sep 13 04:57:38 2024 +0900 remove rpc/backend mocks and add test setup commit b971a9a Author: Unique-Divine <realuniquedivine@gmail.com> Date: Fri Sep 13 04:57:07 2024 +0900 refactor(evm): use typed event for tx logs and message emission commit 255305b Author: Unique-Divine <realuniquedivine@gmail.com> Date: Fri Sep 13 02:14:47 2024 +0900 chore: linter commit 2f8b1e4 Author: Unique-Divine <realuniquedivine@gmail.com> Date: Fri Sep 13 02:09:10 2024 +0900 chore: stopping point commit 1df1e9d Author: Unique-Divine <realuniquedivine@gmail.com> Date: Fri Sep 13 00:55:33 2024 +0900 wip!: save commit a580362 Author: Unique-Divine <realuniquedivine@gmail.com> Date: Thu Sep 12 09:55:48 2024 +0900 chore: linter and changelog commit 121287d Merge: f92de5e 6ba79bb Author: Unique-Divine <realuniquedivine@gmail.com> Date: Thu Sep 12 09:47:00 2024 +0900 Merge branch 'main' into ud/2408/eth-rpc commit f92de5e Author: Unique-Divine <realuniquedivine@gmail.com> Date: Wed Sep 11 13:38:09 2024 +0900 chore: changelog commit 1390371 Merge: 0b4b39b 64beba7 Author: Unique-Divine <realuniquedivine@gmail.com> Date: Wed Sep 11 12:21:50 2024 +0900 Merge branch 'main' into ud/2408/eth-rpc commit 0b4b39b Author: Unique-Divine <realuniquedivine@gmail.com> Date: Wed Sep 11 11:55:23 2024 +0900 chore(github): Automate labeleing and add-to-project for GH issues/tickets commit 94519d4 Author: Unique-Divine <realuniquedivine@gmail.com> Date: Tue Sep 10 23:29:48 2024 +0900 pending chekcpoint commit 563c253 Author: Unique-Divine <realuniquedivine@gmail.com> Date: Mon Sep 9 15:02:02 2024 +0900 test(e2e): remove unnecessary skips commit bb6cb20 Author: Unique-Divine <realuniquedivine@gmail.com> Date: Mon Sep 9 14:36:59 2024 +0900 remove dead code commit 97da983 Merge: 0868ce8 b1aac01 Author: Unique-Divine <realuniquedivine@gmail.com> Date: Mon Sep 9 14:28:59 2024 +0900 Merge branch 'main' into ud/2408/eth-rpc commit 0868ce8 Author: Unique-Divine <realuniquedivine@gmail.com> Date: Mon Sep 9 14:28:53 2024 +0900 wip!: checkpoint
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2037 +/- ##
==========================================
- Coverage 62.89% 62.81% -0.08%
==========================================
Files 266 267 +1
Lines 16826 16854 +28
==========================================
+ Hits 10582 10587 +5
- Misses 5434 5457 +23
Partials 810 810
|
Changes included enough on a different PR. Closing this as unnecessary |
Purpose / Abstract
Related