SmartTokenLabs / token-negotiator

The token-negotiator is an NPM package designed for use with TokenScript.
MIT License
19 stars 11 forks source link

Safari BigInt Polyfill needed #29

Closed nicktaras closed 3 years ago

nicktaras commented 3 years ago

A polyfill for BigInt / bigInt is required for Safari to enable the negotiator to work on Iphone and older Mac OS's such as Catalina.

nicktaras commented 3 years ago

Screenshot 2021-07-05 at 11 32 52

oleggrib commented 3 years ago

we have multiple ways to solve it, but do we really need it? @colourful-land , do we need bigInt for ticketClass and ticketId? maybe 9007199254740991 (JS MAX_SAFE_INTEGER = 2**53 - 1) can be enough for devcon?