@@ -28,115 +28,136 @@ Contains bug fixes.
28
28
Contains all the PRs that improved the code without changing the behaviors.
29
29
-->
30
30
31
+ ## v1.0.6-Prerelease
31
32
32
- # v1.0.6-fix
33
33
### Added
34
+ - Added ` VersionForAddress ` field to ` GenesisState ` .
34
35
35
36
### Changed
37
+ - Updated outdated dependencies.
38
+ - Moved funds from claim to liquidity reserve when airdrop ends.
36
39
37
40
### Fixed
41
+ - Fixed old expirations not being removed.
42
+ - Fixed incorrect delegate usage in ` msg open contract ` .
43
+ - Fixed the recipient’s ` IsTransferable ` field being overwritten to ` false ` in ` MsgClaimThorchain ` .
44
+ - Fixed ` GenesisState ` validation.
45
+ - Fixed validator rewards payout.
46
+ - Fixed bug allowing double claims with Thorchain claims.
47
+ - Fixed non deterministic map iteration to sorted iteration
38
48
- Fixed fee stuck in arkeo module by moving fees to arkeo-reserve
39
49
40
- # v1.0.5-Prerelease
50
+ ---
51
+
52
+ ## v1.0.5-Prerelease
53
+
41
54
### Added
42
- - Arkeo testnet validator addresses to airdrop
55
+ - Added Arkeo testnet validator addresses to airdrop.
43
56
44
57
### Changed
45
- - Updated docker images
58
+ - Updated Docker images.
59
+ - Set minimum gas price to zero.
46
60
47
61
### Fixed
48
- - Updated event labels on TC delegate events
49
- - Added Response to claim functions
62
+ - Updated event labels on Thorchain delegate events.
63
+ - Added ` Response ` to claim functions.
50
64
51
- # v1.0.4-Prerelease
65
+ ---
52
66
53
- ## Changed
54
- - Updated docker images
67
+ ## v1.0.4-Prerelease
55
68
56
- # v1.0.3-Prerelease
57
-
58
- ## Added
59
- - Added sentinel setup docs
60
- - Added sentinel regression test
61
- - Added go releaser for sentinel and directory service
69
+ ### Changed
70
+ - Updated Docker images.
62
71
72
+ ---
63
73
64
- ## Changed
65
- - Updated sentinel to handle provider events
66
- - moved testnet and mainnet releaser separately
74
+ ## v1.0.3-Prerelease
67
75
68
- ## Fixed
69
- - Fixed code lint
70
- - Fixed ws client issue with event stream
71
- - Fixed swagger issue
72
- - Docker files and scripts
73
- - Go releaser for binary and docker
76
+ ### Added
77
+ - Added Sentinel setup documentation.
78
+ - Added Sentinel regression test.
79
+ - Added GoReleaser for Sentinel and Directory Service.
74
80
75
- # v1.0.2-Prerelease
81
+ ### Changed
82
+ - Updated Sentinel to handle provider events.
83
+ - Separated testnet and mainnet releaser.
84
+ - Updated Thorchain claim address.
76
85
77
- ## Added
86
+ ### Fixed
87
+ - Fixed code lint issues.
88
+ - Fixed WebSocket client issue with event stream.
89
+ - Fixed Swagger issue.
90
+ - Fixed Docker files and scripts.
91
+ - Fixed GoReleaser for binary and Docker.
78
92
79
- ## Changed
80
- - Updated thorchain claim server address handling
93
+ ---
81
94
82
- ## Fixed
83
- - Fixed Regression Test Version Issues
95
+ ## v1.0.2-Prerelease
84
96
85
- # v1.0.1-Prerelease
97
+ ### Changed
98
+ - Updated Thorchain claim server address handling.
86
99
87
- ## Added
88
- - Add claim record scripts
89
- - Thorchain Claims Proto Updates
90
- - Documentation of Testnet Setup using local build and Cosmovisor
91
- - Documentation update and addition of validator setup documentation
92
- - New accounts to handle rewards
93
- - New Params to Arkeo Module
94
- - Update validator distribution of rewards
95
- - Testnet Genesis File
100
+ ### Fixed
101
+ - Fixed regression test version issues.
96
102
97
- ## Changed
98
- - Removed unused module account
99
- - Disabled System Validator Rewards
100
- - Default Mint params set to zero
101
- - Validator and Delegator rewards from Reserve Module
102
- - Updated testnet seed and peer address
103
- - Updated testnet docs
103
+ ---
104
104
105
- ## Fixed
106
- - Testnet binary generation using go build
107
- - Fixed Regression Testing
108
- - Updated Docs
109
- - Fixed Consumer in Directory Service
110
- - Fixed Regression Export
111
- - Fixed localnet docker
112
- - updated the genesis file
113
- - claim timeout
114
- - Fixed module imports
115
- - update module to implement APPModuleBasic and AppModule
116
- - Updated Tests on arkeo module keeper
117
- - version issue on begin blocker
118
- - Fixed Genesis Url
119
- - Fixed thorchain claim server address mainnet
105
+ ## v1.0.1-Prerelease
120
106
121
- # v1.0.0-Prerelease
107
+ ### Added
108
+ - Added claim record scripts.
109
+ - Updated Thorchain Claims Proto.
110
+ - Added testnet setup documentation using local build and Cosmovisor.
111
+ - Added validator setup documentation.
112
+ - Added new accounts to handle rewards.
113
+ - Introduced new parameters to Arkeo module.
114
+ - Updated validator reward distribution.
115
+ - Released testnet Genesis file.
122
116
123
- ## Added
117
+ ### Changed
118
+ - Removed unused module account.
119
+ - Disabled system validator rewards.
120
+ - Set default mint parameters to zero.
121
+ - Redirected validator and delegator rewards from the Reserve Module.
122
+ - Updated testnet seed and peer addresses.
123
+ - Updated testnet documentation.
124
124
125
- - Binary and Docker Image releaser
126
- - Release , Lint , Release Check into CI Actions
127
- - Added ThorChain Claims and unit tests
125
+ ### Fixed
126
+ - Fixed testnet binary generation using ` go build ` .
127
+ - Fixed regression testing issues.
128
+ - Updated documentation.
129
+ - Fixed consumer in Directory Service.
130
+ - Fixed regression export.
131
+ - Fixed localnet Docker setup.
132
+ - Updated genesis file.
133
+ - Fixed claim timeout.
134
+ - Fixed module imports.
135
+ - Updated module to implement ` APPModuleBasic ` and ` AppModule ` .
136
+ - Updated tests for Arkeo module keeper.
137
+ - Fixed version issue in ` begin_blocker ` .
138
+ - Fixed Genesis URL.
139
+ - Fixed Thorchain claim server address on mainnet.
140
+
141
+ ---
142
+
143
+ ## v1.0.0-Prerelease
128
144
145
+ ### Added
146
+ - Introduced binary and Docker image releaser.
147
+ - Implemented CI actions for release, lint, and release check.
148
+ - Added Thorchain claims and unit tests.
129
149
130
- ## Changed
150
+ ### Changed
151
+ - Upgraded Cosmos SDK from ` 0.46.13 ` to ` 0.50.8 ` .
152
+ - Upgraded IBC from ` 5 ` to ` 8.3.1 ` .
153
+ - Updated Proto generation using ` proto-builder ` image.
131
154
132
- - Updated Cosmos SDK from 0.46.13 to 0.50.8
133
- - Updated IBC 5 to 8.3.1
134
- - Updated Proto generation using proto-builder image
155
+ ### Fixed
156
+ - Fixed event ordering issues.
157
+ - Updated Docker dependencies.
158
+ - Fixed CI checks and release checks.
159
+ - Fixed unit tests and module imports.
160
+ - Fixed default commands in the Arkeo CLI.
135
161
136
- ## Fixed
162
+ ---
137
163
138
- - Event Ordering
139
- - Updated Docker Dependencies
140
- - Fixed CI checks and Release Checks
141
- - Fixed UnitTest and Module Imports
142
- - Fixed Default Commands on the Arkeo Cmd
0 commit comments