-
Notifications
You must be signed in to change notification settings - Fork 202
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(eth-rpc): RPC backend, Ethereum tracer, KV indexer, and RPC APIs #1861
Conversation
commit 045cf6d Merge: db03210 ffcea96 Author: Unique-Divine <[email protected]> Date: Sun May 5 15:21:16 2024 -0500 Merge branch 'main' into ud/evm-rpc commit db03210 Author: Unique-Divine <[email protected]> Date: Sun May 5 15:18:59 2024 -0500 test(eth-rpc): more tests commit 14f8a2c Author: Unique-Divine <[email protected]> Date: Sun Apr 28 17:21:18 2024 -0500 test(eth): more tests commit 433780d Merge: 4f28f8f 29e2acd Author: Unique-Divine <[email protected]> Date: Sun Apr 28 14:53:34 2024 -0500 Merge branch 'main' into ud/evm-rpc commit 4f28f8f Author: Unique-Divine <[email protected]> Date: Sun Apr 28 14:51:54 2024 -0500 test(eth): eip712 more tests commit bfac1e8 Author: Unique-Divine <[email protected]> Date: Sun Apr 28 14:29:27 2024 -0500 refactor(eth): ethtypes -> eth commit b32d385 Author: Unique-Divine <[email protected]> Date: Sun Apr 28 14:24:26 2024 -0500 refactor(eth): evm/types -> evm commit a336983 Author: Unique-Divine <[email protected]> Date: Sat Apr 27 15:58:05 2024 -0500 refactor(eth): rpc/types -> rpc commit c3a6215 Merge: fe913dc 31bb3bb Author: Unique-Divine <[email protected]> Date: Sat Apr 27 13:13:37 2024 -0500 Merge branch 'ud/evm' into ud/evm-rpc commit 31bb3bb Merge: 1a05061 072de03 Author: Unique Divine <[email protected]> Date: Sat Apr 27 20:12:14 2024 +0200 Merge branch 'main' into ud/evm commit fe913dc Author: Unique-Divine <[email protected]> Date: Sat Apr 27 09:10:03 2024 -0500 test,refactor(eth): remove unnecessary nesting + more tests commit 372df12 Author: Unique-Divine <[email protected]> Date: Sat Apr 27 07:41:04 2024 -0500 ci: add CODECOV_TOKEN env var to secrets commit ac0701a Author: Unique-Divine <[email protected]> Date: Sat Apr 27 07:26:57 2024 -0500 test(eth-rpc): more tests for types dir commit 176b6c6 Author: Unique-Divine <[email protected]> Date: Fri Apr 26 20:54:04 2024 -0500 chore: linter commit 36730c5 Author: Unique-Divine <[email protected]> Date: Fri Apr 26 20:48:58 2024 -0500 feat(eth-rpc): Conversion types and functions between Ethereum txs and blocks and Tendermint ones. commit 1a05061 Author: Unique-Divine <[email protected]> Date: Fri Apr 26 08:11:57 2024 +0200 feat(eth-pubsub): Implement in-memory EventBus for real-time topic management and event distribution
Important Auto Review SkippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 19 files out of 74 files are above the max files limit of 50. Please upgrade to Pro plan to get higher limits. 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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1861 +/- ##
==========================================
- Coverage 71.97% 67.84% -4.13%
==========================================
Files 183 203 +20
Lines 10514 13064 +2550
==========================================
+ Hits 7567 8863 +1296
- Misses 2475 3561 +1086
- Partials 472 640 +168
|
c6fab21
to
59dacc1
Compare
Purpose / Abstract