Skip to content

Releases: alephao/nft-sale-proxy

v0.5.0

10 Oct 20:36
Compare
Choose a tag to compare
  • Update go version to 1.19
  • Move go packages to the pkg folder

v0.4.0

29 Apr 18:00
Compare
Choose a tag to compare
  • Added an option to reveal ranges of ids. The developer can add an OTHER_REVEALS key with the following format:
<FROM>-<TO>,<FROM2>-<TO2>,<FROM3>-<TO3>

For example, the following config:

1100-1200,1500-1550,1800-1801

Will reveal tokens with ids 1100-1200, 1500-1550, and 1800-1801, inclusive.

v0.3.0

21 Mar 00:08
Compare
Choose a tag to compare
  • The proxy now forwards any data instead a specific set of keys

v0.2.0

04 Nov 18:43
Compare
Choose a tag to compare
  • Added support for ERC1155 tokens
  • The json returned now omits empty values

v0.1.0

04 Nov 15:38
Compare
Choose a tag to compare
  • Proxy for ERC721
  • Library to use with AWS Lambda