This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Consensus Engines Implementation: Aura #911
Merged
Changes from 56 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
e333350
begin to shuffle some more stuff over to consensus-common
rphmeier ef29c2e
Generalize BlockImport
gnunicorn 9bd7495
initial aura block production
rphmeier 2a9268e
move node consensus into rhd
gnunicorn de5a15e
Move ImportBlock into consensus-common
gnunicorn 65f8ad6
Added block notification after import
arkpar 822a0d6
re-enable tests
gnunicorn c1b9387
Send import notification in aura tests
arkpar 962bc0a
split into light and full, attempt to use aura
gnunicorn 51ace82
Integrating aura into service
gnunicorn c1f9f19
Make Signatures more generic
gnunicorn dd085e5
Aura Block Production with the given key
gnunicorn bf1c7a4
Block Proposing like 912 intended
gnunicorn 1dbcfce
also adapt to 924
gnunicorn 122c633
match up inherentdata struct
gnunicorn 8138a0b
Merge remote-tracking branch 'origin/master' into rh-aura
gavofyork ffe5a14
Fix
gavofyork e177ae9
update slot duration and secs_per_block to not conflict
gnunicorn 02d6fe0
run aura on the thread pool
rphmeier a766d52
start at exact step start in aura
rphmeier a46c79b
fix best block keys
rphmeier 0cb2291
catch panic and continue in aura proposer
rphmeier 4696d0e
Add needed wasm blob, in leiu of better solutions.
gavofyork f4290fc
Merge branch 'rh-aura' of github.com:paritytech/substrate into rh-aura
gavofyork 50f4235
update lockfile
rphmeier d85f344
Fix warnings.
gavofyork 18ff95b
Remove Miscellaneous dependency.
gavofyork 1a7f139
Remove old cruft
gavofyork 2f6ebe9
Make API ids consistent with traits and bring upstream for sharing.
gavofyork 2241f56
Add decrease_free_balance to Balances module
gavofyork 9b0b5c4
Encode `Metadata` once instead of two times
bkchr 5df41d4
Bitops include xor
gavofyork 8ba939e
Merge branch 'rh-aura' of github.com:paritytech/substrate into rh-aura
gavofyork 04dc1d6
Upgrade key module.
gavofyork de169b4
Wasm fix
gavofyork ed8c705
Default pages to somewhat bigger.
gavofyork 78f488e
Make `decl_module!` implement `OnFinalise`
bkchr 059944e
Fix.
gavofyork a8ba344
Runtime version pub sub. (#948)
tomusdrw bd8a0c4
Introduce upgrade key into node
gavofyork fc6aa35
add missing key in tests to make it pass
gnunicorn b72600a
update wasm compiles
gnunicorn 3378b22
Add `Created` event.
pepyakin 81b775b
Merge remote-tracking branch 'origin/master' into rh-aura
gnunicorn 2584b98
Update WASM hashes
gnunicorn ded4fe9
Cleaning up consensus-rhd
gnunicorn 39d6e50
parity-codec version bump
gnunicorn c4a8acd
addressing grumbles
gnunicorn 005110e
Reform `Result<T, ()>` into `Option<T>` returns
gnunicorn 30fc26c
Attempt to merge remote-tracking branch 'origin/master' into rh-aura
gnunicorn b4f0f64
Fixes bugs with the `decl_module!` macro
bkchr 60ff69c
Fixes last errors after merge
bkchr 63cbe77
Some nitpicking
bkchr 075f80a
kill some TODOs
rphmeier 4c2955f
Simplify and reuse slot_author
gnunicorn 17be798
Addressing grumbles
gnunicorn 9ab87a6
Merge remote-tracking branch 'origin/master' into rh-aura
gnunicorn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
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
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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gavofyork can you say something about this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8 is way too low to do a chain upgrade. as i understand it, memory is unallocated until used anyway so it shouldn't cause a performance degradation?