solana_sdk 0.1.0
solana_sdk: ^0.1.0 copied to clipboard
A pure Dart Solana client library for keys, transactions, programs, and JSON-RPC/WebSocket access.
0.1.0 #
- Added Solana BIP-44 derivation paths and SLIP-0010 Ed25519 key derivation from seed bytes.
- Added RPC helpers for health, snapshot slots, max retransmit/shred insert slots, and token accounts by delegate.
- Added parsed token accounts by delegate and versioned transaction durable nonce detection helpers.
- Added Solana-style message and versioned transaction
sanitize()helpers. - Added structured sanitize exceptions, per-signature verification, verify-and-hash helpers, and durable nonce account lookup.
- Added SIMD-0385 v1 message support, including transaction config fields, versioned transaction wrapping, RPC version parsing, and fee lookup helpers.
- Prepared package metadata for open-source publication.
- Lowered runtime dependency constraints where compatible with the current implementation.
- Added public RPC export coverage tests.
- Kept JSON-RPC request content type stable across supported
httpversions.