forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Schema override TODOs (paritytech#345)
* Use override in eth_getLogs * Use override in EthFilterApi * Wrap overrides in an Arc * Fix checker * Use override in EthPubSubApi * Fix checker * Add OverrideHandle * Fix checker * Update test-web3api * Bump fc-rpc version 2.0.0-dev * CHANGELOG unreleased notes * Update Cargo.lock
- Loading branch information
Showing
9 changed files
with
129 additions
and
72 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## [Unreleased] | ||
### Changed | ||
- `EthPubSubApi::new` takes an additional `overrides` parameter. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.