Releases: Boilertalk/Web3.swift
Releases · Boilertalk/Web3.swift
0.3.1
This version is a bug fix only release and contains the following fixes:
0.3.0
This version contains the following changes:
-
Native static and dynamic Contract ABI parsing
-
Interaction with smart contracts, the easy way
-
Static ERC20 and ERC721 contract interfaces out of the box
-
Syntactic sugar for all PromiseKit extensions
-
Bug fixes...
0.2.1
This version contains the following change:
- Fixed visibility of
EthereumTransaction
to public (was internal before)
0.2.0
This version contains the following changes:
- Bug fix for enum equatables which led to crashes sometimes
- Split
EthereumTransaction
andEthereumSignedTransaction
- Improve API for Web3Response, conform to major standards (Result?, Error?)
- Make hex string to bytes decoding less restrictive (allow odd number of digits, assume leading zero)
0.1.1
This version contains the following change:
- Visibility fix for
Web3.Eth
properties
Initial Release
This release includes the following features:
- Sign/verify transactions
- Communicate with an Ethereum node like INFURA
- Interact with Smart Contracts
- One implementation for different platforms
- Optional PromiseKit extensions