Toni Tabak
Toni Tabak
Regarding native BigInt, according to: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt > The operations supported on BigInt values are not constant-time, and are thus open to [timing attacks](https://en.wikipedia.org/wiki/Timing_attack). JavaScript BigInts are therefore not well-suited for...
This Issue is Assigned to @katsumotoeth but there seems like no activity around it. Can we reassign it to @paulmillr true only dust?
made draft until RPC spec update is ready and PR is ready to be reviewed.
@rzmahmood Pathfinder RPC 0.2.0 eta is 2 weeks from now, so I think we can skip type changes and go straight to new continuation_token? https://github.com/starkware-libs/starknet-specs/blob/438df17c26609caa44eb2e8a34d368e25759fb08/api/starknet_api_openrpc.json#L665
- There are shortString in Utils undocumented and maybe some other Utils methods also. - RPC docs need to be updated (check one by one method)
I don't know if are there use cases for this but as a method, we can have it in both providers, I see no reason for this not to be...
Yes, i also tested directly on scaphold graphiQl and it worker and login worked. But when i try from test app i get that error. This is what i did:...
This could be related to fix https://github.com/0xs34n/starknet.js/pull/326 if rpc but need validation
Notices the same Issue when doing local npm link and run in browser js app. I suppose it is a build module type issue but didn't had time jet to...
Try to use starknet@next or 4.7.0. You could create PR updating project documentation. Thanks for feedback.