Dig is a hub blockchain that interconnects physical plots of land, which will each be governed by a locally operated blockchain.

Related tags

Open Source Apps dig
Overview

dig

Software Release dig blockchain Android Raspberry Pi Security Check

Dig is a hub blockchain that interconnects physical plots of land, which will each be governed by a locally operated blockchain. Due to the regulatory challenges involved, dig splits itself up into many chains which can each follow appropriate legislation. This is the beginning of the "Dig Network."

Here's a little light background reading:

Status

Mainnet is ready, We'll launch once details are finalized.

Design

form

  • Software-wise, dig is a monorepo. All of its essential code lives in this repository:
    • Genesis
    • Go App Code
    • Javascript Front End Code
    • Mobile App
    • Block explorer

function

  • The dig mainnet is as minimal as possible. While we may add a few things before mainnet, it's our preference to remove things. The dig mainnet is for coordinating the efforts of like-minded people who'd like to see:

    • Liquid Land: Blockchain style real estate investing
    • Charter Cities: Land where the rules are laid out on the chain that constitutes them
    • Hierarchical transparent governance: The trouble with hierarchical orgs is opacity, not hierarchy itself.
    • Research and development of blockchain governance in physical and virtual spaces.
  • Chains in the dig network will launch from the code in this repository, as well.

Financing

We're comitted to transparency in all matters, including the composition of genesis allocations. Adam has raised funds for Dig's development work. Pre-launch we'll post the final tally. We will only accept funding from parties who are aligned with the long-term vision of the project and willing to have their tokens on exactly the same terms as those who get them in an airdrop.

Roadmap

  • Concept development by Jacob Gadikian and Adam Christopher Chaplin
  • Prototype
  • Airdrop Prototype code and OpenAPI spec
  • Testnet-1: Results showed that we needed to work on the genesis parameters in Testnet-2
  • Omniflix Testnet-1: Participating in the OmniFlix testnet proved the viablity of a large validator set. Testnet-2 allows 500 validators.
  • Upgrade to Cosmos SDK 0.43.0
  • IBC Testing
  • NFT Implementation by Khanh Nguyen (not included in testnet-2)
  • Genesis transactions for testnet-2: Completed August 14, 2021
  • Keplr integration
  • Akash-based Bus bar
  • Launch testnet-2
  • IPFS-based genesis hosting and download
  • Configuration overrides
  • Clean airdrop code https://github.com/notional-labs/c17 and https://github.com/notional-labs/staking-data-collection
    • Test airdrop code for ethereum-style addresses using the Khanh's Cosmos SDK fork
    • Refactor airdrop if this works
  • Community Security Audit: 0.1% of Dig tokens reserved for community members who provide a detailed, contextual audit
  • Block explorers
    • gex
    • big dipper
  • Ionization
  • Mainnet Launch
  • IBC Integration via Notional and Chandra Station Relayers
    • Osmosis Integration
    • Emeris Integration
    • Microtick Integration
  • Announcement of candidate Real Estate development sites and their regulatory requirements
  • DFY Integration
  • Blurt Integration
  • First update to dig mainnet

Jurisdictionally compatible chains

Comments
  • CV add snapshot manager to dig app

    CV add snapshot manager to dig app

    What is the purpose of the change

    dig v3.3.1 and cosmos-sdk v0.46.6 omit the snapshot manager add it back in

    Brief Changelog

    add snapshot manager to cmd/root.go

    Testing and Verifying

    Currently broken

    INF indexed block exents height=4409975 module=txindex
    INF completed state snapshot format=2 height=4409975
    panic: runtime error: invalid memory address or nil pointer dereference
    [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xe44873]
    goroutine 6571 [running]:
    github.com/cosmos/iavl.(*nodeDB).incrVersionReaders(0x2cfec78?, 0x20?)
            /home/dig/golang/1.19.3/packages/pkg/mod/github.com/cosmos/[email protected]/nodedb.go:943 +0x33
    github.com/cosmos/iavl.newExporter(0xc009f74100)
            /home/dig/golang/1.19.3/packages/pkg/mod/github.com/cosmos/[email protected]/export.go:46 +0xc8
    github.com/cosmos/iavl.(*ImmutableTree).Export(...)
            /home/dig/golang/1.19.3/packages/pkg/mod/github.com/cosmos/[email protected]/immutable_tree.go:159
    github.com/cosmos/cosmos-sdk/store/iavl.(*Store).Export(0xc00e45d368?, 0x2cebe20?)
            /home/dig/cosmos-sdk/store/iavl/store.go:282 +0x52
    github.com/cosmos/cosmos-sdk/store/rootmulti.(*Store).Snapshot(0xc000219a20, 0x434a77, {0x2cddc40, 0xc00303abd0})
            /home/dig/cosmos-sdk/store/rootmulti/store.go:742 +0x5bd
    github.com/cosmos/cosmos-sdk/snapshots.(*Manager).createSnapshot(0xc000230e10, 0xc8ed66?, 0xc0016c6880?)
            /home/dig/cosmos-sdk/snapshots/manager.go:199 +0xb1
    created by github.com/cosmos/cosmos-sdk/snapshots.(*Manager).Create
            /home/dig/cosmos-sdk/snapshots/manager.go:181 +0x2a5
    ERR  error="exit status 2" module=cosmovisor
    
    opened by chillyvee 13
  • add eth-address on cli

    add eth-address on cli

    The story is that modified keplr for dig has added support for eth address. But, it is not the same for cli.

    Objective: "digd keys add temp" must return eth address instead of "dig1981hjrhewkrhqwr".

    The library to convert. @romelukaku knows

    • [ ] extract which library from @romelukaku
    opened by nghuyenthevinh2000 12
  • dig v2

    dig v2

    Dig v2 is mainly a cleanup and scope reduction release.

    1. epochs did not work, let's take e'm out
    2. we really do need minimum commission fees. Notional was built on Notional's osmo commission fees and that's something that we want to see happen for Dig's validators.
    3. Cosmos-SDK v0.45.0

    Dig community/team:

    How many other state-breaking changes can we pack into v0.45.0?

    :)

    -J

    opened by faddat 11
  • Setting up Validator

    Setting up Validator

    I am trying to setup a node on digv1 as I want to be in the active set, but I am not able too. I have tried changing up the reset point, my keyname, and init moniker to no luck.

    Steps to reproduce git clone https://github.com/notional-labs/dig && cd dig/ git checkout master git reset --hard a5a396998b6894265d095a1977ed095ecac64bcc go mod tidy go install ./...

    digd keys add joel digd init carbonator --chain-id dig-1

    wget -O ~/.dig/config/genesis.json https://github.com/notional-labs/dig/raw/master/networks/mainnets/dig-1/genesis.json

    digd start --p2p.seeds [email protected]:26656,[email protected]:6969 --p2p.persistent_peers [email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656

    Error 12:51AM INF Reconnecting to peer addr={"id":"ab2fa2789f481e2856a5d83a2c3028c5b215421d","ip":"144.91.117.49","port":26656} module=p2p 12:51AM INF Dialing peer address={"id":"ab2fa2789f481e2856a5d83a2c3028c5b215421d","ip":"144.91.117.49","port":26656} module=p2p 12:51AM ERR dialing failed (attempts: 1): auth failure: secret conn failed: read tcp 65.108.125.182:43496->185.214.135.205:26656: i/o timeout addr={"id":"e9e89250b40b4512237c77bd04dc76c06a3f8560","ip":"185.214.135.205","port":26656} module=pex 12:51AM ERR dialing failed (attempts: 1): auth failure: secret conn failed: read tcp 65.108.125.182:38408->185.194.219.128:26656: i/o timeout addr={"id":"eb55b70c9fd8fc0d5530d0662336377668aab3f9","ip":"185.194.219.128","port":26656} module=pex

    opened by joelsmith-2019 5
  • Bump @cosmjs/amino from 0.29.0 to 0.29.3 in /webapp

    Bump @cosmjs/amino from 0.29.0 to 0.29.3 in /webapp

    Bumps @cosmjs/amino from 0.29.0 to 0.29.3.

    Changelog

    Sourced from @​cosmjs/amino's changelog.

    [0.29.3] - 2022-10-25

    Added

    • @​cosmjs/tendermint-rpc: Add HttpBatchClient, which implements RpcClient, supporting batch RPC requests (#1300).
    • @​cosmjs/encoding: Add lossy parameter to fromUtf8 allowing the use of a replacement charater instead of throwing.
    • @​cosmjs/stargate: Add structured Eventss to IndexTx.events and DeliverTxResponse.events.
    • @​cosmjs/cosmwasm-stargate: Add structured Eventss field to SigningCosmWasmClients transaction execution methods.

    Fixed

    • @​cosmjs/stargate: Fix Amino JSON encoding of the unset case of commission_rate and min_self_delegation in MsgEditValidator/AminoMsgEditValidator.

    [0.29.2] - 2022-10-13

    Added

    • @​cosmjs/amino: Add encodeEd25519Pubkey analogue to the existing encodeSecp256k1Pubkey.
    • @​cosmjs/proto-signing: Add Ed25519 support to encodePubkey and anyToSinglePubkey. Export anyToSinglePubkey.
    • @​cosmjs/utils: Add isDefined which checks for undefined in a TypeScript-friendly way.
    • @​cosmjs/stargate: Add missing {is,}MsgBeginRedelegateEncodeObject, {is,MsgCreateValidatorEncodeObject} and {is,MsgEditValidatorEncodeObject}.

    #1300: cosmos/cosmjs#1300

    Fixed

    • @​cosmjs/cosmwasm-stargate: Use type JsonObject = any for smart query requests and messages (in WasmExtension.wasm.queryContractSmart, CosmWasmClient.queryContractSmart, SigningCosmWasmClient.instantiate, SigningCosmWasmClient.migrate, SigningCosmWasmClient.execute). This reverts the type change done in CosmJS 0.23.0. (#1281, #1284)
    • @​cosmjs/cosmwasm-stargate: AminoMsgCreateValidator and createStakingAminoConverters were fixed after testing both MsgCreateValidator and MsgEditValidator in sign mode direct and Amino JSON (#1290).

    #1281: cosmos/cosmjs#1281 #1284: cosmos/cosmjs#1284 #1290: cosmos/cosmjs#1290

    ... (truncated)

    Commits
    • ad2da94 Set version 0.29.3
    • d03116e Merge pull request #1304 from cosmos/fix-AminoMsgEditValidator
    • ccef527 Fix Amino JSON for commission_rate/min_self_delegation
    • d953ede Merge pull request #1302 from cosmos/stargate-events
    • c51fb21 Add events to SigningCosmWasmClient's methods
    • 5242771 Add missing re-exports Attribute, DeliverTxResponse, Event, IndexedTx
    • f2cfb31 Add DeliverTxResponse.events
    • e62e461 Add structured Eventss to IndexTx.events
    • a08c6ba Add lossy parameter to fromUtf8
    • 55ca044 Batch RPC requests 2 (#1303)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 3
  • add UnlockAllVestingAccounts func to upgrade handler

    add UnlockAllVestingAccounts func to upgrade handler

    Impl proposal 7 to unlock all vesting account on chain Logic for unlocking is in upgrade handler, once dig upgrade to v2, all vesting accounts will be unlocked.

    opened by catShaark 3
  • DIG v2.0.0 Alpha RasPi Error

    DIG v2.0.0 Alpha RasPi Error

    I have just briefly tested whether the testnet would run on a Raspberry Pi. But the v2.0.0 alpha says no.

    github.com/CosmWasm/wasmvm/api

    /usr/bin/ld: skipping incompatible ../go/pkg/mod/github.com/!cosm!wasm/[email protected]/api/libwasmvm.so when searching for -lwasmvm /usr/bin/ld: cannot find -lwasmvm: No such file or directory /usr/bin/ld: skipping incompatible ../go/pkg/mod/github.com/!cosm!wasm/[email protected]/api/libwasmvm.so when searching for -lwasmvm collect2: error: ld returned 1 exit status

    opened by dotwin1981 3
  • Bump @keplr-wallet/types from 0.11.16 to 0.11.30 in /webapp

    Bump @keplr-wallet/types from 0.11.16 to 0.11.30 in /webapp

    Bumps @keplr-wallet/types from 0.11.16 to 0.11.30.

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • Bump antd from 4.24.2 to 5.1.1 in /webapp

    Bump antd from 4.24.2 to 5.1.1 in /webapp

    Bumps antd from 4.24.2 to 5.1.1.

    Release notes

    Sourced from antd's releases.

    5.1.1

    • 📦 Remove IE and other legacy browsers from browserslist to reduce bundle size.#38779
    • ⚡️ Improve Transfer performance when selecting and moving nodes with large data.#39465 @​wqs576222103
    • 🐞 Fix wrong font-family of components. #39806
    • 🐞 Fix Drawer default props not working when placement open width are undefined. #39782
    • 🐞 Fix Menu icon animation when collapse it. #39800 @​JarvisArt
    • 🐞 Fix Image preview operation bar is covered during the animation. #39788 @​JarvisArt
    • 🐞 Fix List crash when pagination.pageSize is undefined. #39681 @​Wxh16144
    • 🐞 Fix Space align="baseline" not working. #39748 @​candy4290
    • Table
      • 🐞 Fix Table expandable row header has no top left border radius. #39781 @​chunsch
      • 🐞 Fix Table header radius missing when has fixed header and columns. #39723
      • 🐞 Fix Table missing border-bottom in merged cell and unexpected border color if overlapping。. #39729
      • ⌨️ Improve Table a11y by appling aria-props to table element. #39700
      • ⌨️ Reset aria-label in Table column. #39738 @​kiner-tang
      • 💄 Adds transition animation for Table border. #39713 @​JarvisArt
    • 🐞 Fix Tabs add button color invisible in dark mode. #39724
    • 🐞 Fix the problem that the height of the title bar is not enough when Card only has extra. #39646 @​JarvisArt
    • 🐞 Fix justify and align properties are not reactive in Row. #39704 @​candy4290
    • 🐞 Fix warning in App about two children with the same key. #39695 @​Kamahl19, #39701 @​li-jia-nan
    • 💄 Image preview interactive optimization. #39812 @​JarvisArt
    • 💄 Fix Table filter dropdown wrong active background and dropdown shadow style. #39805
    • TypeScript
      • 🤖 Fix missing type defination for Design Token. #39754

    • 📦 在构建流程中去掉对 IE 等旧版本浏览器的支持以减少包体积。#38779
    • ⚡️ 提升 Transfer 在大数据量下勾选和移动节点时的性能。#39465 @​wqs576222103
    • 🐞 修复组件字体错误问题。#39806
    • 🐞 修复 Drawer placement open width 等参数为 undefined 时默认值不生效的问题。#39782
    • 🐞 修复 Menu 切换时图标动画效果不流畅的问题。#39800 @​JarvisArt
    • 🐞 修复 Image 预览操作条在动态过程中会被高 zIndex 的元素覆盖。#39788 @​JarvisArt
    • 🐞 修复 List 组件分页器错误参数导致报错问题。#39681 @​Wxh16144
    • 🐞 修复 Space align="baseline" 不生效的问题。#39748 @​candy4290
    • Table
      • 🐞 修复 Table 可扩展行标题没有左上边框半径的问题。#39781 @​chunsch
      • 🐞 修复 Table 列头的圆角丢失问题。#39723
      • 🐞 修复 Table 组件合并单元格后底部边框消失和边框重叠时颜色变深的问题。#39729
      • ⌨️ 修正 Table aria-* 属性到 table 元素上以支持更好的可访问性。#39700
      • ⌨️ 重置 Table 列的 aria-label 属性值。#39738 @​kiner-tang
      • 💄 为 Table 边框添加过渡动画使其 hover 效果更顺滑。#39713 @​JarvisArt
    • 🐞 修复 Tabs 添加按钮在暗色模式下不可见的问题。#39724
    • 🐞 修复 Card 只有 extra 时标题栏高度不足的问题。#39646 @​JarvisArt
    • 🐞 修复 Row 组件 justifyalign 属性,动态改变不生效的问题。#39704 @​candy4290
    • 🐞 修复 App 中 children 使用相同 key 的警告。#39695 @​Kamahl19#39701 @​li-jia-nan
    • 💄 Image 组件预览交互优化. #39812 @​JarvisArt
    • 💄 修复 Table 筛选菜单选中背景色和菜单阴影样式。#39805
    • TypeScript
      • 🤖 修复部分 Design Token 缺少类型提示的问题。#39754

    5.1.0

    ... (truncated)

    Changelog

    Sourced from antd's changelog.

    5.1.1

    2022-12-26

    • 📦 Remove IE and other legacy browsers from browserslist to reduce bundle size.#38779
    • ⚡️ Improve Transfer performance when selecting and moving nodes with large data.#39465 @​wqs576222103
    • 🐞 Fix wrong font-family of components. #39806
    • 🐞 Fix Drawer default props not working when placement open width are undefined. #39782
    • 🐞 Fix Menu icon animation when collapse it. #39800 @​JarvisArt
    • 🐞 Fix Image preview operation bar is covered during the animation. #39788 @​JarvisArt
    • 🐞 Fix List crash when pagination.pageSize is undefined. #39681 @​Wxh16144
    • 🐞 Fix Space align="baseline" not working. #39748 @​candy4290
    • Table
      • 🐞 Fix Table expandable row header has no top left border radius. #39781 @​chunsch
      • 🐞 Fix Table header radius missing when has fixed header and columns. #39723
      • 🐞 Fix Table missing border-bottom in merged cell and unexpected border color if overlapping。. #39729
      • ⌨️ Improve Table a11y by appling aria-props to table element. #39700
      • ⌨️ Reset aria-label in Table column. #39738 @​kiner-tang
      • 💄 Adds transition animation for Table border. #39713 @​JarvisArt
    • 🐞 Fix Tabs add button color invisible in dark mode. #39724
    • 🐞 Fix the problem that the height of the title bar is not enough when Card only has extra. #39646 @​JarvisArt
    • 🐞 Fix justify and align properties are not reactive in Row. #39704 @​candy4290
    • 🐞 Fix warning in App about two children with the same key. #39695 @​Kamahl19, #39701 @​li-jia-nan
    • 💄 Image preview interactive optimization. #39812 @​JarvisArt
    • 💄 Fix Table filter dropdown wrong active background and dropdown shadow style. #39805
    • TypeScript
      • 🤖 Fix missing type defination for Design Token. #39754

    5.1.0

    2022-12-20

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • Bump @keplr-wallet/types from 0.11.16 to 0.11.29 in /webapp

    Bump @keplr-wallet/types from 0.11.16 to 0.11.29 in /webapp

    Bumps @keplr-wallet/types from 0.11.16 to 0.11.29.

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • Bump @keplr-wallet/types from 0.11.16 to 0.11.28 in /webapp

    Bump @keplr-wallet/types from 0.11.16 to 0.11.28 in /webapp

    Bumps @keplr-wallet/types from 0.11.16 to 0.11.28.

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 2
  • Bump @keplr-wallet/types from 0.11.16 to 0.11.31 in /webapp

    Bump @keplr-wallet/types from 0.11.16 to 0.11.31 in /webapp

    Bumps @keplr-wallet/types from 0.11.16 to 0.11.31.

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump antd from 4.24.2 to 5.1.2 in /webapp

    Bump antd from 4.24.2 to 5.1.2 in /webapp

    Bumps antd from 4.24.2 to 5.1.2.

    Release notes

    Sourced from antd's releases.

    5.1.2


    • 🆕 官网主题编辑器添加主题上传功能。#39621 @​BoyYangzai
    • 💄 重构水波纹视效,现在可以多个水波纹同时触发了。#39705 @​li-jia-nan
    • Table
      • 🐞 修复 Table column.filtered 更新不生效的问题。#39883
      • 🐞 修复 Table 排序/筛选的固定列背景色透明的样式异常问题。#39012 @​kiner-tang
    • 🐞 解决 Image 预览样式会被 TailwindCSS 影响的问题。#39914
    • 🐞 修复 Dropdown 组件 dangerdisabled 属性同时使用的样式问题。#39904 @​Wxh16144
    • 🐞 修复 App useAppmodal 确认按钮文案。#39884 @​BoyYangzai
    • 🐞 修复 Input.Group 在 windows 下缩放屏幕时的错位问题。#39842 @​heiyu4585
    • 🐞 修复 Slider 展示 Tooltip 时动画丢失的问题。#39857
    • 🐞 修复 QRCode 过期文案在暗色模式下看不清的问题。#39849 @​li-jia-nan
    • 🐞 修复 Tree 在暗黑模式下 switcher 背景显示异常问题。#39838 @​kiner-tang
    • 🐞 修复 Menu 组件滑块在 border 被预设值重置时的样式问题。#39819
    • 🐞 修复 Checkbox 禁用时不支持 Tooltip 和 Popover 的问题。#39829

    5.1.1

    • 📦 Remove IE and other legacy browsers from browserslist to reduce bundle size.#38779
    • ⚡️ Improve Transfer performance when selecting and moving nodes with large data.#39465 @​wqs576222103
    • 🐞 Fix wrong font-family of components. #39806
    • 🐞 Fix Drawer default props not working when placement open width are undefined. #39782
    • 🐞 Fix Menu icon animation when collapse it. #39800 @​JarvisArt
    • 🐞 Fix Image preview operation bar is covered during the animation. #39788 @​JarvisArt
    • 🐞 Fix List crash when pagination.pageSize is undefined. #39681 @​Wxh16144
    • 🐞 Fix Space align="baseline" not working. #39748 @​candy4290
    • Table
      • 🐞 Fix Table expandable row header has no top left border radius. #39781 @​chunsch
      • 🐞 Fix Table header radius missing when has fixed header and columns. #39723
      • 🐞 Fix Table missing border-bottom in merged cell and unexpected border color if overlapping。. #39729
      • ⌨️ Improve Table a11y by appling aria-props to table element. #39700
      • ⌨️ Reset aria-label in Table column. #39738 @​kiner-tang
      • 💄 Adds transition animation for Table border. #39713 @​JarvisArt
    • 🐞 Fix Tabs add button color invisible in dark mode. #39724
    • 🐞 Fix the problem that the height of the title bar is not enough when Card only has extra. #39646 @​JarvisArt
    • 🐞 Fix justify and align properties are not reactive in Row. #39704 @​candy4290

    ... (truncated)

    Changelog

    Sourced from antd's changelog.

    5.1.2

    2022-12-30

    5.1.1

    2022-12-26

    • 📦 Remove IE and other legacy browsers from browserslist to reduce bundle size.#38779
    • ⚡️ Improve Transfer performance when selecting and moving nodes with large data.#39465 @​wqs576222103
    • 🐞 Fix wrong font-family of components. #39806
    • 🐞 Fix Drawer default props not working when placement open width are undefined. #39782
    • 🐞 Fix Menu icon animation when collapse it. #39800 @​JarvisArt
    • 🐞 Fix Image preview operation bar is covered during the animation. #39788 @​JarvisArt
    • 🐞 Fix List crash when pagination.pageSize is undefined. #39681 @​Wxh16144
    • 🐞 Fix Space align="baseline" not working. #39748 @​candy4290
    • Table
      • 🐞 Fix Table expandable row header has no top left border radius. #39781 @​chunsch
      • 🐞 Fix Table header radius missing when has fixed header and columns. #39723
      • 🐞 Fix Table missing border-bottom in merged cell and unexpected border color if overlapping。. #39729
      • ⌨️ Improve Table a11y by appling aria-props to table element. #39700
      • ⌨️ Reset aria-label in Table column. #39738 @​kiner-tang
      • 💄 Adds transition animation for Table border. #39713 @​JarvisArt
    • 🐞 Fix Tabs add button color invisible in dark mode. #39724
    • 🐞 Fix the problem that the height of the title bar is not enough when Card only has extra. #39646 @​JarvisArt
    • 🐞 Fix justify and align properties are not reactive in Row. #39704 @​candy4290
    • 🐞 Fix warning in App about two children with the same key. #39695 @​Kamahl19, #39701 @​li-jia-nan
    • 💄 Image preview interactive optimization. #39812 @​JarvisArt
    • 💄 Fix Table filter dropdown wrong active background and dropdown shadow style. #39805
    • TypeScript
      • 🤖 Fix missing type defination for Design Token. #39754

    5.1.0

    2022-12-20

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump axios from 1.1.3 to 1.2.2 in /webapp

    Bump axios from 1.1.3 to 1.2.2 in /webapp

    Bumps axios from 1.1.3 to 1.2.2.

    Release notes

    Sourced from axios's releases.

    1.2.2

    [1.2.2] - 2022-12-29

    Fixed

    • fix(ci): fix release script inputs #5392
    • fix(ci): prerelease scipts #5377
    • fix(ci): release scripts #5376
    • fix(ci): typescript tests #5375
    • fix: Brotli decompression #5353
    • fix: add missing HttpStatusCode #5345

    Chores

    • chore(ci): set conventional-changelog header config #5406
    • chore(ci): fix automatic contributors resolving #5403
    • chore(ci): improved logging for the contributors list generator #5398
    • chore(ci): fix release action #5397
    • chore(ci): fix version bump script by adding bump argument for target version #5393
    • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #5342
    • chore(ci): GitHub Actions Release script #5384
    • chore(ci): release scripts #5364

    Contributors to this release

    v1.2.1

    [1.2.1] - 2022-12-05

    Changed

    • feat(exports): export mergeConfig #5151

    Fixed

    • fix(CancelledError): include config #4922
    • fix(general): removing multiple/trailing/leading whitespace #5022
    • fix(headers): decompression for responses without Content-Length header #5306
    • fix(webWorker): exception to sending form data in web worker #5139

    Refactors

    • refactor(types): AxiosProgressEvent.event type to any #5308
    • refactor(types): add missing types for static AxiosError.from method #4956

    Chores

    • chore(docs): remove README link to non-existent upgrade guide #5307
    • chore(docs): typo in issue template name #5159

    Contributors to this release

    ... (truncated)

    Changelog

    Sourced from axios's changelog.

    [1.2.2] - 2022-12-29

    Fixed

    • fix(ci): fix release script inputs #5392
    • fix(ci): prerelease scipts #5377
    • fix(ci): release scripts #5376
    • fix(ci): typescript tests #5375
    • fix: Brotli decompression #5353
    • fix: add missing HttpStatusCode #5345

    Chores

    • chore(ci): set conventional-changelog header config #5406
    • chore(ci): fix automatic contributors resolving #5403
    • chore(ci): improved logging for the contributors list generator #5398
    • chore(ci): fix release action #5397
    • chore(ci): fix version bump script by adding bump argument for target version #5393
    • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #5342
    • chore(ci): GitHub Actions Release script #5384
    • chore(ci): release scripts #5364

    Contributors to this release

    [1.2.1] - 2022-12-05

    Changed

    • feat(exports): export mergeConfig #5151

    Fixed

    • fix(CancelledError): include config #4922
    • fix(general): removing multiple/trailing/leading whitespace #5022
    • fix(headers): decompression for responses without Content-Length header #5306
    • fix(webWorker): exception to sending form data in web worker #5139

    Refactors

    • refactor(types): AxiosProgressEvent.event type to any #5308
    • refactor(types): add missing types for static AxiosError.from method #4956

    Chores

    • chore(docs): remove README link to non-existent upgrade guide #5307
    • chore(docs): typo in issue template name #5159

    Contributors to this release

    ... (truncated)

    Commits
    • 8ea4324 chore(docs): added latest release notes
    • 45c4948 chore: build new version
    • 6f74cb1 chore(ci): set conventional-changelog header config; (#5406)
    • 8de391f chore(ci): fix automatic contributors resolving; (#5403)
    • 341f735 chore(ci): improved logging for the contributors list generator;
    • 46085e6 chore(ci): fix release action;
    • f12d01e chore(ci): fix version bump script by adding bump argument for target version;
    • 75217e6 fix(ci): fix release script inputs;
    • c1fc33c chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
    • 45b29db GitHub Actions Release script; (#5384)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump react-router-dom from 6.4.3 to 6.6.1 in /webapp

    Bump react-router-dom from 6.4.3 to 6.6.1 in /webapp

    Bumps react-router-dom from 6.4.3 to 6.6.1.

    Release notes

    Sourced from react-router-dom's releases.

    v6.4.4

    What's Changed

    • Throw an error if an action/loader function returns undefined as revalidations need to know whether the loader has previously been executed. undefined also causes issues during SSR stringification for hydration. You should always ensure your loader/action returns a value, and you may return null if you don't wish to return anything. (#9511)
    • Properly handle redirects to external domains (#9590, #9654)
    • Preserve the HTTP method on 307/308 redirects (#9597)
    • Support basename in static data routers (#9591)
    • Enhanced ErrorResponse bodies to contain more descriptive text in internal 403/404/405 scenarios
    • Fix issues with encoded characters in NavLink and descendant <Routes> (#9589, #9647)
    • Properly serialize/deserialize ErrorResponse instances when using built-in hydration (#9593)
    • Support basename in static data routers (#9591)
    • Updated dependencies:

    Full Changelog: https://github.com/remix-run/react-router/compare/[email protected]@6.4.4

    [email protected]

    Patch Changes

    [email protected]

    Patch Changes

    [email protected]

    Patch Changes

    [email protected]

    Patch Changes

    [email protected]

    Patch Changes

    ... (truncated)

    Changelog

    Sourced from react-router-dom's changelog.

    6.6.1

    Patch Changes

    6.6.0

    Minor Changes

    • Add useBeforeUnload() hook (#9664)
    • Remove unstable_ prefix from createStaticHandler/createStaticRouter/StaticRouterProvider (#9738)

    Patch Changes

    • Proper hydration of Error objects from StaticRouterProvider (#9664)
    • Support uppercase <Form method> and useSubmit method values (#9664)
    • Skip initial scroll restoration for SSR apps with hydrationData (#9664)
    • Fix <button formmethod> form submission overriddes (#9664)
    • Updated dependencies:

    6.5.0

    Patch Changes

    6.4.5

    Patch Changes

    6.4.4

    Patch Changes

    • Fix issues with encoded characters in NavLink and descendant <Routes> (#9589, #9647)
    • Properly serialize/deserialize ErrorResponse instances when using built-in hydration (#9593)
    • Support basename in static data routers (#9591)
    • Updated dependencies:

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump cosmjs-types from 0.5.2 to 0.6.1 in /webapp

    Bump cosmjs-types from 0.5.2 to 0.6.1 in /webapp

    Bumps cosmjs-types from 0.5.2 to 0.6.1.

    Changelog

    Sourced from cosmjs-types's changelog.

    [0.6.1] - 2022-12-22

    Changed

    • Bring back fromJSON/toJSON (#55)

    #55: confio/cosmjs-types#55

    [0.6.0] - 2022-12-08

    Changed

    • Code generation was migrated from ts-proto to telescope (#44). This gives us faster and better Cosmos specific code generation. This might come with minor breaking changes in the 0.6 release series. Feel free to stick to 0.5.x until the end of 2022. Then all potential issues should be fixed.
    • Some common types are now exported at the package root. E.g. import { DeepPartial } from "cosmjs-types".
    • fromJSON/toJSON are not generated anymore. They were never needed for CosmJS and do not produce a Cosmos SDK compatible JSON.
    • The TypeScript build target is now ES2020, analogue to CosmJS 0.30.
    Commits
    • 3127b41 Set version 0.6.1
    • 2cc1729 Merge pull request #55 from confio/re-enable-json
    • 663a94c Add CHANGELOG entry for 0.6.1
    • 1663ea0 Re-generate code with fromJSON/toJSON
    • 25dc591 Re-enable fromJSON/toJSON in telescope config
    • c377050 Merge pull request #54 from confio/upgrade-telescope-0.81.5
    • 4fd751a Upgrade telescopt to 0.81.5 and re-generate types
    • 68cf7a2 Set version 0.6.0
    • a361a27 Add CHANGELOG entry for DeepPartial
    • 59866c7 Merge pull request #52 from confio/bump-target-to-es2020
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
  • Bump @patternfly/react-charts from 6.94.11 to 6.94.15 in /webapp

    Bump @patternfly/react-charts from 6.94.11 to 6.94.15 in /webapp

    Bumps @patternfly/react-charts from 6.94.11 to 6.94.15.

    Release notes

    Sourced from @​patternfly/react-charts's releases.

    @​patternfly/react-charts@​6.94.15

    6.94.15 (2022-12-08)

    Note: Version bump only for package @​patternfly/react-charts

    @​patternfly/react-charts@​6.94.14

    6.94.14 (2022-12-07)

    Note: Version bump only for package @​patternfly/react-charts

    Commits
    • 67e1ec3 chore(release): releasing packages [ci skip]
    • 285c5ff fix(VncConsole): prevent running initialization code more than once (#8373) (...
    • 17d4cdd chore(deps): update dependency @​patternfly/patternfly to v4.222.4 (#8421)
    • bf5681a chore(release): releasing packages [ci skip]
    • 97583be feat(Table): add sticky modifiers to Td (#8391)
    • b224b7b chore(release): releasing packages [ci skip]
    • 6fd28da feat(Menu): add drilldown filter demo, add flag to support demo & fix some ke...
    • 8b3c955 chore(release): releasing packages [ci skip]
    • b230060 Core bump 4 222 3 (#8420)
    • 08cb2ff chore(release): releasing packages [ci skip]
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies javascript 
    opened by dependabot[bot] 1
Releases(v3.3.1)
  • v3.3.1(Nov 19, 2022)

    What's Changed

    • sdk v0.46.6 by @faddat in https://github.com/notional-labs/dig/pull/422

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

    Source code(tar.gz)
    Source code(zip)
  • v2.6.0(Nov 17, 2022)

  • v3.2.2(Nov 15, 2022)

    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

    • Bump react-select from 5.6.0 to 5.6.1 in /webapp by @dependabot in https://github.com/notional-labs/dig/pull/408
    • fix dig's bank module migration thing by @faddat in https://github.com/notional-labs/dig/pull/409
    • tidy by @faddat in https://github.com/notional-labs/dig/pull/410

    Full Changelog: https://github.com/notional-labs/dig/compare/v3.2.1...v3.2.2

    Source code(tar.gz)
    Source code(zip)
  • v3.2.1(Nov 14, 2022)

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

    Full Changelog: https://github.com/notional-labs/dig/compare/v3.2.0...v3.2.1

    Source code(tar.gz)
    Source code(zip)
  • v2.2.0(Oct 30, 2022)

  • v3.2.0(Oct 29, 2022)

    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

    Source code(tar.gz)
    Source code(zip)
  • v2.1.0(Oct 29, 2022)

    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 ./...
    
    Source code(tar.gz)
    Source code(zip)
  • v3.0.0(May 24, 2022)

    What's Changed

    • lock founder account by @vuong177 in https://github.com/notional-labs/dig/pull/176
    • Unlock all airdrop

    Full Changelog: https://github.com/notional-labs/dig/compare/v2.0.2...v3.0.0

    Source code(tar.gz)
    Source code(zip)
  • v2.0.1(Apr 12, 2022)

  • v1.1.0(Jan 4, 2022)

    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 https://github.com/notional-labs/dig/pull/149
    • Note about validator creation & wallet starting balance by @mihado in https://github.com/notional-labs/dig/pull/144
    • rocksdb fix by @mgialong215 in https://github.com/notional-labs/dig/pull/150
    • fix 0x by @faddat in https://github.com/notional-labs/dig/pull/154

    New Contributors

    • @mihado made their first contribution in https://github.com/notional-labs/dig/pull/144

    Full Changelog: https://github.com/notional-labs/dig/compare/v1.0.1...v1.1.0

    Source code(tar.gz)
    Source code(zip)
  • v1.0.1(Dec 16, 2021)

    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.

    https://github.com/notional-labs/dig/commit/c04bc2798479f7b5853bd54b81e8109d93086349

    Full Changelog: https://github.com/notional-labs/dig/compare/v1.0.0...v1.0.1

    Source code(tar.gz)
    Source code(zip)
  • v1.0.0(Dec 13, 2021)

    What's Changed

    • masterpi007 by @MasterPi-2124 in https://github.com/notional-labs/dig/pull/69
    • Created Makefile (Ledger Support) by @ChandraStation in https://github.com/notional-labs/dig/pull/71
    • Versioning and linting by @faddat in https://github.com/notional-labs/dig/pull/74
    • Update dig_validator.md by @mgialong215 in https://github.com/notional-labs/dig/pull/72
    • Mainnet Genesis additions batch 1 by @waspcartel in https://github.com/notional-labs/dig/pull/73
    • draft mainnet genesis billy by @waspcartel in https://github.com/notional-labs/dig/pull/75
    • draft mainnet genesis billy by @waspcartel in https://github.com/notional-labs/dig/pull/76
    • draft mainnet genesis billy by @waspcartel in https://github.com/notional-labs/dig/pull/77
    • Nov 5 Genesis by @waspcartel in https://github.com/notional-labs/dig/pull/78
    • Nov 6 genesis update by @waspcartel in https://github.com/notional-labs/dig/pull/79
    • Draft mainnet genesis billy by @waspcartel in https://github.com/notional-labs/dig/pull/80
    • loveliest updates yet by @waspcartel in https://github.com/notional-labs/dig/pull/81
    • Eth address support by @nguyenvuong1122000 in https://github.com/notional-labs/dig/pull/86
    • Add ledger support to digd executable by @dylanschultzie in https://github.com/notional-labs/dig/pull/85
    • gentx Kentzz001™#6153 by @Kenertlaak in https://github.com/notional-labs/dig/pull/88
    • eip191 sign mode by @nguyenvuong1122000 in https://github.com/notional-labs/dig/pull/87
    • Create README.md for mainnet gentx by @dylanschultzie in https://github.com/notional-labs/dig/pull/90
    • Create gentx-lavenderfive.json by @dylanschultzie in https://github.com/notional-labs/dig/pull/89
    • Gentx for Simply Staking by @jacquesvcritien in https://github.com/notional-labs/dig/pull/91
    • Gentx for Cros-nest by @mturkia in https://github.com/notional-labs/dig/pull/92
    • gentx Symbionts by @ecosynthesizer in https://github.com/notional-labs/dig/pull/93
    • Gentx for dig mainnet by @opfergnome in https://github.com/notional-labs/dig/pull/94
    • gentx williamapc by @wpradocampello in https://github.com/notional-labs/dig/pull/96
    • Restoring master branch to former glory by @faddat in https://github.com/notional-labs/dig/pull/106
    • Update gentx-nerdtopiade.json by @opfergnome in https://github.com/notional-labs/dig/pull/100
    • Gentx submission for eastmael validator by @eastmaels in https://github.com/notional-labs/dig/pull/102
    • ZenChainLabs Gentx by @zenchainlabs in https://github.com/notional-labs/dig/pull/103
    • Dig mainnet gentx - megadrive by @thecryptodrive in https://github.com/notional-labs/dig/pull/105
    • Ztake.org gentx by @feshchenkod in https://github.com/notional-labs/dig/pull/107
    • Create gentx-michelangelo3.json by @opfergnome in https://github.com/notional-labs/dig/pull/109
    • Create gentx-kiljaem.json by @jakeminlim in https://github.com/notional-labs/dig/pull/108
    • fixes in light of: https://github.com/cosmos/gaia/pull/1099 by @faddat in https://github.com/notional-labs/dig/pull/110
    • Gentx submission for dotwin1981 validator by @dotwin1981 in https://github.com/notional-labs/dig/pull/111
    • epochs module from osmosis by @nguyenvuong1122000 in https://github.com/notional-labs/dig/pull/112
    • Mods for Mr. Mamesies by @waspcartel in https://github.com/notional-labs/dig/pull/113
    • Gentx submission for Chandra Station by @ChandraStation in https://github.com/notional-labs/dig/pull/114
    • add kingnodes gentx by @nullmames in https://github.com/notional-labs/dig/pull/115
    • modified gentx for eastmael validator by @eastmaels in https://github.com/notional-labs/dig/pull/119
    • modified gentx for kentzz001 validator by @faddat in https://github.com/notional-labs/dig/pull/122
    • Modified gentx for kentzz001 validator by @Kenertlaak in https://github.com/notional-labs/dig/pull/120
    • removes tests because there's not a module manager by @faddat in https://github.com/notional-labs/dig/pull/124
    • gentx rosper7 by @ROSPER77 in https://github.com/notional-labs/dig/pull/123
    • Create gentx-PillowPille.json by @PillowPille in https://github.com/notional-labs/dig/pull/126
    • Create gentx-dirtyharry.json by @silencer1979 in https://github.com/notional-labs/dig/pull/125
    • Update README.md by @mgialong215 in https://github.com/notional-labs/dig/pull/127
    • add check total balance though out genesis.json commit history by @sontrinh16 in https://github.com/notional-labs/dig/pull/128
    • add get sum file by @sontrinh16 in https://github.com/notional-labs/dig/pull/130
    • audit update by @mgialong215 in https://github.com/notional-labs/dig/pull/129
    • Add validator gentx by @whatzaruckus in https://github.com/notional-labs/dig/pull/131
    • Params by @faddat in https://github.com/notional-labs/dig/pull/132
    • Now has minimum commissions, god bless them. by @faddat in https://github.com/notional-labs/dig/pull/133

    New Contributors

    • @mgialong215 made their first contribution in https://github.com/notional-labs/dig/pull/72
    • @nguyenvuong1122000 made their first contribution in https://github.com/notional-labs/dig/pull/86
    • @dylanschultzie made their first contribution in https://github.com/notional-labs/dig/pull/85
    • @mturkia made their first contribution in https://github.com/notional-labs/dig/pull/92
    • @ecosynthesizer made their first contribution in https://github.com/notional-labs/dig/pull/93
    • @opfergnome made their first contribution in https://github.com/notional-labs/dig/pull/94
    • @wpradocampello made their first contribution in https://github.com/notional-labs/dig/pull/96
    • @zenchainlabs made their first contribution in https://github.com/notional-labs/dig/pull/103
    • @feshchenkod made their first contribution in https://github.com/notional-labs/dig/pull/107
    • @jakeminlim made their first contribution in https://github.com/notional-labs/dig/pull/108
    • @nullmames made their first contribution in https://github.com/notional-labs/dig/pull/115
    • @ROSPER77 made their first contribution in https://github.com/notional-labs/dig/pull/123
    • @PillowPille made their first contribution in https://github.com/notional-labs/dig/pull/126
    • @silencer1979 made their first contribution in https://github.com/notional-labs/dig/pull/125
    • @sontrinh16 made their first contribution in https://github.com/notional-labs/dig/pull/128
    • @whatzaruckus made their first contribution in https://github.com/notional-labs/dig/pull/131

    Full Changelog: https://github.com/notional-labs/dig/compare/latest...v1.0.0

    Source code(tar.gz)
    Source code(zip)
  • dig-testnet-3(Sep 11, 2021)

    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
    Source code(tar.gz)
    Source code(zip)
    checksum.txt(514 bytes)
    dig_dig-testnet-3_darwin_amd64.tar.gz(29.57 MB)
    dig_dig-testnet-3_darwin_arm64.tar.gz(29.02 MB)
    dig_dig-testnet-3_linux_amd64.tar.gz(28.15 MB)
    dig_dig-testnet-3_linux_arm64.tar.gz(28.36 MB)
    dig_dig-testnet-3_windows_amd64.tar.gz(29.98 MB)
  • dig-testnet-2(Aug 14, 2021)

Owner
notional-labs
notional-labs
Easy to use open source Hub 🕸️ to control your smart devices from one app.

CyBear Jinni Hub Welcome! This repository is in charge of controlling smart devices and is part of the CyBear Jinni Smart Home system. The software is

CyBear Jinni 26 Nov 23, 2022
Easy to use open source Hub 🕸️ to control your smart devices from one app.

CyBear Jinni Hub Welcome! This repository is in charge of controlling smart devices and is part of the CyBear Jinni Smart Home system. The software is

CyBear Jinni 13 Jul 22, 2021
📱 CyBear Jinni App is the app to control CyBear Jinni Hub 💡 remotely from your Android, IOS and Web Browser

CyBear Jinni App Welcome This repository is in charge of the CyBear Jinni App and is part of the CyBear Jinni Smart Home system. The CyBear Jinni App

CyBear Jinni 104 Dec 1, 2022
A simple easy to use Flutter DApp , which keeps a track of all your day to day transactions by using Ethereum blockchain in the background which in turn increases your credit score.

Sahayog A simple easy to use Flutter DApp , which keeps a track of all your day to day transactions by using Ethereum blockchain in the background whi

Utkarsh Agarwal 15 May 21, 2022
Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing groups and start conversing with each other.

GroupChatApp About Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing

Ahmed Gulab Khan 221 Dec 1, 2022
An app to help students and teachers connect each other.

korek An app to help students and teachers connect each other. Technologies: Project is created with: React.JS (Typescript) Express (Typescript) Flutt

Bruno Dzięcielski 3 Jan 10, 2022
The application helps the patient to follow up on medication schedules, and each patient has his own profile. The application is connected to Bluetooth to help the patient's dependents follow up on the patient.

spoon_medicines A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you star

null 0 Nov 27, 2021
A collection of simple, bare-bones Flutter apps that each demonstrate a concept

flutter-by-example A collection of simple, bare-bones Flutter apps that each demonstrate a concept The apps are slowly being updated to Dart 2; be sur

Matt Sullivan 1k Dec 10, 2022
NETCoreSync is a database synchronization framework where each client's local offline database

NETCoreSync NETCoreSync is a database synchronization framework where each client's local offline database (on each client's multiple devices) can be

Aldy J 65 Oct 31, 2022
Flutter Andriod app to track cases in each country for Corona Virus Covid-19

corova_virus_app Flutter Andriod app to track cases in each country for Corona Virus Covid-19 app support historical data/dark mode/search by country/

null 21 Mar 5, 2022
A decentralized application for bidding on Ethereum blockchain.

auction_dapp A decentralized application for bidding on Ethereum blockchain. Setting up the development environment Install Node.js and Npm from here

OpenCode IIIT Allahabad 10 Dec 13, 2022
BlockChain Project

Blockchain BlockChain Project github repo This project is made using blockchain which an to-do application for mobile .I have used ,Flutter as it's a

himanshu chaurishiya 3 May 8, 2022
Concepts used Flutter layout,State management, Blockchain integration, Http api integration, Smart contracts

HS_CryptoCoin_Wallet First project using Flutter with Blockchain Getting Started This project is a starting point for a Flutter application. A few res

Harsh Saxena 1 Dec 23, 2021
E-voting system based on blockchain technology, with ethereum, flutter/dart

VOTING SYSTEM APP A voting system app made with flutter and firebase Easy-to-use electronic voting mobile application to run safe, secured and transpa

BAIMAM BOUKAR JEAN JACQUES 75 Dec 23, 2022
Ethers: A dart library that connects to interact with the Ethereum blockchain and inspired by ethers.js

Ethers For Flutter Ethers is a dart library that connects to interact with the Ethereum blockchain and inspired by ethers.js. Thanks to web3dart which

Hanggi 12 Oct 30, 2022
⚡⚡ flutter mobile dapp to register/mint domain names (.voltz) on the polygon blockchain network (mumbai)

open-name-service connecting to wallet registering a domain on the network fetching address by domain name & viewing domain on opensea testnet .voltz

Chinyeaka Chinonso 10 Dec 11, 2022
This is the new version of my Task app "Tasko" which was done in Java. She is now in Flutter for the HotReload and the native Cross-Platform.

tasko_rem The Tasko App is now compatible on iOS, Android and others distribution, because it's made with Flutter ✨ You can now add task, check them o

Scythe 12 May 2, 2022
Plaso Connect is an application which acts as a one-stop solution where the people requiring blood plasma/oxygen can directly find and contact the donors and healthcare units as per their requirements

PLASO CONNECT - The Lifeline A one-stop platform for COVID relief resources -- Connecting patients with Plasma donors and oxygen suppliers. Built for

Niloy Sikdar 11 Oct 28, 2022
Sample Flutter Drawing App which allows the user to draw onto the canvas along with color picker and brush thickness slider.

DrawApp Sample Flutter Drawing App which allows the user to draw onto the canvas along with color picker and brush thickness slider. All code free to

Jake Gough 226 Nov 3, 2022