Releases: icon-project/icon-bridge
Releases · icon-project/icon-bridge
v0.0.10
What's Changed
NEAR Integration
- Initial implementation of NEAR integration (#533)
KNOWN ISSUES
- Submitting multiple BTP messages in a transaction may exceed the 300TGas limit (#543)
- Third party dependencies on low usage libraries (#506)
Build and CI
- Add local build script (#464)
- Add CI process for building relay and chain images, and running e2e tests (#334)
- Add CI process to deploy and register Javascore BMC/BTS to testnet (#384)
- Add CodeQL analsysis (#356)
Tests
- Add 80% test coverage requirement to merge to main (#544)
- Improve general test coverage (#445, #476)
- See test coverage reporting at https://app.codecov.io/gh/icon-project/icon-bridge
- Automate e2etest config generation (#492, #516, #527)
Bug fixes
- Verify BSC block headers and receipts (#378)
- Verify ICON block headers when synchronizing verifier state (#451)
- Check native coin transfer limit on transferBatch #332
- Allow decimals greater than 21 for ICON smart contracts (#380)
- Allow decimals greater than 18 for Solidity smart contracts (#380)
- Add Solidity proxy contract upgrade functionality
- Fix validators votes duplication and minimum validators count (#348)
ICON Bridge Beta Testnet Release Candidate 1
What's Changed
- update migration script for er20tkn solidity#172 by @manishbista28 in #173
- update solc version used by erc20tkn and hrc20 contracts#174 by @manishbista28 in #175
- Story/blacklist restriction issue in current implementation #45 by @manishbista28 in #176
- unit tests for relay-#143 by @manishbista28 in #179
- Story/update contract deploy script #180 by @manishbista28 in #181
- Story/intrachain blacklist#182 by @izyak in #183
Full Changelog: v0.0.8...v0.0.9-rc.1