This repository was archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Implements darwinia API #3
Merged
Conversation
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
clearloop
added a commit
that referenced
this pull request
Oct 23, 2020
* feat(store): add proposal store * feat(tx): add shortcut for checking ethereum tx * fix(darwinia): the typo of redeem * fix(store): update the api of relay proposals * fix(store): the backing map * fix(store): the pendingheader structure * feat(runtime): use associated trait types
clearloop
added a commit
that referenced
this pull request
Oct 23, 2020
* feat(store): add proposal store * feat(tx): add shortcut for checking ethereum tx * fix(darwinia): the typo of redeem * fix(store): update the api of relay proposals * fix(store): the backing map * fix(store): the pendingheader structure * feat(runtime): use associated trait types
hackfisher
added a commit
that referenced
this pull request
Oct 24, 2020
* Tales of 1001 Nights * chore(git): move bridger into crates temporarily * feat(feature): add rpc feature * feat(rpc): add block_number rpc * perf(eth): remove gen_proof function in eth module * fix(feature): the importing of feature dependencies * perf(eth): exports rpc response types * Compose darwinia runtime as runtime feature (#1) * feat(runtime): add runtime feature * feat(store): add storage interface for relayer_game * refactor(frame): reset the structure of ethereum module * feat(frame): add lastConfirmed API in ethereumRelay * feat(frame): complete API calls * perf(ci): slim verbose check * Complete JSON types for bridger to use shadow API (#2) * feat(eth): add receipt json type * perf(eth): perf ethHeader type * feat(shadow): compelte types of shadow API * perf(types): use the old mmr_proof structure * fix(rpc): the types in rpc * fix(lint): the clippy check shadow API * Implements store checker for game and backing (#3) * feat(store): add proposal store * feat(tx): add shortcut for checking ethereum tx * fix(darwinia): the typo of redeem * fix(store): update the api of relay proposals * fix(store): the backing map * fix(store): the pendingheader structure * feat(runtime): use associated trait types * Iterate darwinia storage (#4) * perf(store): use store suffix for store query * perf(frame): remove query suffix * perf(deps): clean darwinia-common deps * perf(manifest): clean annotations * Adapts substrate v2.0.0 (#5) * Add sudo frame and collective frame (#6) * feat(frame): customize sudo pallet * feat(frame): correct the collective name to council * feat(frame): complete collective frame * Adapts the new relayer game (#7) * perf(chain): rename eth to ethereum * perf(module): rename all eth to ethereum * refactor(module): rename EthereumHeaderThing to EthereumHeaderParcel * perf(types): add serialize to ParcelJson * feat(api): affirm api in relay module * chore(types): public the proof struct * feat(dawrinia): adapts new relay API * bump(v0.0.11): the new relay API * refactor(api): renmae PendingHeaders to PendingRelayHeaderParcels * refactor(types): rename Proposals to Affirmations * refactor(api): rename proposal to affirmations * Add proxy module to runtime (#9) * Add proxy module to runtime * use sustrate_subxt::sp_runtime * Add and fix docs * Adjust proxy type * Fix proxy type * Add missed docs * Migrates darwinia-network/bridge-primitives * rm .DS_Store Co-authored-by: Aki <wuminzhe@gmail.com> Co-authored-by: HackFisher <hackfisher@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Desc
Gather Darwinia APIs from Darwinia Runtime