[pallet-revive] eth-rpc minor fixes (#7325)
- Add option to specify database_url using DATABASE_URL environment
variable
- Add a eth-rpc-tester rust bin that can be used to test deployment
before releasing eth-rpc
- make evm_block non fallible so that it can return an Ok response for
older blocks when the runtime API is not available
- update cargo.lock to integrate changes from
https://github.com/paritytech/subxt/pull/1904
---------
Co-authored-by:
cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
ccd6337f
Showing
- Cargo.lock 6 additions, 6 deletionsCargo.lock
- prdoc/pr_7325.prdoc 11 additions, 0 deletionsprdoc/pr_7325.prdoc
- substrate/frame/revive/rpc/Cargo.toml 11 additions, 17 deletionssubstrate/frame/revive/rpc/Cargo.toml
- substrate/frame/revive/rpc/examples/README.md 1 addition, 1 deletionsubstrate/frame/revive/rpc/examples/README.md
- substrate/frame/revive/rpc/src/cli.rs 4 additions, 2 deletionssubstrate/frame/revive/rpc/src/cli.rs
- substrate/frame/revive/rpc/src/client.rs 5 additions, 6 deletionssubstrate/frame/revive/rpc/src/client.rs
- substrate/frame/revive/rpc/src/eth-indexer.rs 1 addition, 1 deletionsubstrate/frame/revive/rpc/src/eth-indexer.rs
- substrate/frame/revive/rpc/src/eth-rpc-tester.rs 157 additions, 0 deletionssubstrate/frame/revive/rpc/src/eth-rpc-tester.rs
- substrate/frame/revive/rpc/src/example.rs 0 additions, 2 deletionssubstrate/frame/revive/rpc/src/example.rs
- substrate/frame/revive/rpc/src/lib.rs 2 additions, 2 deletionssubstrate/frame/revive/rpc/src/lib.rs
Please register or sign in to comment