Skip to content

Releases: notional-labs/dig

v3.6.0

10 May 10:18
Compare
Choose a tag to compare

This release aims to fix the ibc transfer problem of dig caused by wrong assignment of app.CapabilityKeeper in app.go.

v3.4.0

15 Feb 16:50
Compare
Choose a tag to compare

Full Changelog: v3.3.3...v3.4.0

v3.3.3-withchillfix

15 Feb 14:44
Compare
Choose a tag to compare

v3.3.2

15 Feb 14:08
Compare
Choose a tag to compare

Full Changelog: v3.3.0...v3.3.2

sdk v0.46.6

19 Nov 06:26
5acebac
Compare
Choose a tag to compare

What's Changed

This PR changes ONLY the version of the cosmos-sdk used by dig.

SDK v0.46.5

17 Nov 21:39
Compare
Choose a tag to compare
v3.3.0

use eth addr sdk

v2.6.0

17 Nov 13:27
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v2.6.0

fix bank module migration

15 Nov 10:15
ee5f856
Compare
Choose a tag to compare

dragons.

Due to a (side effect)3 (cubed)

YOU MUST NOT SIGN 36 a second time! Maybe we're screwed because when upstream flushes, it all flows downstream. But if we are screwed, it isn't too intense....

# remove your code folder
rm -rf dig
# clone exactly the right branch of dig
git clone https://github.com/notional-labs/dig 
cd dig
git checkout v3.2.1
# 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

What's Changed

Full Changelog: v3.2.1...v3.2.2

SDK v0.45.11

16 Nov 08:28
Compare
Choose a tag to compare
v2.4.0

update sdk

v3.2.1

14 Nov 20:28
c1304c8
Compare
Choose a tag to compare

Release summary

On v3.2.0, all validators got the same bech32 error,

same error after restart panic: decoding bech32 failed: invalid checksum (expected 0nq5rm got f3225d) 

This bumps core ecosystem libraries to counteract a breakage in interchain-accounts-demo that was a side effect of upstream patches to ibc-go which were themselves made necessary by patches to the cosmos-sdk.

Directions

Install this release, then start your node. Timing and coordination shouldn't matter here.

What's Changed

  • Bump @keplr-wallet/types from 0.11.1 to 0.11.16 in /webapp by @dependabot in #394
  • Bump react-select from 5.4.0 to 5.6.0 in /webapp by @dependabot in #393
  • Bump react-minimal-pie-chart from 8.3.0 to 8.4.0 in /webapp by @dependabot in #384
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #370
  • Bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1 by @dependabot in #391
  • Bump github.com/cosmos/cosmos-sdk from 0.46.3 to 0.46.4 by @dependabot in #387
  • Bump antd from 4.23.2 to 4.24.0 in /webapp by @dependabot in #388
  • Bump react-router-dom from 6.4.0 to 6.4.3 in /webapp by @dependabot in #390
  • Bump @patternfly/react-charts from 6.92.0 to 6.94.11 in /webapp by @dependabot in #389
  • Bump @cosmjs/proto-signing from 0.29.0 to 0.29.3 in /vue by @dependabot in #378
  • Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 by @dependabot in #371
  • Bump @fontsource/merriweather from 4.5.13 to 4.5.14 in /webapp by @dependabot in #326
  • Bump axios from 0.27.2 to 1.1.3 in /webapp by @dependabot in #357
  • Bump cosmjs-types from 0.5.1 to 0.5.2 in /webapp by @dependabot in #349
  • Bump web-vitals from 3.0.2 to 3.0.4 in /webapp by @dependabot in #364
  • Bump @cosmjs/stargate from 0.29.0 to 0.29.3 in /vue by @dependabot in #377
  • Bump actions/setup-go from 3.3.0 to 3.3.1 by @dependabot in #363
  • Bump @cosmjs/stargate from 0.29.0 to 0.29.3 in /webapp by @dependabot in #373
  • Bump react-icons from 4.4.0 to 4.6.0 in /webapp by @dependabot in #359
  • Bump dotenv from 16.0.2 to 16.0.3 in /webapp by @dependabot in #322
  • Bump react-spinners from 0.13.4 to 0.13.6 in /webapp by @dependabot in #342
  • Bump @cosmjs/cosmwasm-stargate from 0.29.0 to 0.29.3 in /webapp by @dependabot in #375
  • Bump @ethereumjs/tx from 4.0.0 to 4.0.1 in /webapp by @dependabot in #366
  • Bump bootstrap from 5.2.1 to 5.2.2 in /webapp by @dependabot in #328
  • Bump @fontsource/montserrat from 4.5.12 to 4.5.13 in /webapp by @dependabot in #324
  • bump dig versions by @faddat in #407

Full Changelog: v3.2.0...v3.2.1