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

[Indexer] Pebble storage implementation #47

Merged

Conversation

devbugging
Copy link
Contributor

Closes: #17

Description

This PR implements Pebble for persistent storage.


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the standards mentioned here.
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

m-Peter and others added 30 commits January 29, 2024 18:03
Implement the `eth_call` JSON-RPC endpoint
Implement the `eth_sendRawTransaction` JSON-RPC endpoint
Implement the `eth_getTransactionByHash` JSON-RPC endpoint
Make value returned by `eth_gasPrice` configurable
These include:
- eth_getBlockByHash
- eth_getBlockTransactionCountByHash
- eth_getBlockTransactionCountByNumber
- eth_getTransactionByBlockHashAndIndex
- eth_getTransactionByBlockNumberAndIndex
Setup improvements for running the Flow EVM Gateway
@devbugging devbugging merged commit 0882fda into gregor/index/indexer-integration-test Feb 27, 2024
@m-Peter m-Peter deleted the gregor/index/indexer-pebble branch March 8, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Setup persistent storage
5 participants