solana/web3.js/src
Greg Fitzgerald f02a78d8ff
Add StakeInstruction::AuthorizeWithSeed (#11700)
* Add StakeInstruction::AuthorizeWithSeed

* chore: add authorize-with-seed to web.js

* fix: add address_owner

* Add SystemInstruction::TransferWithSeed

* Update ABI hash

* chore: better variable names

* Add AuthorizeWithSeedArgs

* Reorder and rename arguments for clarity
2020-08-21 18:28:01 +00:00
..
util fix: avoid double spend in sendAndConfirmTransaction 2020-06-19 15:25:41 +08:00
account.js
blockhash.js chore: fix up docs 2020-06-14 21:57:04 -07:00
bpf-loader.js fix: support loading with deprecated bpf loader (#11595) 2020-08-12 15:54:57 -07:00
connection.js fix: properly decode account notifications (#11724) 2020-08-20 12:36:42 +08:00
fee-calculator.js fix: update NonceAccount to upstream changes 2020-06-14 21:57:04 -07:00
index.js Remove Budget from CLI (#11451) 2020-08-07 16:01:51 -06:00
instruction.js feat: add API for decoding stake instructions 2020-06-14 21:57:04 -07:00
layout.js
loader.js feat: add skipPreflight option 2020-06-14 21:57:04 -07:00
message.js feat: add Message.from method for decoding compiled messages (#11593) 2020-08-12 15:01:39 -07:00
nonce-account.js fix: add type def for NonceAccount.fromAccountData 2020-06-14 21:57:04 -07:00
publickey.js feat: remove hex public key decoding 2020-08-14 22:48:29 +08:00
stake-program.js Add StakeInstruction::AuthorizeWithSeed (#11700) 2020-08-21 18:28:01 +00:00
system-program.js fix: key length check when decoding instructions 2020-06-14 21:57:04 -07:00
sysvar.js
timing.js fix: avoid double spend in sendAndConfirmTransaction 2020-06-19 15:25:41 +08:00
transaction.js feat: add Message.from method for decoding compiled messages (#11593) 2020-08-12 15:01:39 -07:00
validator-info.js chore: prettier fixes 2020-06-14 21:57:04 -07:00
vote-account.js chore: prettier fixes 2020-06-14 21:57:04 -07:00