solana/web3.js/src
Phil Chen 6bbfef7069
feat: add support for compute budget instructions (#24086)
* Add ComputeBudgetInstruction to web3 sdk

* Prettier fix

* Rename to ComputeBudgetProgram and enable tests

Co-authored-by: Justin Starry <justin@solana.com>
2022-04-26 23:58:32 +08:00
..
util fix: enable maxRetries option to SendOptions (#22893) 2022-02-03 11:54:43 -07:00
account.ts feat: improve esm compatibility (#21373) 2021-11-24 09:41:37 -05:00
agent-manager.ts
blockhash.ts
bpf-loader-deprecated.ts
bpf-loader.ts
compute-budget.ts feat: add support for compute budget instructions (#24086) 2022-04-26 23:58:32 +08:00
connection.ts fix: downgrade multiple unsubscribes from fatal to warning 2022-04-25 11:50:47 -07: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 feat(web3): add send transaction error with logs #18277 (#18606) 2021-07-13 09:14:20 -05:00
fee-calculator.ts
index.ts feat: add support for compute budget instructions (#24086) 2022-04-26 23:58:32 +08:00
instruction.ts fix: add TypeScript buffer type to instruction.ts 2022-03-24 22:55:52 -07:00
keypair.ts feat: improve esm compatibility (#21373) 2021-11-24 09:41:37 -05:00
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 feat: allow PublicKey.isOnCurve to accept PublicKeyInitData (#24602) 2022-04-25 20:42:41 +08:00
secp256k1-program.ts fix: add TypeScript buffer type to secp256k1-program.ts 2022-03-24 22:55:52 -07:00
stake-program.ts Add const fn StakeState::size_of and static assertion (#24416) 2022-04-20 01:04:12 +08:00
system-program.ts fix: add TypeScript buffer type to system-program.ts 2022-03-24 22:55:52 -07:00
sysvar.ts fix: add Sysvar PubKeys 2021-12-29 16:30:34 -07:00
timing.ts
transaction.ts fix: allow signing a populated transaction (#24475) 2022-04-20 01:03:37 +08: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