solana/web3.js/src/programs
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
..
address-lookup-table fix: replace bigint literals with `BigInt` constructors (#27930) 2022-09-19 18:31:16 -07:00
compute-budget.ts chore: remove failing request units test (#27735) 2022-09-12 23:18:29 +00:00
ed25519.ts
index.ts
secp256k1.ts
stake.ts
system.ts
vote.ts