Releases: axelarnetwork/interchain-token-service
Releases · axelarnetwork/interchain-token-service
v1.0.0-beta.2
What's Changed
- fix: typescript codegen by @alanrsoares in #163
- chore: bump version by @milapsheth in #164
New Contributors
- @alanrsoares made their first contribution in #163
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
v1.0.0-beta.1
What's Changed
- chore: add repository link by @StephenFluin in #90
- feat: least autority fixes by @Foivos in #87
- feat: add gh coverage action by @milapsheth in #94
- fix: coverage action build by @milapsheth in #95
- feat: gas optimizations by @Foivos in #92
- fix: typos by @deanamiel in #99
- feat: use create3 lib instead of using the Create3Deployer to save some gas. by @Foivos in #93
- feat: fee on transfer as a separate token manager by @Foivos in #96
- fix: flow limit should have a tighter check by @milapsheth in #97
- feat: move views out of serivce by @Foivos in #98
- feat: addressed ackeeblockchains's 3.0 report by @Foivos in #102
- feat: interchain transfer everywhere by @Foivos in #104
- feat: code4rena gas opts by @Foivos in #105
- feat: do not cache chain id for permit by @Foivos in #106
- feat: another example by @Foivos in #107
- fix(LockUnlockFee): always return adjusted amount by @re1ro in #110
- chore: fixed spelling mistakes in design doc by @blockchainguyy in #120
- feat: removed the default evm address from remote address validator by @Foivos in #112
- feat: using a custom implementation of AxelarExecutable by @Foivos in #114
- ci(Slither): action + fixes + comments by @re1ro in #117
- feat(InterchainTokenExecutable): passing token address to the executable by @re1ro in #118
- fix: pass commandId explicitly by @milapsheth in #121
- feat: bump to latest gmp-sdk and cgp by @milapsheth in #122
- feat: improved test coverage part one by @deanamiel in #111
- feat: improved test coverage part two by @deanamiel in #113
- feat: improved test coverage part three by @deanamiel in #115
- build: contract sizer [AXE-2035] by @blockchainguyy in #123
- feat: test hardcoded constants by @deanamiel in #119
- fix: file casing by @milapsheth in #126
- ci: check compilation warnings [AXE-2035] by @blockchainguyy in #124
- feat: remove liquidity pool token manager from ITS by @deanamiel in #129
- feat: flowLimit tests live network support by @deanamiel in #130
- feat: fixed some potential attack for the fee token manager by @Foivos in #133
- refactor: use normal proxy for ITS by @milapsheth in #134
- feat: added support for the sdk roles contract instead of custom roles definitions by @Foivos in #128
- feat(Service): implementing ValuedExpressExecutable by @re1ro in #131
- feat: custom token registrars by @Foivos in #116
- refactor: inter-chain-token service events and errors [AXE-2064] by @blockchainguyy in #125
- feat: use gmp sdk utils by @Foivos in #132
- feat: renamed a bunch of stuff for simplifying (on another PR) by @Foivos in #136
- feat: simplify its by @Foivos in #137
- refactor(AddressBytes): using lib from SDK by @re1ro in #141
- feat: updated tokenRegistrar by @Foivos in #138
- feat: remove IStandardizedTokenProxy by @deanamiel in #139
- refactor: change tokenId getter to interchainTokenId by @milapsheth in #142
- refactor: more method and event renaming by @milapsheth in #143
- feat: fixed token flow by @Foivos in #144
- feat: did a bunch of renaming by @Foivos in #145
- refactor: update folder structure by @milapsheth in #146
- refactor: simplify proxies by @milapsheth in #147
- feat: removed operator from interchain token payload by @Foivos in #149
- refactor(ITS): inheriting InterchainAddressValidator by @re1ro in #150
- feat: build abi files into ts encoding files by @canhtrinh in #140
- refactor: update workflows by @milapsheth in #153
- feat: add codeowners by @milapsheth in #154
- feat: track factory on its by @Foivos in #152
- refactor: rename token standard interface by @milapsheth in #156
- chore: bump release version by @milapsheth in #157
- feat: better ux service transfer by @Foivos in #158
- feat: add gh release actions by @milapsheth in #159
- fix: fix and improve full flow tests by @milapsheth in #160
- refactor: use validTokenAddress for validated token manager by @milapsheth in #161
- chore: v1 beta release by @milapsheth in #162
New Contributors
- @StephenFluin made their first contribution in #90
- @blockchainguyy made their first contribution in #120
- @canhtrinh made their first contribution in #140
Full Changelog: v0.3.0...v1.0.0-beta.1
v0.3.0
What's Changed
- feat: remove todos and update to v0.3.0 by @milapsheth in #89
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.0
What's Changed
- feat: change workflows versioning. by @Foivos in #5
- feat: added mostly empty implementations. by @Foivos in #1
- feat: libraries by @Foivos in #2
- feat: token deployer by @Foivos in #4
- feat: token deployer by @Foivos in #14
- feat: readme by @Foivos in #15
- feat: adding transfer/transferFrom/mint/burnFrom by @Foivos in #6
- feat: added functionality to register tokens and fixed revert testing. by @Foivos in #10
- feat: linker router by @Foivos in #18
- feat: deploy token helper by @Foivos in #19
- feat: register token by @Foivos in #20
- feat: removed a lot of files. by @Foivos in #29
- feat: added interfaces and stub implementations by @Foivos in #30
- feat: token manager deployer by @Foivos in #31
- feat: tokenManagerProxy by @Foivos in #32
- feat: tokenManager implementations by @Foivos in #33
- feat: execute by @Foivos in #34
- feat: renamed registerCustomToken to deployCustomTokenManager by @Foivos in #35
- feat: tokenId implementations by @Foivos in #36
- feat: added functionality to deploy token managers by @Foivos in #37
- feat: added a stub gateway that will do anything it is asked to by @Foivos in #38
- feat: some testing by @Foivos in #39
- feat: implement send token by @Foivos in #41
- feat: adminable by @Foivos in #43
- feat: added flow limits by @Foivos in #46
- feat: interchain token implementation by @Foivos in #47
- feat: added ability to set flow limits from the service by @Foivos in #48
- feat: pausing the service by @Foivos in #49
- feat: added a lot of small fixes by @Foivos in #50
- feat: token related fixes and upgrades by @Foivos in #51
- feat: liquidity pool token manager by @Foivos in #52
- feat: expose custon token manager params from the service by @Foivos in #53
- feat: added a getter for the chainName by @Foivos in #54
- feat: getTokenAddress & some polish by @Foivos in #55
- feat: better deployer by @Foivos in #56
- feat: added standardized tokens and the ability to deploy them in place of the TokenManagerCanonical by @Foivos in #57
- feat: removed the option to combine calls at a low level and added multicall by @Foivos in #58
- feat: cleanup ERC20 token by @Foivos in #59
- feat: moved requiresApproval to interchain token instead by @Foivos in #60
- test: call contract with interchain token and interchain token tests by @Foivos in #61
- feat: natspec documentation by @deanamiel in #62
- feat: cleanup and some fixes by @Foivos in #64
- feat: solidity unit test coverage by @milapsheth in #68
- fix: internal audit comments by @milapsheth in #67
- feat: negative test coverage by @deanamiel in #69
- docs: readme update by @Foivos in #70
- feat: changed dir names and moved token implementations to their own dir by @Foivos in #71
- chore: update build cmd by @milapsheth in #72
- fix: cleanup various configs by @milapsheth in #73
- feat: addresses almost all comments from the 23.6.2023 report by @Foivos in #74
- feat: simplify mock gateway by @Foivos in #75
- feat: fix todos by @Foivos in #76
- feat: made the service adminable for flow limits by @Foivos in #78
- test: utils test and a full flow test for FE reference by @Foivos in #79
- feat: rename admin to operator and more events. Also added some natspec by @Foivos in #81
- feat: update solhint to ignore common warnings by @deanamiel in #82
- feat: rename linker router to remote address validator by @Foivos in #83
- feat: renamed files for linker router -> remote address validator by @Foivos in #84
- feat: dist by @Foivos in #85
New Contributors
- @deanamiel made their first contribution in #62
- @milapsheth made their first contribution in #68
Full Changelog: https://github.com/axelarnetwork/interchain-token-service/commits/v0.1.0