Skip to content

Token Bridge 1.2.0

Compare
Choose a tag to compare
@akolotov akolotov released this 06 Jan 19:25
· 215 commits to master since this release
727371f

The TokenBridge repository contains the code base for the following components:

  • Oracle
  • Monitor
  • UI

The recommended version of the TokenBridge contracts to be used with this release is 3.3.0.

The goal of the release is to finish work to support two tokens Sai/SCD and Dai/MCD as it was planned in the Phase 2 of the xDai brige migration.

The following set of changes were introduced:

  • Enhancement: Oracle upgrade script to migrate from 1.1.1 to 1.2.0-rc0 (#257)
  • Enhancement: Add support to disable validator balances check in monitor (#259)
  • Fix: Add rabbit and redis networks to new workers (#249)
  • Fix: Add handling of error case with RPC links in getTokensState (#252)
  • Fix: Bump handlebars from 4.1.2 to 4.5.3 (#255)
  • Fix: Update README.md (#260)

The steps that are required to upgrade the TokenBridge Oracle from the previous 1.1.x release were implemented in form of a upgrade script. The script needs to be modified to work with correct 1.2.0 version of the docker image:

source_dockerimage="poanetwork/tokenbridge-oracle:1.2.0-rc0"

to

source_dockerimage="poanetwork/tokenbridge-oracle:1.2.0"