solana/web3.js/src
Kollan House a2db104edb
feat: add commission fields matching RPC spec to web3.js client (#29435)
* fix: adds commission field matching RPC spec

* fix: update optional to follow type pattern
2022-12-29 20:22:56 -08:00
..
__forks__
message chore: replace casts with not-null assertions (#27883) 2022-11-28 23:26:08 -08:00
programs fix: replace bigint literals with `BigInt` constructors (#27930) 2022-09-19 18:31:16 -07:00
transaction feat: Allow for verifying the sigs of partially signed txs in web3.js (#29249) 2022-12-23 21:50:53 -08:00
utils docs: make the comments on using the new confirmTransaction clearer (#29251) 2022-12-19 12:23:38 -08:00
account-data.ts
account.ts chore: remove redundant 'Buffer' from 'Account' class (#27865) 2022-11-28 23:42:58 -08:00
blockhash.ts
bpf-loader-deprecated.ts
bpf-loader.ts chore: update Solana docs and code comments that specify "BPF" to "SBF" 2022-10-31 14:14:25 -04:00
connection.ts feat: add commission fields matching RPC spec to web3.js client (#29435) 2022-12-29 20:22:56 -08:00
epoch-schedule.ts feat: you can now abort transaction confirmations in web3.js (#29057) 2022-12-02 16:36:09 -08:00
errors.ts
fee-calculator.ts
fetch-impl.ts
index.ts
instruction.ts
keypair.ts fix: ensure that Keypair.secretKey is a Uint8Array (#27700) 2022-09-09 16:31:18 -04:00
layout.ts
loader.ts
nonce-account.ts feat: a nonce-based transaction confirmation strategy for web3.js (#25839) 2022-11-28 22:46:27 -08:00
publickey.ts fix: make toBytes actually return the type it's typehint claims (#29313) 2022-12-19 22:43:53 -08:00
sysvar.ts
timing.ts
validator-info.ts
vote-account.ts