Releases: temporal-zone/temporal
v0.5.2
Some of the notable changes include:
Enhancements
Added ability to store UserInstructions
in the record
module
Added three new message types: MsgCreateUserInstruction
, MsgUpdateUserInstruction
and MsgDeleteUserInstruction
Full Changelog: v0.4.0...v0.5.2
v0.4.0
Some of the notable changes include:
Bug Fix
Tag and version numbers will now match: v0.4.0 and v0.4.0
Enhancements
DelegationHistory now uses a block based frequency instead of seconds.
When a delegation happens the history is aggregated at the daily level.
Added compoundModuleEnabled
parameter to the compound
module to disable local compounding via governance.
Full changelog can be viewed here v0.3.0...v0.4.0
v0.3.0
Some of the notable changes include:
Bugs
When using the CLI valoper addresses in ValidatorSetting no longer get over written by the last element in the list.
Duplicate valoper addresses are no longer allowed in the ValidatorSetting list.
The withdraw address is temporarily changed to the delegator address, while a compounding happens.
Bumps
Cosmos SDK to v0.47.5
IBC to v7.3.0
Enhancements
An error in the compound module will no longer halt the network, instead it prints the logs to the error logger.
Full changelog can be viewed here v0.2.1...v0.3.0