solana/web3.js/src
Josh 4d12cf61cc
feat: support blockTime on getConfirmedSignaturesForAddress2 (#14573)
* feat: support blockTime on getConfirmedSignaturesForAddress2

* feat: support getConfirmedTransaction blockTime

* fix: add ConfirmedBlock typings

* fix: modify property description

* fix: fix formatting in type files
2021-01-15 20:28:28 -08:00
..
util fix: default preflight commitment to confirmation commitment 2020-11-16 21:54:02 -08:00
account.js
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: support blockTime on getConfirmedSignaturesForAddress2 (#14573) 2021-01-15 20:28:28 -08:00
fee-calculator.js fix: update NonceAccount to upstream changes 2020-06-14 21:57:04 -07:00
index.js feat: add Secp256k1 support to solana-web3.js (#12958) 2020-10-22 13:15:24 -07:00
instruction.js feat: add API for decoding stake instructions 2020-06-14 21:57:04 -07:00
layout.js
loader.js fix: clean up racy tests 2020-12-24 12:31:02 -08:00
message.js feat: allow setting explicit fee payer for transaction (#13129) 2020-10-25 09:59:38 +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
secp256k1-program.js feat: add Secp256k1 support to solana-web3.js (#12958) 2020-10-22 13:15:24 -07:00
stake-program.js fix: update StakeProgram.space() (#13371) 2020-11-03 13:40:45 -07:00
system-program.js solana-web3: add TransferWithSeed implementation (#14570) 2021-01-14 09:59:31 -07:00
sysvar.js feat: add Secp256k1 support to solana-web3.js (#12958) 2020-10-22 13:15:24 -07:00
timing.js fix: avoid double spend in sendAndConfirmTransaction 2020-06-19 15:25:41 +08:00
transaction.js feat: allow setting explicit fee payer for transaction (#13129) 2020-10-25 09:59:38 +08:00
validator-info.js
vote-account.js