-
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
Add D to chain specs - assurances/3_002 #123
Comments
What value do you use for constant D? "y < t - D" is false for me. y=31 Becomes 31 < -28762 |
Ah thats the problem, I forgot to put the D I wanted for tiny/small/medium/large to enable forget to not take 4 hours but like 40 seconds or something like that to enable forget to be testable. Will add it to tiny/small/medium/large chain specs as preimages are pretty important to test. I had D as 0 actually to force a forget but didn't really think about updating the chain specs and intended to keep going with both sides of D in later fibs. Let me suggest something more precise so that solicit/forget can be tested within a minute in a fib update. |
Addresses several issues reported by @jaymansfield: * #125 Incorporating new services upon panic - Assurances/3_006 * #123 Add D to chain specs - assurances/3_002 * #121 Fix state_snapshots lookup_meta value - assurances/2_007 Also: * #112 Adjust Chainspecs to be EC friendly as per advice from Dave Emmett * update README
Addresses several issues reported by @jaymansfield: * #125 Incorporating new services upon panic - Assurances/3_006 * #123 Add D to chain specs - assurances/3_002 * #121 Fix state_snapshots lookup_meta value - assurances/2_007 Also: * #112 Adjust Chainspecs to be EC friendly as per advice from Dave Emmett * update README
Added a new D to the chainspecs.json -- its very low, only 6 right now for tiny. But, this enables "fast" |
I have a different result for this host call.
Input hash: 0x6a0d4a19d199505713fc65f531038e73f1d885645632c8ae503c4f0c4d5e19a7
Input length: 3
Pre-state value for this hash:
s=2953942612|h=0x6a0d4a19d199505713fc65f531038e73f1d885645632c8ae503c4f0c4d5e19a7 l=3|t=[29 31 35] tlen=3
Your results:
w7=150,323,855,362
w8=38
My results:
w7=3 +(2^32)x
w7=3 +(2^32)(29)
w7=3 + (4294967296)(29)
w7=124554051587
w8=y+(2^32)z
w8=31+(2^32)(35)
w8=31+(4294967296)(35)
w8=150323855391
The text was updated successfully, but these errors were encountered: