Skip to content

Releases: DaoCasino/token-swap

Hotfix release

18 Sep 12:34
dcb0854
Compare
Choose a tag to compare

Fixed time fetching error.

How to upgrade:

  • Replaced clock provider service. Change in config:
    { "clockApi": "http://worldtimeapi.org/api/timezone/Etc/UTC" }
  • update docker image (or build from source git tag v0.1.2)
    docker pull daocasino/oracle:v0.1.2
  • if you use docker run with config mount:
    docker run -d -v PATH_TO_CONF_JSON_IN_HOST_MACHINE:/app/conf.json daocasino/oracle:v0.1.2
    

token swap 0.1.1-beta

12 Dec 14:31
Compare
Choose a tag to compare

The release includes fixes with WebSocket connection.