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
I'm not clear on what Agave's RPC will do if you give it a JSON-RPC request with a number in it that exceeds Number.MAX_SAFE_INTEGER. Will it parse it as a u64 just fine? Maybe?
Investigate whether we can remove the request transform downcastNodeToNumberIfBigint().