Skip to content

Commit a311583

Browse files
chore(release): bump version from 1.0.2 to 1.1.0 (#244)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2603003 commit a311583

11 files changed

+80
-108
lines changed

.changeset/chilled-apes-lay.md

-5
This file was deleted.

.changeset/cyan-foxes-push.md

-5
This file was deleted.

.changeset/flat-mangos-work.md

-5
This file was deleted.

.changeset/forty-spies-dance.md

-5
This file was deleted.

.changeset/four-cows-shout.md

-5
This file was deleted.

.changeset/friendly-starfishes-rush.md

-5
This file was deleted.

.changeset/lucky-kangaroos-relax.md

-5
This file was deleted.

.changeset/red-pumpkins-explain.md

-5
This file was deleted.

.changeset/stupid-years-collect.md

-5
This file was deleted.

CHANGELOG.md

+79-62
Original file line numberDiff line numberDiff line change
@@ -1,175 +1,192 @@
11
# @axelar-network/axelar-cgp-sui
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 81888b8: Change ITS from tracking addresses of remote chains to only tracking trusted chains and always using the ITS HUB.
8+
- 2603003: added the ability to accept multiple coin types at the gas service.
9+
- 56ed455: Changed unregistered token-id derivation to contain a prefix
10+
- 388b537: Added a lot of comments in the abi code for clarity.
11+
- e070df9: Add operator cap to ITS and allow operator to overwrite flow limits
12+
- 2d6d8e6: rename its to interchain_token_service everywhere
13+
- d27fc88: Add read_raw_bytes and write_raw_bytes to abi to support more data formats.
14+
15+
### Patch Changes
16+
17+
- 86f95ea: Removing pre-existing dirs before copying a new one in copyMovePackage
18+
- 72cd3f9: Using prettier-move formatter for move files
19+
320
## 1.0.2
421

522
### Patch Changes
623

7-
- ee155fd: Fix publish template interchain token
24+
- ee155fd: Fix publish template interchain token
825

926
## 1.0.1
1027

1128
### Patch Changes
1229

13-
- d9a6492: Bump sui version from testnet-v1.38.2 to mainnet-v1.38.3
30+
- d9a6492: Bump sui version from testnet-v1.38.2 to mainnet-v1.38.3
1431

1532
## 1.0.0
1633

1734
### Major Changes
1835

19-
- af17dcb: Change to sui testnet-v1.38.2
36+
- af17dcb: Change to sui testnet-v1.38.2
2037

2138
### Minor Changes
2239

23-
- e8a50a7: added randomness to all axelar gateway tests
24-
- 7dd615b: Removed remote decimals tracking from ITS as it will be handled at the hub.
25-
- 409d52f: Paying for gas now requires the message ticket instead of the call information.
26-
- 952c2e7: Add events to register and remove transaction on relayer discovery
27-
- c165a48: Add allow_function and disallow_function on gas_service
28-
- 167786c: Add allow_function and disallow_function to relayer_discovery.
29-
- ce71858: add allow and disallow functions in ITS
30-
- 9f656e2: Added js e2e tests for squid, and fixed a few things with squid as well.
31-
- ada6fd9: Add a query for version on version_control, change CreatorCap to OwnerCap and allow owner to set allowed functions in gateway
32-
- d0bfec4: move all events of gas service to gas_service::events and all logic to the versioned contract.
33-
- bc498d6: added allow_function and disallow_function to squid
40+
- e8a50a7: added randomness to all axelar gateway tests
41+
- 7dd615b: Removed remote decimals tracking from ITS as it will be handled at the hub.
42+
- 409d52f: Paying for gas now requires the message ticket instead of the call information.
43+
- 952c2e7: Add events to register and remove transaction on relayer discovery
44+
- c165a48: Add allow_function and disallow_function on gas_service
45+
- 167786c: Add allow_function and disallow_function to relayer_discovery.
46+
- ce71858: add allow and disallow functions in ITS
47+
- 9f656e2: Added js e2e tests for squid, and fixed a few things with squid as well.
48+
- ada6fd9: Add a query for version on version_control, change CreatorCap to OwnerCap and allow owner to set allowed functions in gateway
49+
- d0bfec4: move all events of gas service to gas_service::events and all logic to the versioned contract.
50+
- bc498d6: added allow_function and disallow_function to squid
3451

3552
### Patch Changes
3653

37-
- 7a498e9: added events to its trusted address adding and removing
38-
- cd52fed: added access to set flow limit on its and a corresponding event
54+
- 7a498e9: added events to its trusted address adding and removing
55+
- cd52fed: added access to set flow limit on its and a corresponding event
3956

4057
## 0.8.0
4158

4259
### Minor Changes
4360

44-
- 86cde3b: Fix ITS discovery and verify it in tests.
61+
- 86cde3b: Fix ITS discovery and verify it in tests.
4562

4663
### Patch Changes
4764

48-
- 9d36662: feat: export approve and execute functions
49-
- 3464917: chore: bump sui version to 1.35.2
50-
- f9840b2: chore: split builds for CJS, ESM, and Web
65+
- 9d36662: feat: export approve and execute functions
66+
- 3464917: chore: bump sui version to 1.35.2
67+
- f9840b2: chore: split builds for CJS, ESM, and Web
5168

5269
## 0.7.1
5370

5471
### Patch Changes
5572

56-
- e2c7319: create an npm task for snapshot release and cleanup workflow names
73+
- e2c7319: create an npm task for snapshot release and cleanup workflow names
5774

5875
## 0.7.0
5976

6077
### Minor Changes
6178

62-
- ab20e4b: rename versioned gateway module to Gateway_v0
63-
- 3d82969: format all packages with Move Prettier
64-
- 3ea77b1: Add missing its events
65-
- 1893cea: Added Versioned support to the gas_service.
66-
- c1cddc5: change set_trusted_addresses to remove goverance dep on its.
67-
- aeb5fff: Added versioned to the discovery module, and moved some of its functionality to a different module.
68-
- 62ea830: Added events file and move all logic to versioned.
69-
- eb544af: Move relayer discovery to its own package.
70-
- bbed403: Making ITS into a versioned contract, and changing the layout
79+
- ab20e4b: rename versioned gateway module to Gateway_v0
80+
- 3d82969: format all packages with Move Prettier
81+
- 3ea77b1: Add missing its events
82+
- 1893cea: Added Versioned support to the gas_service.
83+
- c1cddc5: change set_trusted_addresses to remove goverance dep on its.
84+
- aeb5fff: Added versioned to the discovery module, and moved some of its functionality to a different module.
85+
- 62ea830: Added events file and move all logic to versioned.
86+
- eb544af: Move relayer discovery to its own package.
87+
- bbed403: Making ITS into a versioned contract, and changing the layout
7188

7289
### Patch Changes
7390

74-
- ff8caeb: feat: added structs for versioned contracts
75-
- 4fbb9ee: add gateway proof redundant signature check
91+
- ff8caeb: feat: added structs for versioned contracts
92+
- 4fbb9ee: add gateway proof redundant signature check
7693

7794
## 0.6.4
7895

7996
### Patch Changes
8097

81-
- bc28614: chore: add a helper fucntion to get local dependencies
82-
- 0afa15c: refactor: simplified updateMoveToml
83-
- 323a0ce: refactor: update error codes to vector<u8>
98+
- bc28614: chore: add a helper fucntion to get local dependencies
99+
- 0afa15c: refactor: simplified updateMoveToml
100+
- 323a0ce: refactor: update error codes to vector<u8>
84101

85102
## 0.6.3
86103

87104
### Patch Changes
88105

89-
- 9716da3: refactor: auth module in axelar_gateway package
106+
- 9716da3: refactor: auth module in axelar_gateway package
90107

91108
## 0.6.2
92109

93110
### Patch Changes
94111

95-
- b0cb54e: refactor: weighted_signers module
96-
- 39bf114: refactor: discovery module
97-
- 7f36eea: refactor: proof module
98-
- 8cb75ed: feat: use channel to figure out source address for its
99-
- 544d8e1: chore: apply macro function to reduce duplication in gateway contract
112+
- b0cb54e: refactor: weighted_signers module
113+
- 39bf114: refactor: discovery module
114+
- 7f36eea: refactor: proof module
115+
- 8cb75ed: feat: use channel to figure out source address for its
116+
- 544d8e1: chore: apply macro function to reduce duplication in gateway contract
100117

101118
## 0.6.1
102119

103120
### Patch Changes
104121

105-
- a19430c: chore: refactor gateway contract to use enum
106-
- 396cc29: chore: include version.json in published package
107-
- 3bcb7d3: chore: make sui workflow reusable
122+
- a19430c: chore: refactor gateway contract to use enum
123+
- 396cc29: chore: include version.json in published package
124+
- 3bcb7d3: chore: make sui workflow reusable
108125

109126
## 0.6.0
110127

111128
### Minor Changes
112129

113-
- 2dccf33: Using a custom hot potato object for the operators module instead of Sui's Borrow, because our design fits better this way.
130+
- 2dccf33: Using a custom hot potato object for the operators module instead of Sui's Borrow, because our design fits better this way.
114131

115132
### Patch Changes
116133

117-
- fd494a4: Updated sui rev to testnet-v1.32.0
134+
- fd494a4: Updated sui rev to testnet-v1.32.0
118135

119136
## 0.5.0
120137

121138
### Minor Changes
122139

123-
- 26a618f: Formatted move modules with "Prettier Move" plugin to compatible with Sui 1.32.0
140+
- 26a618f: Formatted move modules with "Prettier Move" plugin to compatible with Sui 1.32.0
124141

125142
### Patch Changes
126143

127-
- ed0e5d0: chore: add more structs
144+
- ed0e5d0: chore: add more structs
128145

129146
## 0.4.1
130147

131148
### Patch Changes
132149

133-
- cf4ead4: Fixed publish error in docker container environment by removing the tmp package.
134-
- fd297c7: Added Bag and Operator bcs structs
135-
- d86325e: Renamed test package to example
150+
- cf4ead4: Fixed publish error in docker container environment by removing the tmp package.
151+
- fd297c7: Added Bag and Operator bcs structs
152+
- d86325e: Renamed test package to example
136153

137154
## 0.4.0
138155

139156
### Minor Changes
140157

141-
- 523e24c: Use hot potato pattern with `sui::borrow` package for loan out a capabilities in operators contract.
158+
- 523e24c: Use hot potato pattern with `sui::borrow` package for loan out a capabilities in operators contract.
142159

143160
### Patch Changes
144161

145-
- 86d7fa3: Include gas payment into test contract's `send_call` function
146-
- ab7235b: Remove postinstall script and src directory from published content
162+
- 86d7fa3: Include gas payment into test contract's `send_call` function
163+
- ab7235b: Remove postinstall script and src directory from published content
147164

148165
## 0.3.1
149166

150167
### Patch Changes
151168

152-
- 86d7fa3: Include gas payment into test contract's `send_call` function
153-
- ab7235b: Remove postinstall script and src directory from published content
169+
- 86d7fa3: Include gas payment into test contract's `send_call` function
170+
- ab7235b: Remove postinstall script and src directory from published content
154171

155172
## 0.3.0
156173

157174
### Minor Changes
158175

159-
- 5e28d52: Update to the Sui Typescript SDK v1
176+
- 5e28d52: Update to the Sui Typescript SDK v1
160177

161178
### Patch Changes
162179

163-
- 5c829ce: Remove all hardcoded addresses
180+
- 5c829ce: Remove all hardcoded addresses
164181

165182
## 0.2.0
166183

167184
### Minor Changes
168185

169-
- b1f9ca6: added previous signer retention in gateway setup
170-
- 7441218: move source copy util to avoid modifying sources in place
171-
- 2dc62d0: move package build util
186+
- b1f9ca6: added previous signer retention in gateway setup
187+
- 7441218: move source copy util to avoid modifying sources in place
188+
- 2dc62d0: move package build util
172189

173190
### Patch Changes
174191

175-
- 1b8d4b6: Added UID type
192+
- 1b8d4b6: Added UID type

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axelar-network/axelar-cgp-sui",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/axelarnetwork/axelar-cgp-sui"

0 commit comments

Comments
 (0)