Skip to content

Token Bridge 1.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@akolotov akolotov released this 17 Sep 10:53
· 267 commits to master since this release
803f007

This version finalizes the work performed to migrate the TokenBridge from standalone repositories to one mono repository.

The repository includes the following component:

  • oracle
  • Dapp UI
  • monitor
  • oracle/UI/monitor deployment scripts
  • environment for comprehensive e2e testing, including deployment testing

The components were tested on the bridge contracts 3.1.0.

There are no major functionality improvements in comparison with the standalone repositories but the following set of fix and enhacements has been done:

  • Enhancement: Running UI in docker (#102)
  • Enhancement: Running the monitor in docker (#109)
  • Enhancement: Add support for oracle gas price values not expressed in gwei (#142)
  • Enhancement: Refactoring for the configuration parameter names for better usage in the mono repo context (#198)
  • Fix: Handle 'nonce too low' error message on oracle sender (#99)
  • Fix: Improve sender retry strategy (#103)
  • Fix: Increase of EXTRA_GAS_PERCENTAGE (#108)
  • Fix: Use mintedTotallyByBridge for bridge-ui statistics (#135)
  • Fix: Remove redis lock in oracle sender (#137)