solana-with-rpc-optimizations/web3.js/test
TJDawson10 c0e6065ac9
feat: add getInflationRate RPC call to web3.js (#29377)
* Add getInflationRate RPC call

* Fix code formatting

Co-authored-by: steveluscher <me+github@steveluscher.com>
2022-12-23 22:08:23 -08:00
..
fixtures/noop-program chore: update Solana docs and code comments that specify "BPF" to "SBF" 2022-10-31 14:14:25 -04:00
message-tests fix: replace bigint literals with `BigInt` constructors (#27930) 2022-09-19 18:31:16 -07:00
mocks feat: a nonce-based transaction confirmation strategy for web3.js (#25839) 2022-11-28 22:46:27 -08:00
program-tests chore: remove failing request units test (#27735) 2022-09-12 23:18:29 +00:00
transaction-tests fix: TransactionMessage.decompile() now counts the correct number of unsigned, writable accounts (#28990) 2022-11-30 09:57:54 -08:00
.gitignore
account.test.ts
bpf-loader.test.ts chore: move programs/bpf to programs/sbf 2022-10-13 11:40:40 -04:00
cluster.test.ts chore: restructure utils code 2022-08-12 17:11:51 +01:00
connection-subscriptions.test.ts chore: update Solana docs and code comments that specify "BPF" to "SBF" 2022-10-31 14:14:25 -04:00
connection.test.ts feat: add getInflationRate RPC call to web3.js (#29377) 2022-12-23 22:08:23 -08:00
epoch-schedule.test.ts
keypair.test.ts fix: ensure that Keypair.secretKey is a Uint8Array (#27700) 2022-09-09 16:31:18 -04:00
makeWebsocketUrl.test.ts [web3.js] Eliminate dependency on `URL` class (#27349) 2022-08-24 11:02:40 -07:00
nonce.test.ts
publickey.test.ts
shortvec-encoding.test.ts chore: restructure utils code 2022-08-12 17:11:51 +01:00
transaction-payer.test.ts chore: restructure utils code 2022-08-12 17:11:51 +01:00
transaction.test.ts feat: Allow for verifying the sigs of partially signed txs in web3.js (#29249) 2022-12-23 21:50:53 -08:00
url.ts
validator-info.test.ts fix: replace tweetnacl impl 2022-08-28 12:11:34 -07:00
websocket.test.ts chore: restructure utils code 2022-08-12 17:11:51 +01:00