Replies: 1 comment 1 reply
-
The designated ID is indeed However, before that check, the At the time of the call:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi @davxy,
I believe I found the issue with trace 1756548459. The fuzzy service attempts an
bless
host call with V=2^32 (0x100000000).According to my understanding of the graypaper (Appendix B, equation B.37), service IDs must be in ℕ₃₂, which means they should fall within the range [0, 2^32-1]. Since V=2^32 is just outside this range, I think JamZig should return a WHO error here. This could explain the discrepancy in counter values (-4 vs -9).
Could you verify if I'm interpreting the specification correctly? If so, this may indicate that PolkaJam bless hostcall accepts a value it shouldn't. See: https://graypaper.fluffylabs.dev/#/38c4e62/362301363701?v=0.7.0
Beta Was this translation helpful? Give feedback.
All reactions