solana/web3.js/src/transaction
Nico Schapeler 5f4752a29e
feat: Allow for verifying the sigs of partially signed txs in web3.js (#29249)
* feat: allow for verifying the sigs of partially signed txs

* fix: make comment ab verifying sigs more specific

Co-authored-by: Steven Luscher <steveluscher@users.noreply.github.com>

* feat: add tests for partial signed tx verification

* fix: revert lockfile changes

* fix: make tests more modular

* fix: run linter

Co-authored-by: Steven Luscher <steveluscher@users.noreply.github.com>
2022-12-23 21:50:53 -08:00
..
constants.ts
expiry-custom-errors.ts feat: a nonce-based transaction confirmation strategy for web3.js (#25839) 2022-11-28 22:46:27 -08:00
index.ts
legacy.ts feat: Allow for verifying the sigs of partially signed txs in web3.js (#29249) 2022-12-23 21:50:53 -08:00
message.ts fix: TransactionMessage.decompile() now counts the correct number of unsigned, writable accounts (#28990) 2022-11-30 09:57:54 -08:00
versioned.ts