-
Notifications
You must be signed in to change notification settings - Fork 10
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
recent_history absorbing accumulation result r derived from ${\bf C}$ prematurely #77
Comments
Addresses: * #77 in full - proper assurances statistics * #76 in full - see GP 0.6.2 C(255,s) https://graypaper.fluffylabs.dev/#/5f542d7/38f00038f000 * #74 in part - updated entrypoints WIP: * full authorizer pool/queue treatment including genesis * full Option<Hash> treatment of #74
Confirmed, the assurances statistics in However, our state trie root (
Not 100% sure, but could this be same H_0 issue we encountered before? |
Will shortly provide a derivation for C3 in
[assurances/state_transitions/1_004.json](https://github.com/jam-duna/jamtestnet/blob/f3c9fdb14cf32cdcad36a9beacf6f1f94fe6703c/data/assurances/state_transitions/1_004.json#L225)
specifically the `0x85c18c1d0fd636dd782a34e81ac2a24ba2bdd6c28d46f3646b260eadd424c99d` value in
[assurances/state_transitions/1_004.json](https://github.com/jam-duna/jamtestnet/blob/f3c9fdb14cf32cdcad36a9beacf6f1f94fe6703c/data/assurances/state_snapshots/1_004.json#L244C22-L244C88)
which I think you compute as `0x0000000000000000000000000000000000000000000000000000000000000000` instead?
|
Ok after realizing that ![]() ![]() Its not that the accumulate root Thank you for pointing out the problem, we will provide a derivation for Stay tuned! |
We now have We are improving our fib/trib/megatron services to output actual 32-byte outputs so that this But in the meantime you can check this! |
When importing
1_004
of assurances we notice an inconsistency with the assurances 'current' statistics:JAM Duna Data
[{PyJAMaz}] data
We expect the current statistics for assurances to be updated for the validator index in each assurance extrinsic, according to GP 13.4, but it seems there is only one update for the author of the block.
The text was updated successfully, but these errors were encountered: