Skip to content

Commit

Permalink
Update Frontier (#664)
Browse files Browse the repository at this point in the history
* Implement EthereumRuntimeRPCApi::extrinsic_filter

* Update runtime associated types

* Pass backend to EthFilterApi

* Add SyncStrategy::Parachain

* Add `frontier-schema-cache-task`

* Update frontier

* Update `receiptsRoot` in ts tests

* fmt

* fix integration tests

Co-authored-by: librelois <c@elo.tf>
  • Loading branch information
tgmichel and librelois authored Aug 4, 2021
1 parent 867d4a8 commit e82c320
Show file tree
Hide file tree
Showing 29 changed files with 200 additions and 129 deletions.
151 changes: 102 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/rpc-core/txpool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jsonrpc-derive = "14.0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

fc-rpc-core = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.8" }
fc-rpc-core = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-pre" }
8 changes: 4 additions & 4 deletions client/rpc/debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sp-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot

moonbeam-rpc-core-debug = { path = "../../rpc-core/debug" }
moonbeam-rpc-primitives-debug = { path = "../../../primitives/rpc/debug" }
fc-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.8" }
fc-db = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.8" }
fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.8" }
fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-v0.9.8" }
fc-consensus = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-pre" }
fc-db = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-pre" }
fc-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-pre" }
fp-rpc = { git = "https://github.com/purestake/frontier", branch = "moonbeam-polkadot-pre" }
Loading

0 comments on commit e82c320

Please sign in to comment.