Releases: argentlabs/web3.swift
Releases · argentlabs/web3.swift
0.7.0
0.6.0
🌱 New:
- Added support for
eth_estimateGas
- Client now notifies of too many results response
- Added support for Multicall (see #116)
🐛 Bug fixes:
0.5.0 Release
🌱 New:
- Support for
ABIEncoderV2
tuples with static swift types (a Swiftstruct
) - Support for 1-level nesting (arrays of arrays and arrays of tuples, tuples with arrays)
- Encoding and decoding using JSON-like string ABI is not supported anymore. Use the Swift-native static types API instead
- Static types API changed a bit to support tuples
0.4.1 Release
0.4.0 Release
🌱 New:
- EIP721 (Sign typed data) support
- Support for encoding and decoding dynamic arrays of uint and int (static swift types)
- Now using a shared library for
sec256k1
(thanks @MortyMerr for suggestion). - New dependency, required for EIP721 changes (
GenericJSON
)
0.3.5 Release
- Default ENS registry address changed to new deployment on ropsten. See here
🐛 Fixes:
- Unit tests correction
- Memory leak when signing using sec256k1
- Public visibility for structs and initializers of ERC20, 721, 165 functions
0.3.4 Release
0.3.3 Release
🐛 Bug fixes:
EthereumKeyLocalStorage
public initializer so it can be used externally
0.3.2 Release
🐛 Bug fixes:
- Potential crash when sending two requests in parallel using
EthereumClient
right after instantiation.
0.3.1 Release
Update BigInt
to 5.0.0