This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
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.
Add state representation #32
Add state representation #32
Changes from all commits
a453c4d
62420a9
cf6e484
a1340ff
a2adee4
6201f4c
2b14d8d
9ce5d6c
06f6436
05b2d47
00d4675
5a60665
2df269d
4cf479a
411925c
7f31112
34d9ddc
8339f86
61cbe55
f7bc92b
0828bf3
3f320e0
d87ef53
08dfbc5
313388e
ecda995
4fd51b7
fa9307b
e1d624c
39bc623
6bba8c6
6e036ad
747b594
62f759c
09f95d2
5449c59
e8cc2d3
e4005c8
8785e68
70ac923
f1cba75
a9d5149
4fbff8a
4a50807
a8c17a7
73de678
b4db7e3
2c4e44c
4d87996
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Are these in relation to the current block or a commitment to the next block (i.e. the next block will be signed by the vals in ACTIVE_VALIDATORS_SUBTREE?
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.
These represent the most current state after each and every transaction. But the state root committed to in the block header is after all transactions in the block have been applied (under immediate execution).