solana/web3.js/test/program-tests
Steven Luscher 60f3dc5f72
fix: replace tweetnacl impl
* Install `@noble/ed25519` and create a shim

* Replace `tweetnacl` with `@noble/ed25519` in `Account` class

* Replace `tweetnacl` with `@noble/ed25519` in `Keypair` class

* Replace `tweetnacl` with `@noble/ed25519` in `PublicKey` class

* Replace `tweetnacl` with `@noble/ed25519` in `Ed25519Program` class

* Replace `tweetnacl` with `@noble/ed25519` in `Transaction` class

* Replace `tweetnacl` with `@noble/ed25519` in versioned `Transaction` class

* Remove `tweetnacl` from project

* Damnit, typedoc.
2022-08-28 12:11:34 -07:00
..
address-lookup-table.test.ts
compute-budget.test.ts
ed25519.test.ts fix: replace tweetnacl impl 2022-08-28 12:11:34 -07:00
secp256k1.test.ts [web3.js] Replace sha256 and secp256k1 impls (#27390) 2022-08-25 13:34:11 -07:00
stake.test.ts
system.test.ts
vote.test.ts VoteProgram.safeWithdraw function to safeguard against accidental vote account closures (#26586) 2022-08-17 00:22:38 +02:00