Releases: starknet-io/starknet.js
Releases · starknet-io/starknet.js
v6.17.0
v6.16.0
v6.15.0
v6.14.1
v6.14.0
v6.13.1
v6.13.0
v6.12.1
v6.12.0
v6.11.0
6.11.0 (2024-07-02)
Features
- WalletAccount -> new standard for communicating with wallets - guide and example-repo
- rpc 0.7.1
- cairo 2.6.0 contract declaration
- abiwan v2 intergation - Automatic TypeScript parsing of Cairo ABI-s guide
- v3 transactions
- structured data hashing in line with SNIP-12
- Ethereum account (signer) docs
- Cairo u512 docs
- Enriched transaction receipt docs
- types-js common library
- added type coverage
provider.getL1MessageHash
- add
getGasPrice
rpc provider method - export function
parseCalldataField()
- function
validateAndParseEthAddress
provider.decodeParameters
- fee margins configurable
- use fetch-cookie package for cookie based sticky sessions
- removed sequencer api , goerli testnet
- various bugfixes
Test:
- add coverage in automatic test suite
- Improve tests performance
- test's response schema validation
Docs:
- search functionality
- guide for wallet account
- various improvements, new examples on methods in jsdoc and explanations