solana/web3.js/src
Justin Starry 71264bef67
feat: use base64 encoding when sending and simulating transactions (#12950)
2020-10-16 23:54:30 +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
agent-manager.js fix: use Node.js https agent when endpoint uses https (#12692) 2020-10-07 00:41:18 +08: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 feat: support restarting failed bpf loader deploys (#12163) 2020-09-23 22:54:27 +08:00
connection.js feat: use base64 encoding when sending and simulating transactions (#12950) 2020-10-16 23:54:30 +08:00
fee-calculator.js fix: update NonceAccount to upstream changes 2020-06-14 21:57:04 -07:00
index.js fix: createProgramAddress now throws on an invalid seed length 2020-10-13 19:01:34 -07: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 fix: return correct number of signatures needed to load programs (#12729) 2020-10-09 08:58:03 +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: createProgramAddress now throws on an invalid seed length 2020-10-13 19:01:34 -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