|
1 | 1 | # @axelar-network/axelar-cgp-sui
|
2 | 2 |
|
| 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 | + |
3 | 20 | ## 1.0.2
|
4 | 21 |
|
5 | 22 | ### Patch Changes
|
6 | 23 |
|
7 |
| -- ee155fd: Fix publish template interchain token |
| 24 | +- ee155fd: Fix publish template interchain token |
8 | 25 |
|
9 | 26 | ## 1.0.1
|
10 | 27 |
|
11 | 28 | ### Patch Changes
|
12 | 29 |
|
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 |
14 | 31 |
|
15 | 32 | ## 1.0.0
|
16 | 33 |
|
17 | 34 | ### Major Changes
|
18 | 35 |
|
19 |
| -- af17dcb: Change to sui testnet-v1.38.2 |
| 36 | +- af17dcb: Change to sui testnet-v1.38.2 |
20 | 37 |
|
21 | 38 | ### Minor Changes
|
22 | 39 |
|
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 |
34 | 51 |
|
35 | 52 | ### Patch Changes
|
36 | 53 |
|
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 |
39 | 56 |
|
40 | 57 | ## 0.8.0
|
41 | 58 |
|
42 | 59 | ### Minor Changes
|
43 | 60 |
|
44 |
| -- 86cde3b: Fix ITS discovery and verify it in tests. |
| 61 | +- 86cde3b: Fix ITS discovery and verify it in tests. |
45 | 62 |
|
46 | 63 | ### Patch Changes
|
47 | 64 |
|
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 |
51 | 68 |
|
52 | 69 | ## 0.7.1
|
53 | 70 |
|
54 | 71 | ### Patch Changes
|
55 | 72 |
|
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 |
57 | 74 |
|
58 | 75 | ## 0.7.0
|
59 | 76 |
|
60 | 77 | ### Minor Changes
|
61 | 78 |
|
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 |
71 | 88 |
|
72 | 89 | ### Patch Changes
|
73 | 90 |
|
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 |
76 | 93 |
|
77 | 94 | ## 0.6.4
|
78 | 95 |
|
79 | 96 | ### Patch Changes
|
80 | 97 |
|
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> |
84 | 101 |
|
85 | 102 | ## 0.6.3
|
86 | 103 |
|
87 | 104 | ### Patch Changes
|
88 | 105 |
|
89 |
| -- 9716da3: refactor: auth module in axelar_gateway package |
| 106 | +- 9716da3: refactor: auth module in axelar_gateway package |
90 | 107 |
|
91 | 108 | ## 0.6.2
|
92 | 109 |
|
93 | 110 | ### Patch Changes
|
94 | 111 |
|
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 |
100 | 117 |
|
101 | 118 | ## 0.6.1
|
102 | 119 |
|
103 | 120 | ### Patch Changes
|
104 | 121 |
|
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 |
108 | 125 |
|
109 | 126 | ## 0.6.0
|
110 | 127 |
|
111 | 128 | ### Minor Changes
|
112 | 129 |
|
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. |
114 | 131 |
|
115 | 132 | ### Patch Changes
|
116 | 133 |
|
117 |
| -- fd494a4: Updated sui rev to testnet-v1.32.0 |
| 134 | +- fd494a4: Updated sui rev to testnet-v1.32.0 |
118 | 135 |
|
119 | 136 | ## 0.5.0
|
120 | 137 |
|
121 | 138 | ### Minor Changes
|
122 | 139 |
|
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 |
124 | 141 |
|
125 | 142 | ### Patch Changes
|
126 | 143 |
|
127 |
| -- ed0e5d0: chore: add more structs |
| 144 | +- ed0e5d0: chore: add more structs |
128 | 145 |
|
129 | 146 | ## 0.4.1
|
130 | 147 |
|
131 | 148 | ### Patch Changes
|
132 | 149 |
|
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 |
136 | 153 |
|
137 | 154 | ## 0.4.0
|
138 | 155 |
|
139 | 156 | ### Minor Changes
|
140 | 157 |
|
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. |
142 | 159 |
|
143 | 160 | ### Patch Changes
|
144 | 161 |
|
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 |
147 | 164 |
|
148 | 165 | ## 0.3.1
|
149 | 166 |
|
150 | 167 | ### Patch Changes
|
151 | 168 |
|
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 |
154 | 171 |
|
155 | 172 | ## 0.3.0
|
156 | 173 |
|
157 | 174 | ### Minor Changes
|
158 | 175 |
|
159 |
| -- 5e28d52: Update to the Sui Typescript SDK v1 |
| 176 | +- 5e28d52: Update to the Sui Typescript SDK v1 |
160 | 177 |
|
161 | 178 | ### Patch Changes
|
162 | 179 |
|
163 |
| -- 5c829ce: Remove all hardcoded addresses |
| 180 | +- 5c829ce: Remove all hardcoded addresses |
164 | 181 |
|
165 | 182 | ## 0.2.0
|
166 | 183 |
|
167 | 184 | ### Minor Changes
|
168 | 185 |
|
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 |
172 | 189 |
|
173 | 190 | ### Patch Changes
|
174 | 191 |
|
175 |
| -- 1b8d4b6: Added UID type |
| 192 | +- 1b8d4b6: Added UID type |
0 commit comments