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

Support MMR digest in block header #358

Merged
merged 13 commits into from
Mar 24, 2020
Merged

Conversation

hackfisher
Copy link
Contributor

@hackfisher hackfisher commented Mar 18, 2020

Closes #352
Closes #344

This is to support and include MMR in darwinia block header, so the darwinia's light client and chain relay can use this mmr value to build super light client.

Blockchain history digest item that contains the merkle mountain range root at given block. It is created for providing super light client a commitment of all the previous blocks.

Copy link
Member

@AurevoirXavier AurevoirXavier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok, let's give it a try

@AurevoirXavier AurevoirXavier merged commit 00da07d into develop Mar 24, 2020
@AurevoirXavier AurevoirXavier deleted the denny_support_mmr_header branch March 24, 2020 02:36
env: RUST_TOOLCHAIN=nightly-2020-02-07 TARGET=native ETHRELAY
script: .maintain/ci/darwinia_test_script.sh eth-relay

- stage: Darwinia Test
- stage: Darwinia ETHBACKING Test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although there are only two workers in Travis free plan, it still can run concurrently with the same stage name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make MMR Into a Module Support and include MMR in blockheader
3 participants