All notable changes to this project are documented in this file.
This changelog format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.2 - 2021-07-06
- pull EURS minter via
eth_getStorageAt
- allow mixing returns
None
with revert
0.3.1 - 2021-06-23
skip_holders
bug (removing non-existing address from a list)
0.3.0 - 2021-06-22
- Added
skip_holders
feature to skip some holders in default minting process. - Added
$ETHPLORER_API_KEY
to use custom key.
0.2.2 - 2021-06-01
- Generalize minting logic for Synthetix synths
0.2.1 - 2021-05-26
- Use Vyper
v0.2.12
- Query SNX exchanger address from address resolver
0.2.0 - 2021-03-28
- Custom minting logic for: USDC, DAI, USDT, EURS, sEURS, sETH, sUSD, ankrETH, rETH
- Add fork tests for custom minting logic
deployer
kwarg forERC20
- Use Vyper
v0.2.11
0.1.0 - 2021-01-25
- Custom minting logic for tokens: pBTC, wZEC, renZEC, renBTC, wBTC, sBTC, tBTC, aave tokens
forked.py
: Add handling of custom minting logic if token name starts with a specified prefix (e.g. 'AAVE') and custom minting logic for address does not exist- Better error when using incompatible return types for
ERC20
0.0.3 - 2021-01-13
ERC20.transfer
bug
0.0.2 - 2021-01-12
- Improved handling of string types for
success
andrevert
kwargs inERC20
init - Explicitly target Vyper version
0.2.8
to avoid issues when Solidity is not installed
0.0.1 - 2020-12-12
- Initial alpha release