Skip to content

Releases: Transient-Labs/tl-stacks

2.5.1

21 Nov 23:31
9ad97e7
Compare
Choose a tag to compare

Miscellaneous updates to the repo to improve developer experience

2.5.0

21 Nov 22:38
83d49e6
Compare
Choose a tag to compare

includes 2.4.0 changes to introduce referrals & 0 ETH protocol fee splits.
2.5.0 just updates tests

v2.3.1

07 Mar 15:37
de281be
Compare
Choose a tag to compare

Changelog:

  • Solidity 0.8.22
  • OpenZeppelin v5.x
  • tl-creator-contracts v3.0.3
  • added initial owner to the constructor
  • merkle leaf generation avoid low sev second preimage attack
  • minor code formatting and cleanup

2.1.0

25 Oct 21:24
ed54ef2
Compare
Choose a tag to compare

General

TLAuctionHouse.sol

  • Reserve & scheduled auctions + buy now sales mechanisms
  • Can set an auction + buy now price at the same time and whichever gets hit first clears the other. Not recommended with scheduled auctions but no harm if you do that either. Best combo is reserve auction + buy now
  • Uses the Manifold Royalty Registry to lookup on-chain royalties

TLStacks721.sol

  • Implementation of the original stacks protocol in Solidity with the option to use ERC-20 tokens
  • Implements a per NFT eth protocol fee

TLStacks1155.sol

  • Implementation of the original stacks protocol in Solidity with the option to use ERC-20 tokens
  • Implements a per NFT eth protocol fee