solana/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 feat: implement message v0 compilation (#27524) 2022-09-06 23:43:22 -04:00
compiled-keys.test.ts fix: replace bigint literals with `BigInt` constructors (#27930) 2022-09-19 18:31:16 -07:00
legacy.test.ts feat: add isAccountWritable and isAccountSigner to MessageV0 (#27808) 2022-09-15 18:31:43 +00:00
v0.test.ts fix: replace bigint literals with `BigInt` constructors (#27930) 2022-09-19 18:31:16 -07:00
versioned.test.ts