solana-with-rpc-optimizations/web3.js/src
Bryon M 04158ee455
fix: stop logging to console when send tx fails (#23511)
There is no need to log the error to the console. Developers can simply catch the error and handle it themselves without it cluttering production logs.
2022-04-04 19:11:20 +08:00
..
util
account.ts
agent-manager.ts
blockhash.ts
bpf-loader-deprecated.ts
bpf-loader.ts
connection.ts fix: stop logging to console when send tx fails (#23511) 2022-04-04 19:11:20 +08:00
ed25519-program.ts fix: when there is no instruction index, default to the current instruction by supplying u16:MAX 2022-03-24 22:55:52 -07:00
epoch-schedule.ts
errors.ts
fee-calculator.ts
index.ts
instruction.ts fix: add TypeScript buffer type to instruction.ts 2022-03-24 22:55:52 -07:00
keypair.ts
layout.ts fix: add TypeScript types to the rustString buffer layout helper 2022-03-24 22:55:52 -07:00
loader.ts fix: add TypeScript buffer type to loader.ts 2022-03-24 22:55:52 -07:00
message.ts fix: add TypeScript buffer type to message.ts 2022-03-24 22:55:52 -07:00
nonce-account.ts fix: add TypeScript buffer type to nonce-account.ts 2022-03-24 22:55:52 -07:00
publickey.ts
secp256k1-program.ts fix: add TypeScript buffer type to secp256k1-program.ts 2022-03-24 22:55:52 -07:00
stake-program.ts fix: add TypeScript buffer type to stake-program.ts 2022-03-24 22:55:52 -07:00
system-program.ts fix: add TypeScript buffer type to system-program.ts 2022-03-24 22:55:52 -07:00
sysvar.ts
timing.ts
transaction.ts feat: add getEstimatedFee to Transaction (#23579) 2022-03-11 10:05:22 -07:00
validator-info.ts
vote-account.ts fix: add TypeScript buffer type to vote-account.ts 2022-03-24 22:55:52 -07:00
vote-program.ts fix: add TypeScript buffer type to vote-program.ts 2022-03-24 22:55:52 -07:00