solana-with-rpc-optimizations/web3.js/test
Steven Luscher 4ea39c1cd3
feat: thread new blockheight expiry strategy through `sendAndConfirmTransaction` (#25227)
* chore: extract expirable blockhash record into its own type

* fix: the local latest blockhash cache now fetches and stores lastValidBlockHeight

* fix: allow people to supply a confirmation strategy to sendAndConfirmRawTransaction

* test: upgrade RPC helpers to use blockheight confirmation method

* test: patch up tests to use blockheight based confirmation strategy

* fix: eliminate deprecated construction of Transaction inside simulateTransaction

* test: eliminate deprecated constructions of Transaction in tests
2022-05-14 21:54:12 -07:00
..
fixtures/noop-program Add script for running nightly rustfmt on all workspaces (#23244) 2022-02-22 11:59:06 +08:00
mocks feat: thread new blockheight expiry strategy through `sendAndConfirmTransaction` (#25227) 2022-05-14 21:54:12 -07:00
.gitignore
account.test.ts chore: bump prettier from 2.2.1 to 2.3.0 in /web3.js (#17143) 2021-05-25 03:53:16 +00:00
agent-manager.test.ts chore: migrate tests to typescript 2021-03-17 10:26:00 +08:00
bpf-loader.test.ts feat: thread new blockheight expiry strategy through `sendAndConfirmTransaction` (#25227) 2022-05-14 21:54:12 -07:00
cluster.test.ts fix: cluster test 2021-05-14 16:20:39 -06:00
compute-budget.test.ts feat: add support for compute budget instructions (#24086) 2022-04-26 23:58:32 +08: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: thread new blockheight expiry strategy through `sendAndConfirmTransaction` (#25227) 2022-05-14 21:54:12 -07:00
ed25519-program.test.ts feat: support for builtin ed25519 program 2021-09-15 09:09:51 +01:00
epoch-schedule.test.ts feat: add convenience methods to EpochSchedule (#17810) 2021-06-09 22:47:54 -07:00
keypair.test.ts feat: generate random keypair with constructor (#17448) 2021-05-24 21:04:05 -07:00
nonce.test.ts feat: add Keypair class and deprecate Account (#17098) 2021-05-07 08:59:51 +00:00
publickey.test.ts feat: allow PublicKey.isOnCurve to accept PublicKeyInitData (#24602) 2022-04-25 20:42:41 +08:00
secp256k1-program.test.ts feat: add Keypair class and deprecate Account (#17098) 2021-05-07 08:59:51 +00:00
shortvec-encoding.test.ts chore: bump prettier from 2.2.1 to 2.3.0 in /web3.js (#17143) 2021-05-25 03:53:16 +00:00
stake-program.test.ts feat: thread new blockheight expiry strategy through `sendAndConfirmTransaction` (#25227) 2022-05-14 21:54:12 -07:00
system-program.test.ts fix: add bigint support to system transfers (#24975) 2022-05-04 19:14:31 -07:00
transaction-payer.test.ts chore: add test timeouts 2022-01-21 13:16:42 -08:00
transaction.test.ts feat: thread new blockheight expiry strategy through `sendAndConfirmTransaction` (#25227) 2022-05-14 21:54:12 -07:00
url.ts chore: update commented devnet urls (#17837) 2021-06-08 15:58:34 +00:00
validator-info.test.ts chore: migrate tests to typescript 2021-03-17 10:26:00 +08:00
vote-program.test.ts feat(vote-program): support VoteInstruction::Authorize (#22978) 2022-02-09 11:29:49 -07:00
websocket.test.ts fix: the one where we fix client subscriptions (#24473) 2022-04-28 16:21:39 -07:00