You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm missing something, but the nonce is labeled as not required:
nonce Bytes No A unique, random nonce
And later, as required (yet possibly just 0x):
The REQUIRED nonce field MUST include a random nonce. This field ensures that multiple (non-idempotent) invocations are unique. The nonce SHOULD be empty (0x) for Commands that are idempotent (such as deterministic Wasm modules or standards-abiding HTTP PUT requests).
That seems inconsistent.
The text was updated successfully, but these errors were encountered:
Maybe I'm missing something, but the nonce is labeled as not required:
And later, as required (yet possibly just
0x
):That seems inconsistent.
The text was updated successfully, but these errors were encountered: