solana-with-rpc-optimizations/web3.js/test
Antematter e3c9c58032
feat: added web3 bindings for Address Lookup Table Program instructions (#26469)
* feat: added web3 bindings for Address Lookup Table Program

* fix: refactoring + addresses PR comments

* fix: typos fixed and minor refactoring

* add lookup table instruction decoding support + fixes recent slot serialization bug

* export lookup table program

* linting

* fix: type annotations

* add tests cases for address lookup table program

* fix: alloc encoding buffer properly for seq layouts

* fix: typedoc issue

Co-authored-by: Antematter <hello@antematter.io>
Co-authored-by: Muhammad Saad <msaadahmed039@gmail.com>
Co-authored-by: Justin Starry <justin@solana.com>
2022-07-13 20:19:51 +01:00
..
fixtures/noop-program Support for returnData in simulate transaction (#26499) 2022-07-12 14:07:17 +02:00
mocks
.gitignore
account.test.ts
address-lookup-table-program.test.ts feat: added web3 bindings for Address Lookup Table Program instructions (#26469) 2022-07-13 20:19:51 +01:00
agent-manager.test.ts
bpf-loader.test.ts Support for returnData in simulate transaction (#26499) 2022-07-12 14:07:17 +02:00
cluster.test.ts
compute-budget.test.ts feat: support additional compute budget ixs (#25104) 2022-05-20 07:27:48 +00:00
connection-subscriptions.test.ts
connection.test.ts Support for returnData in simulate transaction (#26499) 2022-07-12 14:07:17 +02:00
ed25519-program.test.ts
epoch-schedule.test.ts
keypair.test.ts
nonce.test.ts
publickey.test.ts
secp256k1-program.test.ts
shortvec-encoding.test.ts
stake-program.test.ts
system-program.test.ts
transaction-payer.test.ts
transaction.test.ts fix: always use the nonce as the recent blockhash; never overwrite it (#25829) 2022-06-26 19:01:54 -07:00
url.ts
validator-info.test.ts
vote-program.test.ts
websocket.test.ts