solana-with-rpc-optimizations/web3.js/test/message-tests
Steven Luscher d466799871
fix: replace bigint literals with `BigInt` constructors (#27930)
This makes web3.js compatible with runtimes that don't understand bigint literals but _do_ understand `BigInt` constructors.
For whatever that's worth.
2022-09-19 18:31:16 -07:00
..
account-keys.test.ts
compiled-keys.test.ts fix: replace bigint literals with `BigInt` constructors (#27930) 2022-09-19 18:31:16 -07:00
legacy.test.ts
v0.test.ts fix: replace bigint literals with `BigInt` constructors (#27930) 2022-09-19 18:31:16 -07:00
versioned.test.ts