Skip to content

v0.0.10

Latest
Compare
Choose a tag to compare
@CyrusVorwald CyrusVorwald released this 26 Sep 14:05
· 129 commits to main since this release
0b1d04c

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

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)