solana/web3.js/test
Yang Li a6742b5838
fix: remove async for createProgramAddress and findProgramAddress (#2… (#23185)
* fix: remove async for createProgramAddress and findProgramAddress (#23184)

make sync

* test: add test to ensure backwards compatibility
2022-04-18 16:17:00 +02: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
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 fix: remove async for createProgramAddress and findProgramAddress (#2… (#23185) 2022-04-18 16:17:00 +02: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: transactions populated from RPC requests retain original account key order (#23720) 2022-04-16 14:28:57 -05: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