solana/web3.js/test
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
..
fixtures/noop-program Support for returnData in simulate transaction (#26499) 2022-07-12 14:07:17 +02:00
message-tests feat: add support for creating version 0 transactions (#27142) 2022-08-25 15:42:54 +02:00
mocks chore: restructure utils code 2022-08-12 17:11:51 +01:00
program-tests fix: replace tweetnacl impl 2022-08-28 12:11:34 -07:00
.gitignore
account.test.ts
agent-manager.test.ts chore: restructure utils code 2022-08-12 17:11:51 +01:00
bpf-loader.test.ts Support for returnData in simulate transaction (#26499) 2022-07-12 14:07:17 +02:00
cluster.test.ts chore: restructure utils code 2022-08-12 17:11:51 +01:00
connection-subscriptions.test.ts fix: mark the socket as closed when receiving a close/error message (#25180) 2022-05-13 02:07:13 -07:00
connection.test.ts feat: add support for creating version 0 transactions (#27142) 2022-08-25 15:42:54 +02:00
epoch-schedule.test.ts
keypair.test.ts
makeWebsocketUrl.test.ts [web3.js] Eliminate dependency on `URL` class (#27349) 2022-08-24 11:02:40 -07:00
nonce.test.ts
publickey.test.ts feat: allow PublicKey.isOnCurve to accept PublicKeyInitData (#24602) 2022-04-25 20:42:41 +08:00
shortvec-encoding.test.ts chore: restructure utils code 2022-08-12 17:11:51 +01:00
transaction-payer.test.ts chore: restructure utils code 2022-08-12 17:11:51 +01:00
transaction.test.ts fix: replace tweetnacl impl 2022-08-28 12:11:34 -07:00
url.ts
validator-info.test.ts fix: replace tweetnacl impl 2022-08-28 12:11:34 -07:00
websocket.test.ts chore: restructure utils code 2022-08-12 17:11:51 +01:00