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
In the transaction I see: {"id": 11, "request": "swj_sequence", "arguments": [51, 72057594037927935]}
That's a bug waiting to happen. 72057594037927935 is larger than 9007199254740991 (aka Number.MAX_SAFE_INTEGER).
The protocol probably needs to have these kinds of integers (which are actually bitstrings anyway) converted to hex strings and have a protocol version bump.