-
Notifications
You must be signed in to change notification settings - Fork 115
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
roothash/api: rename Genesis.Blocks -> RuntimeStates #2462
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2462 +/- ##
==========================================
+ Coverage 66.76% 66.94% +0.18%
==========================================
Files 324 324
Lines 29887 29893 +6
==========================================
+ Hits 19953 20013 +60
+ Misses 7453 7388 -65
- Partials 2481 2492 +11
Continue to review full report at Codecov.
|
2ce4286
to
014c44b
Compare
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.
Signature contexts should not be moved.
6b4acc4
to
e1b122e
Compare
1034c44
to
16f83fd
Compare
16f83fd
to
67609ff
Compare
93fbf34
to
ce92b8c
Compare
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.
Few minor nits, otherwise looks good now.
95137e2
to
a3940c4
Compare
PR for #2426:
roothash.Genesis.Blocks
with map storingapi.RuntimeGenesis
objects,RuntimeGenesis.Round
and--runtime.genesis.round
flag,InitChain()
generates runtime genesis block usingRuntimeGenesis
instead of block,RuntimeGenesis.StorageReceipt
withStorageReceipts
i.e. one receipt per storage node,RuntimeGenesis
includingStorageSignatures
verification ofStateRoot
and tests for it,RuntimeGenesis
struct to rust,Bytes
in rust.