1757063641 #66
Closed
ascrivener
started this conversation in
Trace
Replies: 4 comments 5 replies
-
|
I think this is exactly why the block should fail to apply. I did notice the bounds as well |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
That might be the case, but the bigger issue is that it's not encoded properly. In fact this issue was already brought up (#12 (comment)) and @davxy confirmed it was an oversight |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Retired |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It seems this wasn't yet retired, can you confirm @davxy ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The tickets marker "attempt" values in the header have issues:
https://github.com/davxy/jam-conformance/blob/main/fuzz-reports/0.7.0/traces/1757063641/00000180.json#L101
Inspecting the hex I see 201 is encoded to hex as 0xC9, which is the trivial natural number encoding. But, GP says to encode them using the general natural number serialization, which would give 0x80C9.
Beta Was this translation helpful? Give feedback.
All reactions