All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Etherscan.get_contract_source/1
- Updated testnet URLs to latest versions
Etherscan.get_transaction_receipt_status/1
- Option to set HTTPoison options via
config :etherscan, request: []
Etherscan.API.Accounts.get_balance/1
- returns balance in ether. previously wei
Etherscan.API.Accounts.get_balances/1
- returns balance in ether. previously wei
Etherscan.API.Logs.get_logs/1
- returns error if given an invalid address. previously made request with invalid address
Etherscan.API.Proxy.get_eth_supply/0
- returns supply in ether. previously wei
0.1.5 - 2018-03-15
- Update
httpoison
to1.0.0
0.1.4 - 2017-12-09
- Option to configure ethereum network via
config :etherscan, network: <SOME-NETWORK>
- Support for log endpoints via
Etherscan.API.Logs
- Support for Geth/Parity proxy endpoints via
Etherscan.API.Proxy
- More documentation and usage examples
0.1.3 - 2017-10-11
- Option to configure api key via
config :etherscan, api_key: <YOUR-API-KEY>
0.1.2 - 2017-09-27
- Dependency/fixture update
0.1.1 - 2017-09-04
- Initial test coverage
- First version