Skip to content

Releases: divergencetech/ethier

v0.25.0-beta

14 Mar 11:47
Compare
Choose a tag to compare
v0.25.0-beta Pre-release
Pre-release

Standard OpenSea gas-free listing, as recommended, doesn't allow allow for revocation nor discovery (because no ApprovalForAll events fire). This is addressed in the ERC721PreApproval contract.

v0.23.0-beta

12 Mar 17:12
Compare
Choose a tag to compare
v0.23.0-beta Pre-release
Pre-release

Chain-agnostic wETH integration library with wethtest Go package to deploy a simulated wETH contract at a deterministic address that is compatible with the library.

v0.21.0-beta

11 Feb 11:39
Compare
Choose a tag to compare
v0.21.0-beta Pre-release
Pre-release
Bump minor version

v0.19.0-beta

25 Jan 15:37
Compare
Choose a tag to compare
v0.19.0-beta Pre-release
Pre-release
Bump minor version

v0.18.0-beta

24 Jan 16:36
cfa47e3
Compare
Choose a tag to compare
v0.18.0-beta Pre-release
Pre-release
Implement ERC721Redeemer library (#25)

* Implement ERC721Redeemer library for redeeming claiming rights afforded by an ERC721.

Holders of NFTs may be granted rights to arbitrary actions, with a maximum number per token.
The ERC721Redeemer.Claims struct has redeem() and unclaimed() functions that implement this
logic, limiting to a maxAllowance per token regardless of transfers. Both the token owner &
the approved address of the token can make a claim, but only once.

* Bump minor version for ERC721Redeemer inclusion.

v0.15.2-beta

04 Jan 17:22
Compare
Choose a tag to compare
v0.15.2-beta Pre-release
Pre-release
Reinstate generated.go files for {opensea,chainlink}testabi as Go mod…

v0.15.1-beta

04 Jan 16:42
Compare
Choose a tag to compare
v0.15.1-beta Pre-release
Pre-release
VRFConsumerHelper._withdrawLINK is internal instead of being Ownable;…

v0.15.0-beta

04 Jan 15:59
911a32c
Compare
Choose a tag to compare
v0.15.0-beta Pre-release
Pre-release

Chainlink helper contracts that determine all constants from the chain ID instead of requiring that they're set at deployment. Coupled with the chainlinktest Go package that acts as a test double of VRF, compatible with the new contracts.

v0.14.1-beta

23 Dec 15:53
Compare
Choose a tag to compare
v0.14.1-beta Pre-release
Pre-release
OpenSeaERC721Mintable factory emits Transfer events upon deployment a…

v0.12.0-beta

22 Dec 18:08
Compare
Choose a tag to compare
v0.12.0-beta Pre-release
Pre-release

Introduce OpenSeaERC721Mintable contract for direct minting on OpenSea