Skip to content
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

Merged
merged 4 commits into from
May 6, 2024

Conversation

Unique-Divine
Copy link
Member

Purpose / Abstract

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
@Unique-Divine Unique-Divine requested a review from a team as a code owner May 6, 2024 04:24
Copy link
Contributor

coderabbitai bot commented May 6, 2024

Important

Auto Review Skipped

More 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 reviews.review_status to false in the CodeRabbit configuration file.


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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

codecov bot commented May 6, 2024

Codecov Report

Attention: Patch coverage is 50.70039% with 1267 lines in your changes are missing coverage. Please review.

Project coverage is 67.84%. Comparing base (2bd7a14) to head (59dacc1).

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     
Files Coverage Δ
app/app.go 54.36% <ø> (ø)
app/modules.go 95.91% <100.00%> (ø)
cmd/nibid/cmd/root.go 77.93% <100.00%> (ø)
eth/rpc/backend/filters.go 100.00% <100.00%> (ø)
x/common/testutil/sample.go 73.52% <ø> (+14.00%) ⬆️
x/evm/evmtest/eth.go 100.00% <100.00%> (ø)
x/evm/evmtest/signer.go 0.00% <ø> (ø)
x/evm/logs.go 100.00% <100.00%> (ø)
x/evm/params.go 31.48% <ø> (ø)
x/evm/json_tx_args.go 98.49% <98.49%> (ø)
... and 20 more

@Unique-Divine Unique-Divine merged commit 83da4ad into main May 6, 2024
14 checks passed
@Unique-Divine Unique-Divine deleted the ud/evm-rpc-2 branch May 6, 2024 05:20
@Unique-Divine Unique-Divine added the x: evm Relates to Nibiru EVM or the EVM Module label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x: evm Relates to Nibiru EVM or the EVM Module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant