-
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
Incorrect service_account storage_key #76
Comments
The service with id |
We will publish a new dataset with a hopefully 0.5/0.6 GP compliance bootstrap/fib/... service to address #74 and provide a derivation of the service id and new service key. Stay tuned! |
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
The derivation we published on this commit:
We agree on the 3901900966 (hex a64792e8), great! Then with GP 0.6.2 C(255,s)
It changed in GP 0.4.5 to include 0s in between, which escaped both of us it appears, I think you can confirm this (We are doing a thorough review of 0.5.x + 0.6.x now that fluffy has pretty good annotations, but 0.4.x changes we might have to grind through them together... hope its not too annoying) |
Incorrect ServiceAccount StorageKey
We found an inconsistency between our [{PyJAMaz}] implementation and the JAM-Duna implementation in the test data for the Assurances mode.
Reference:
jamtestnet/data/assurances/state_transitions/1_008.json
Line 126 in 06a2842
Analysis
Our implementation cannot retrieve a service_account_id for service
3901900966
where we expect to find it in the state K/V-database.It seems that the state key of JAM-Duna data is not conform the Graypaper specification in equation D.1. (https://graypaper.fluffylabs.dev/#/5f542d7/38f00038fb00)
Difference
JAM Duna Data
[{PyJAMaz}] Data
The text was updated successfully, but these errors were encountered: