Releases: ExWeb3/elixir_ethers
Releases · ExWeb3/elixir_ethers
v0.0.3
Added
- Better Gas Estimation API.
- Configurable default gas drift calculation.
Fixed
Type.[min/max]
functions bitsize check guard.- Generated documentation typos and general writing.
Full Changelog: v0.0.2...v0.0.3
0.0.2
v0.0.1
Initial Beta release of Ethers for Elixir. This release includes the following features:
- Contract function generation during compile time from ABIs.
- Ability to deploy a contract with its byte-code and constructor.
- Common contract interfaces like ERC20, ERC721, ERC777 and ERC1155. (built-ins)
- ENS and other name services resolve functionality and contracts.
- Implicit type conversion and common type utility functions.