Skip to content

Releases: notional-labs/dig

v2.2.0

30 Oct 06:21
Compare
Choose a tag to compare

Full Changelog: v2.0.2...v2.2.0

cosmos-sdk 46 dragonberry

29 Oct 18:06
1e0890d
Compare
Choose a tag to compare

Notes for validators:

This process should work:

  • stop your node

use this script, provided by Claimens Crypto Crew, but don't just copy and paste it. Run each line separately.

0th step: social consensus

  • wait for 75% of VotePower to agree to this plan.
  • After 75% of VotePower has agreed to this plan, execute the plan.

FIRST START A SCREEN SESSION

screen -S dig

SECOND START YOUR NODE

# remove your code folder
rm -rf dig
# clone exactly the right branch of dig
git clone https://github.com/notional-labs/dig --branch dragon46
# install the new digd binary
make install
# enter your dig state folder
cd ~/.dig
# back up priv_validator_state.json (you should also have a backup of this file and priv_validator.json that isn't on your validator)
cp data/priv_validator_state.json ~/
# blow out your data directory
rm -r data
# Download claimens' snapshot
URL=https://quicksync.ccvalidators.com/SNAPSHOTS/dig-1_20221029_default.tar.lz4 && wget -O - $URL | lz4 -d | tar -xvf -
# restore your priv_validator_state to ensure that you do not double sign
cp ~/priv_validator_state.json ~/.dig/data
# start using the --home flag, to ensure that you do not get knocked around by a changed home directory
digd start --home ~/.dig

THIRD LEAVE THE SCREEN SESSION

ctrl+a then ctrl+d

dragonberry

29 Oct 09:01
Compare
Choose a tag to compare

This release represents the safest known course to patch the sdk 45 version of dig for dragonberry.

It avoids apphash errors reported by kujira, evmos, and chihuahua.

After applying this release, validators will coordinate a halt height upgrade to v46.

Cheers!

Please install like this:

cd dig/
git fetch --all
git checkout v2.1.0
go install ./...

DigV3

24 May 10:08
6b0f53e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v3.0.0

v2.0.1

12 Apr 19:38
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

fix 0x addresses

04 Jan 02:06
04e6e44
Compare
Choose a tag to compare

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

Less RAM

16 Dec 14:42
Compare
Choose a tag to compare

Dig was originally a whisky build, optomized for ibc relaying. This lowers the iavl cache size by 100x, still much higher than the cosmos-sdk default.

c04bc27

Full Changelog: v1.0.0...v1.0.1

MainNet

13 Dec 18:29
efe9eaf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: latest...v1.0.0

latest

12 Sep 21:09
Compare
Choose a tag to compare
latest Pre-release
Pre-release
remove auto download genesis

Testnet 3

11 Sep 14:14
Compare
Choose a tag to compare
Testnet 3 Pre-release
Pre-release

Dig's third testnet brings:

  • An overall lower feature scope
  • Genesis state exported from the DFY contract on BSC
  • Compatibility with BECH32 (cosmos) and ethsecp256k1 (eth/bsc) addresses and keys
  • Cosmos SDK 0.44.0
  • IBC-go 1.1.0
  • Tendermint 0.34.13