solana-with-rpc-optimizations/web3.js/src
Bartosz Lipinski 63db4759f8
feat: add getStakeActivation (#12274)
* feat: add getStakeActivation

* chore: add rollup watch

* feat: use string literal for stake activation state

* fix: remove optional chaining due to issue with esdoc

* chore: remove optional_chaining

* feat: add live test for getStakeActivation

* feat: extend _buildArgs to support additional options, simplify unit test
2020-09-17 14:50:13 +08:00
..
util feat: use pubsub to confirm transactions (#12095) 2020-09-08 13:12:47 +08:00
account.js fix: allow Uint8Array and Array<number> where Buffer is accepted 2020-06-14 21:57:04 -07:00
blockhash.js chore: fix up docs 2020-06-14 21:57:04 -07:00
bpf-loader-deprecated.js fix: use bpf-loader-deprecated explicitly (#11818) 2020-08-25 09:05:33 -07:00
bpf-loader.js fix: use bpf-loader-deprecated explicitly (#11818) 2020-08-25 09:05:33 -07:00
connection.js feat: add getStakeActivation (#12274) 2020-09-17 14:50:13 +08:00
fee-calculator.js fix: update NonceAccount to upstream changes 2020-06-14 21:57:04 -07:00
index.js fix: export bpf loader program id consts (#11854) 2020-08-26 17:10:02 +08:00
instruction.js feat: add API for decoding stake instructions 2020-06-14 21:57:04 -07:00
layout.js fix: add integration test and fix various exposed bugs 2020-06-14 21:57:04 -07:00
loader.js feat: create instructions instead of transaction from system program (#12156) 2020-09-10 15:43:32 +08:00
message.js fix: ensure signatures are ordered correctly (#12165) 2020-09-13 09:30:51 +08:00
nonce-account.js fix: add type def for NonceAccount.fromAccountData 2020-06-14 21:57:04 -07:00
publickey.js fix: bn clipping in create_program_address (#11951) 2020-08-31 15:02:21 -07:00
stake-program.js feat: create instructions instead of transaction from system program (#12156) 2020-09-10 15:43:32 +08:00
system-program.js feat: create instructions instead of transaction from system program (#12156) 2020-09-10 15:43:32 +08:00
sysvar.js feat: add Nonce instructions to system program 2020-06-14 21:57:04 -07:00
timing.js fix: avoid double spend in sendAndConfirmTransaction 2020-06-19 15:25:41 +08:00
transaction.js chore: remove unnecessary if condition 2020-09-13 07:20:14 +00: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