solana/web3.js/src
Jordan Sexton 21dacefbee
fix: transactions populated from RPC requests retain original account key order (#23720)
* fix: transaction populate

* chore: web3: fix tx serialization test

* chore: web3: run prettier

* fix: web3: transaction populate

* fix: web3: handle nonce info

* add hash calc config.use_write_cache (#24005)

* restore existing overlapping overflow (#24010)

* Stringify populated transaction fields

* fix: web3: compare stringified JSON

* chore: web3: remove eslint indent rule that conflicts with prettier

* fix: web3: explicitly call toJSON

* fix: web3: add test for compileMessage

* fix: web3: make JSON internal

* fix: web3: connection simulation from message relies on mutating transaction

Co-authored-by: Jeff Washington (jwash) <wash678@gmail.com>
Co-authored-by: Jack May <jack@solana.com>
Co-authored-by: Justin Starry <justin@solana.com>
2022-04-16 14:28:57 -05:00
..
util fix: enable maxRetries option to SendOptions (#22893) 2022-02-03 11:54:43 -07:00
account.ts feat: improve esm compatibility (#21373) 2021-11-24 09:41:37 -05:00
agent-manager.ts
blockhash.ts
bpf-loader-deprecated.ts
bpf-loader.ts
connection.ts fix: transactions populated from RPC requests retain original account key order (#23720) 2022-04-16 14:28:57 -05:00
ed25519-program.ts fix: when there is no instruction index, default to the current instruction by supplying u16:MAX 2022-03-24 22:55:52 -07:00
epoch-schedule.ts
errors.ts feat(web3): add send transaction error with logs #18277 (#18606) 2021-07-13 09:14:20 -05:00
fee-calculator.ts
index.ts feat(web3.js): support withdraw from Vote account (#22932) 2022-02-04 13:37:28 -07:00
instruction.ts fix: add TypeScript buffer type to instruction.ts 2022-03-24 22:55:52 -07:00
keypair.ts feat: improve esm compatibility (#21373) 2021-11-24 09:41:37 -05:00
layout.ts fix: add TypeScript types to the rustString buffer layout helper 2022-03-24 22:55:52 -07:00
loader.ts fix: add TypeScript buffer type to loader.ts 2022-03-24 22:55:52 -07:00
message.ts fix: add TypeScript buffer type to message.ts 2022-03-24 22:55:52 -07:00
nonce-account.ts fix: add TypeScript buffer type to nonce-account.ts 2022-03-24 22:55:52 -07:00
publickey.ts fix: add publickey toJSON (#22004) 2021-12-20 15:16:32 -06:00
secp256k1-program.ts fix: add TypeScript buffer type to secp256k1-program.ts 2022-03-24 22:55:52 -07:00
stake-program.ts fix: add TypeScript buffer type to stake-program.ts 2022-03-24 22:55:52 -07:00
system-program.ts fix: add TypeScript buffer type to system-program.ts 2022-03-24 22:55:52 -07:00
sysvar.ts fix: add Sysvar PubKeys 2021-12-29 16:30:34 -07:00
timing.ts
transaction.ts fix: transactions populated from RPC requests retain original account key order (#23720) 2022-04-16 14:28:57 -05:00
validator-info.ts
vote-account.ts fix: add TypeScript buffer type to vote-account.ts 2022-03-24 22:55:52 -07:00
vote-program.ts fix: add TypeScript buffer type to vote-program.ts 2022-03-24 22:55:52 -07:00