Skip to content

Releases: Transient-Labs/tl-sol-tools

2.2.1

31 May 18:50
a6704b6
Compare
Choose a tag to compare

Standardized way to install modules for development of this repo

2.2.0

10 May 14:19
Compare
Choose a tag to compare

Changes

  • updated the view fn name to be more descriptive

2.1.0

10 May 14:06
Compare
Choose a tag to compare

Changes

  • added external view function to royalty mixin exposing default recipient and default percentage

2.0.0

24 Apr 14:10
858094a
Compare
Choose a tag to compare

Changes

  • bump solidity version
  • remove ascii art
  • change to MIT license
  • reformat code according to solidity natspec and best practices

1.1.0

01 Feb 18:00
788f4d6
Compare
Choose a tag to compare

Functionality Added:

  • revoke all roles functionality ( #1 #2 )

1.0.0

23 Jan 20:05
Compare
Choose a tag to compare

Initial release with two main contracts

  • OwnableAccessControl.sol --> a single owner abstract contract with role-based access control
  • EIP2981TL.sol --> EIP-2981 compliant abstract contract with a default royalty and token-specific royalty overrides