solana/web3.js/src
Steven Luscher ffcebbbd9b
fix: pretty print PublicKey objects in node and in the browser (#29062)
2022-12-09 11:27:14 -08:00
..
__forks__ fix: fork `URL` and `fetch` for React Native in web3.js (#26604) 2022-07-12 21:41:33 -07:00
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 fix: TransactionMessage.decompile() now counts the correct number of unsigned, writable accounts (#28990) 2022-11-30 09:57:54 -08:00
utils feat: you can now abort transaction confirmations in web3.js (#29057) 2022-12-02 16:36:09 -08:00
account-data.ts feat: add getAddressLookupTable method to Connection (#27127) 2022-08-14 10:11:49 +00:00
account.ts chore: remove redundant 'Buffer' from 'Account' class (#27865) 2022-11-28 23:42:58 -08:00
agent-manager.ts
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: you can now supply your own HTTP agent to a web3.js Connection (#29125) 2022-12-06 14:57:13 -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 feat: web3.js RPC errors now hold the error `code` and `data` on the error object (#26318) 2022-06-30 13:08:10 -07:00
fee-calculator.ts chore: annotate more types as deprecated (#27067) 2022-08-10 20:35:30 +00:00
fetch-impl.ts fix: web3.js fork fetch for browsers 2022-05-26 14:40:18 -07:00
index.ts chore: restructure utils code 2022-08-12 17:11:51 +01:00
instruction.ts fix: add TypeScript buffer type to instruction.ts 2022-03-24 22:55:52 -07:00
keypair.ts fix: ensure that Keypair.secretKey is a Uint8Array (#27700) 2022-09-09 16:31:18 -04:00
layout.ts feat: added `authorizeWithSeed` to the vote program in web3.js (#27627) 2022-09-06 22:37:43 -07:00
loader.ts chore: restructure utils code 2022-08-12 17:11:51 +01:00
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: pretty print PublicKey objects in node and in the browser (#29062) 2022-12-09 11:27:14 -08:00
sysvar.ts
timing.ts
validator-info.ts chore: add constant for pubkey byte length (#27134) 2022-08-14 16:19:06 +00:00
vote-account.ts chore: restructure utils code 2022-08-12 17:11:51 +01:00