Releases: divergencetech/ethier
Releases · divergencetech/ethier
v0.10.0-beta
Merge branch 'main' of github.com:divergencetech/ethier into main
v0.8.1-beta
Change copyright notices to refer to authors and add respective AUTHO…
v0.7.0-beta
ERC721Common is no longer Enumerable by default as this uses a _lot_ …
v0.3.0-beta
Introduction of the ethier
CLI tool, currently only to simplify //go:generate
lines, but to be extended with other commands (e.g. expose signing compatible with crypto/SignatureChecker.sol
.
v0.2.1-beta
ERC721Common contract with: - ERC721Enumerable+Pausable inheritance - utils/OwnerPausable (new contract) inheritance for pause() toggling only by owner - Gas-free OpenSea listings thanks to @dievardump's BaseOpenSea