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
mocks feat: thread new blockheight expiry strategy through `sendAndConfirmTransaction` (#25227) 2022-05-14 21:54:12 -07:00
.gitignore
account.test.ts
agent-manager.test.ts
bpf-loader.test.ts feat: thread new blockheight expiry strategy through `sendAndConfirmTransaction` (#25227) 2022-05-14 21:54:12 -07:00
cluster.test.ts
compute-budget.test.ts
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
epoch-schedule.test.ts
keypair.test.ts
nonce.test.ts
publickey.test.ts
secp256k1-program.test.ts
shortvec-encoding.test.ts
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
transaction-payer.test.ts
transaction.test.ts feat: thread new blockheight expiry strategy through `sendAndConfirmTransaction` (#25227) 2022-05-14 21:54:12 -07:00
url.ts
validator-info.test.ts
vote-program.test.ts
websocket.test.ts