solana/web3.js/test
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
..
fixtures/noop-program Add script for running nightly rustfmt on all workspaces (#23244) 2022-02-22 11:59:06 +08:00
mocks chore: update Connection to non-deprecated endpoints (#22800) 2022-01-28 00:43:01 +01:00
.gitignore
account.test.ts
agent-manager.test.ts
bpf-loader.test.ts
cluster.test.ts
compute-budget.test.ts feat: add support for compute budget instructions (#24086) 2022-04-26 23:58:32 +08:00
connection.test.ts test: add test for signature notifications 2022-04-09 19:43:15 -07:00
ed25519-program.test.ts
epoch-schedule.test.ts
keypair.test.ts
nonce.test.ts
publickey.test.ts feat: allow PublicKey.isOnCurve to accept PublicKeyInitData (#24602) 2022-04-25 20:42:41 +08:00
rollup.config.js
secp256k1-program.test.ts
shortvec-encoding.test.ts
stake-program.test.ts feat(stake-program): support `splitWithSeed` (#23213) 2022-02-17 12:21:07 -07:00
system-program.test.ts
transaction-payer.test.ts chore: add test timeouts 2022-01-21 13:16:42 -08:00
transaction.test.ts fix: allow signing a populated transaction (#24475) 2022-04-20 01:03:37 +08:00
url.ts
validator-info.test.ts
vote-program.test.ts feat(vote-program): support VoteInstruction::Authorize (#22978) 2022-02-09 11:29:49 -07:00
websocket.test.ts