Releases: dfinity/sol-rpc-canister
Releases · dfinity/sol-rpc-canister
v0.1.0
- SHA-256 hash: 22d8741e2b3a216f942d4d779e6da9c50827136cf271330731ad9964cf22847b
- Deployed on staging canister (
titvo-eiaaa-aaaar-qaogq-cai
) 🔭
What's Changed
Added
- Add Solana JSON-RPC providers (#9, #10, #15, #32, #47 and #58)
- Add
getAccountInfo
RPC method (#49) - Add
getBalance
RPC method (#74) - Add
getBlock
RPC method (#53) - Add
getSlot
RPC method (#33 and #48) - Add
getTransaction
RPC method (#68, #72 and #81) - Add
sendTransaction
RPC method (#59) - Add support for making generic JSON-RPC request (#39)
- Add query endpoints for retrieving the cycle costs of RPC methods (#52 and #62)
- Add metrics (#41 and #61)
- Add logging (#13 and #73)
- Add support for override providers for local testing (#12)
- Set
maxSupportedTransactionVersion
to zero for end-to-end tests (#85) - End-to-end tests (#20 and #45)