starkware-libs / starkex-js

JavaScript SDK for StarkEx
https://starkware.co/starkex/api/
28 stars 18 forks source link

Using string for transaction id instead of number #15

Closed namchuai closed 2 years ago

namchuai commented 2 years ago

Is your feature request related to a problem? Please describe. Transaction id will be very very big for a period of time. It should be send to starkEx as a string. Can cause overflow.

Describe the solution you'd like Receive string for transaction id instead of number.

dan-ziv commented 2 years ago

Hey @namchuai Thanks for reporting. We are aware of that - it will be fixed soon.

dan-ziv commented 2 years ago

Solved in https://github.com/starkware-libs/starkex-js/pull/20