solana-with-rpc-optimizations/web3.js/test/mocks
Steven Luscher 7646521a6e
feat: a nonce-based transaction confirmation strategy for web3.js (#25839)
* feat: you can now construct a `Transaction` with durable nonce information

* chore: refactor confirmation logic so that each strategy gets its own method

* feat: `geNonce` now accepts a `minContextSlot` param

* feat: a nonce-based transaction confirmation strategy

* feat: add nonce confirmation strategy to send-and-confirm helpers

* fix: nits from July 8 review

* Use Typescript narrowing to determine which strategy to use

* Double check the signature confirmation against the slot in which the nonce was discovered to have advanced
2022-11-28 22:46:27 -08:00
..
rpc-http.ts feat: a nonce-based transaction confirmation strategy for web3.js (#25839) 2022-11-28 22:46:27 -08:00
rpc-websockets.ts fix: web3.js transaction confirmation now double-checks for already-confirmed txs (#28290) 2022-11-28 11:55:56 -08:00