Skip to content

Releases: TokenySolutions/T-REX

4.1.7-beta1

05 Feb 14:53
Compare
Choose a tag to compare
4.1.7-beta1 Pre-release
Pre-release

add flexible versions for compilation on interfaces

4.2.0-beta2

16 Jan 08:55
34b4898
Compare
Choose a tag to compare
4.2.0-beta2 Pre-release
Pre-release
Merge pull request #234 from TokenySolutions/BT-385-automated-lockup

BT-385 Add InitialLockupPeriod module

4.1.6

18 Oct 10:03
a09cfd3
Compare
Choose a tag to compare

Added

  • Added removeTimeTransferLimit function to TimeTransferLimitsModule, allows removing time transfer limits for the given limitTime.
  • Added batchSetTimeTransferLimit and batchRemoveTimeTransferLimit functions to TimeTransferLimitsModule, allows setting and removing multiple time transfer limits at once.
  • Introduced Token Listing Restrictions Module: Investors can determine which tokens they can receive by whitelisting or blacklisting them
    Token issuers can choose the listing type they prefer for their tokens:
    WHITELISTING: investors must whitelist/allow the token address in order to receive it.
    BLACKLISTING: investors can receive the token by default. If they do not want to receive it, they need to blacklist/disallow it.
  • Added commercial licensing to all modules of compliance as they are part of Tokeny's IP.

Update

  • Updated the moduleCheck function of TransferRestrictModule to directly allow transfers when the _from or _to address is the null address, enabling mint and burn operations without additional restrictions.

4.1.5

11 Sep 06:59
8771358
Compare
Choose a tag to compare

patch compliance module maxBalanceModule

4.1.5-beta1

08 Apr 12:31
Compare
Choose a tag to compare
4.1.5-beta1 Pre-release
Pre-release
Update package version for beta

4.1.4

20 Mar 10:15
d34e5c5
Compare
Choose a tag to compare

[4.1.4]

Added

  • Introduced AbstractModuleUpgradeable: Enables compliance modules to be compatible with ERC-1967 and ERC-1822 standards.
  • Introduced ModuleProxy: ERC-1967 compliant proxy contract for Upgradeable compliance modules.

Update

  • Upgraded all compliance modules to inherit from AbstractModuleUpgradeable and made them Upgradeable.

4.2.0-beta1

21 Feb 08:21
Compare
Choose a tag to compare
4.2.0-beta1 Pre-release
Pre-release
Update version as 4.2.0-beta1

4.1.3

16 Feb 12:50
0fa344b
Compare
Choose a tag to compare

Update

  • AbstractProxy: updated the storage slot for TREXImplementationAuthority from
    0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7 to
    0x821f3e4d3d679f19eacc940c87acf846ea6eae24a63058ea750304437a62aafc to avoid issues with blockchain explorers
    confusing the proxy pattern of T-REX for an ERC-1822 proxy (old storage slot was the slot used by ERC-1822) which
    caused errors in displaying the right ABIs for proxies using this implementation.

4.1.2

03 Jan 09:53
1fe2cf0
Compare
Choose a tag to compare

[4.1.2]

  • Compliance Modules:
    • Removed _compliance parameter from setSupplyLimit function of the SupplyLimitModule

4.1.2-beta1

21 Dec 13:12
Compare
Choose a tag to compare
4.1.2-beta1 Pre-release
Pre-release
Update changelog