Releases: TokenySolutions/T-REX
Releases · TokenySolutions/T-REX
4.1.7-beta1
add flexible versions for compilation on interfaces
4.2.0-beta2
Merge pull request #234 from TokenySolutions/BT-385-automated-lockup BT-385 Add InitialLockupPeriod module
4.1.6
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
patch compliance module maxBalanceModule
4.1.5-beta1
Update package version for beta
4.1.4
[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
Update version as 4.2.0-beta1
4.1.3
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
4.1.2-beta1
Update changelog