Skip to content

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 10 Sep 02:54
978d79f

(1)Update github.com/celer-network/goutils -> v0.1.33
(2)Update github.com/ethereum/go-ethereum ->  v1.10.8
(3)As it seems not safe enough, we remove key store config file and key store password from config.json.
          Now, please use the new command below(add "-ks" and "-pwddir"). You can also find the detail in Readme

         ./cbridge-node -p 8088 -c ./env/config.json -ks ./env/ks/yourKeyStore.json -pwddir ./env/ks/yourPasswordFile.

(4)Add WaitMined for approving allowance when start your relay-node.
          This will guarantee that the approved allowance will succeed and will not block the relay-node to do TransferIn/Confirm/Refund.