Skip to content

fix 0x addresses

Compare
Choose a tag to compare
@faddat faddat released this 04 Jan 02:06
· 540 commits to master since this release
04e6e44

Notes

All validators should update to this, and can begin to update now. This will fix a tx signing bug that affected the ethsecp256k1 0x accounts in dig's genesis state.

Update:

git clone https://github.com/notional-labs/dig
cd dig
git checkout v1.1.0
go install ./...

then stop your node and restart it.

What's Changed

  • fix eth by @nguyenvuong1122000 in #149
  • Note about validator creation & wallet starting balance by @mihado in #144
  • rocksdb fix by @mgialong215 in #150
  • fix 0x by @faddat in #154

New Contributors

Full Changelog: v1.0.1...v1.1.0