Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: prototype versioned app module upgrades #3729

Draft
wants to merge 133 commits into
base: main
Choose a base branch
from

Commits on Jul 19, 2024

  1. wip: multiplexer

    rootulp committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    43dedfa View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. feat: delegate to current app

    rootulp committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3e23254 View commit details
    Browse the repository at this point in the history
  2. refactor: rename var

    rootulp committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    26eb806 View commit details
    Browse the repository at this point in the history
  3. refactor: rename

    rootulp committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ecb8d3e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    6f191ca View commit details
    Browse the repository at this point in the history
  2. error

    $ ./node
    panic: error with code 2 is already registered: "duplicate"
    
    goroutine 1 [running]:
    cosmossdk.io/errors.RegisterWithGRPCCode({0x105b93b3f, 0x3}, 0x2, 0x2, {0x105b9a8f5, 0x9})
    	/Users/rootulp/go/pkg/mod/cosmossdk.io/[email protected]/errors.go:43 +0x240
    cosmossdk.io/errors.Register(...)
    	/Users/rootulp/go/pkg/mod/cosmossdk.io/[email protected]/errors.go:35
    github.com/celestiaorg/celestia-app/x/qgb/types.init()
    	/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/x/qgb/types/errors.go:8 +0x128
    rootulp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6b08045 View commit details
    Browse the repository at this point in the history
  3. make cmd to build binary

    rootulp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d96731f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44661b3 View commit details
    Browse the repository at this point in the history
  5. go mod tidy

    rootulp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    9e09257 View commit details
    Browse the repository at this point in the history
  6. use fork of errors package

    rootulp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c6f0672 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee9c442 View commit details
    Browse the repository at this point in the history
  8. fix make command

    rootulp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3242f20 View commit details
    Browse the repository at this point in the history
  9. workaround for init()

    rootulp committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    80a0653 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. feat: go mod for x/blob

    rootulp committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    03519a9 View commit details
    Browse the repository at this point in the history
  2. fix: use rootulp

    rootulp committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d70cdeb View commit details
    Browse the repository at this point in the history
  3. fix: imports

    rootulp committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c8e2b97 View commit details
    Browse the repository at this point in the history
  4. feat: new go mod for x/blob

    rootulp committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1b38c5b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. wip: error because ambiguous import

    error while importing github.com/celestiaorg/celestia-app/v2/app: ambiguous import: found package github.com/celestiaorg/celestia-app/x/blob in multiple modules:
    github.com/celestiaorg/celestia-app v1.13.0 (/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/x/blob)
    github.com/celestiaorg/celestia-app/x/blob v0.0.0 (/Users/rootulp/git/rootulp/celestiaorg/celestia-app/x/blob)
    rootulp committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    162a591 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. comments

    rootulp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    34fdad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8abd64 View commit details
    Browse the repository at this point in the history
  3. Revert "feat: remove x/blob in favor of rootulp/blob"

    This reverts commit c8abd64.
    rootulp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bf454e9 View commit details
    Browse the repository at this point in the history
  4. Revert "comments"

    This reverts commit 34fdad5.
    rootulp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    835a92b View commit details
    Browse the repository at this point in the history
  5. Revert "wip: error because ambiguous import"

    This reverts commit 162a591.
    rootulp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f0c3b61 View commit details
    Browse the repository at this point in the history
  6. Revert "feat: new go mod for x/blob"

    This reverts commit 1b38c5b.
    rootulp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8639f23 View commit details
    Browse the repository at this point in the history
  7. Revert "fix: imports"

    This reverts commit c8e2b97.
    rootulp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0afbc2a View commit details
    Browse the repository at this point in the history
  8. Revert "fix: use rootulp"

    This reverts commit d70cdeb.
    rootulp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    dd23cb9 View commit details
    Browse the repository at this point in the history
  9. Revert "feat: go mod for x/blob"

    This reverts commit 03519a9.
    rootulp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c8171b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    537b1e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6e0157 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    73871d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. fails b/c context cancelled

    rootulp committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f94e56f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    a2f5a23 View commit details
    Browse the repository at this point in the history
  2. refactor: newCometNode

    rootulp committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    7e6032b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09b872e View commit details
    Browse the repository at this point in the history
  4. fix: client context cancelled

    waiting for next block failed: timeout (30s) exceeded waiting for network to reach height 1. Got to height 0
    rootulp committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    140c8ab View commit details
    Browse the repository at this point in the history
  5. panic: leveldb: closed

    rootulp committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    23d590f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9cfb87 View commit details
    Browse the repository at this point in the history
  7. Revert "wip: try to create node from scratch"

    This reverts commit f9cfb87.
    rootulp committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    02fe6e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. add comments

    rootulp committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    084d0e5 View commit details
    Browse the repository at this point in the history
  2. enable debug logs

    rootulp committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d089207 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. refactor: use temp dir

    rootulp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    393698c View commit details
    Browse the repository at this point in the history
  2. debug: attempt to bind to specific ports

    Concerning logs:
    E[2024-08-07|10:58:00.246] Stopped accept routine, as transport is closed module=p2p numPeers=0
    I[2024-08-07|10:58:00.246] Closing rpc listener                         listener="&{Listener:0x140005c6a80 sem:0x14000374840 closeOnce:{done:{_:{} v:0} m:{state:0 sema:0}} done:0x140003748a0}"
    I[2024-08-07|10:58:00.246] RPC HTTP server stopped                      module=rpc-server err="accept tcp 127.0.0.1:26657: use of closed network connection"
    E[2024-08-07|10:58:00.246] Error serving server                         err="accept tcp 127.0.0.1:26657: use of closed network connection"
    I[2024-08-07|10:58:00.246] Closing rpc listener                         listener="&{Listener:0x140005c6ac0 sem:0x14000374900 closeOnce:{done:{_:{} v:0} m:{state:0 sema:0}} done:0x14000374960}"
    E[2024-08-07|10:58:00.246] Error starting gRPC server                   err="accept tcp 127.0.0.1:26658: use of closed network connection"
    rootulp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4e758c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cdc4f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc37118 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca6dd0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbe9a2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2becb82 View commit details
    Browse the repository at this point in the history
  8. still panic

    rootulp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3ef359e View commit details
    Browse the repository at this point in the history
  9. fix: stop cleaning up node

    rootulp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f842f17 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3ed4310 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af59529 View commit details
    Browse the repository at this point in the history
  12. Revert "bug: not progressing past block height 0"

    This reverts commit af59529.
    rootulp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f67284b View commit details
    Browse the repository at this point in the history
  13. Revert "refactor: remove unnecessary rootDir"

    This reverts commit 3ed4310.
    rootulp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    057ebcd View commit details
    Browse the repository at this point in the history
  14. fix: logger

    rootulp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f087316 View commit details
    Browse the repository at this point in the history
  15. refactor: clean up

    rootulp committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d9bf079 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. wip

    rootulp committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f4cb007 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. refactor: remove API server

    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2fc392c View commit details
    Browse the repository at this point in the history
  2. HACKHACK: passing test

    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a253034 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbca2b5 View commit details
    Browse the repository at this point in the history
  4. feat: pair w/ Callum

    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b063614 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fb927f View commit details
    Browse the repository at this point in the history
  6. refactor: GetApplications

    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    75714fa View commit details
    Browse the repository at this point in the history
  7. refactor: unexport const

    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b64af99 View commit details
    Browse the repository at this point in the history
  8. refactor: move test

    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6438131 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a5d496 View commit details
    Browse the repository at this point in the history
  10. failing test

    E[2024-08-09|15:20:58.543] CONSENSUS FAILURE!!!                         module=consensus err="UnmarshalJSON cannot decode empty bytes" stack="goroutine 244 [running]:\nruntime/debug.Stack()\n\t/Users/rootulp/go/pkg/mod/golang.org/[email protected]/src/runtime/debug/stack.go:24 +0x64\ngithub.com/tendermint/tendermint/consensus.(*State).receiveRoutine.func2()\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:748 +0x44\npanic({0x102919740?, 0x140011bd5c0?})\n\t/Users/rootulp/go/pkg/mod/golang.org/[email protected]/src/runtime/panic.go:770 +0x124\ngithub.com/cosmos/cosmos-sdk/x/params/types.Subspace.Get({{_, _}, _, {_, _}, {_, _}, {_, _, _}, ...}, ...)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/x/params/types/subspace.go:110 +0x20c\ngithub.com/celestiaorg/celestia-app/v2/x/blob/keeper.Keeper.GovMaxSquareSize(...)\n\t/Users/rootulp/git/rootulp/celestiaorg/celestia-app/x/blob/keeper/params.go:29\ngithub.com/celestiaorg/celestia-app/v2/app.(*App).MaxEffectiveSquareSize(_, {{0x102ccb850, 0x1040e3b20}, {0x102cddcc0, 0x140015deec0}, {{0x0, 0x0}, {0x14000439040, 0x6}, 0x2, ...}, ...})\n\t/Users/rootulp/git/rootulp/celestiaorg/celestia-app/app/square_size.go:20 +0x1c4\ngithub.com/celestiaorg/celestia-app/v2/app.(*App).PrepareProposal(0x140014d5508, {0x140015ded80, 0x1e1cb6, {0x14000439040, 0x6}, 0x2, {0x1f0fa900, 0xede48631a, 0x0}})\n\t/Users/rootulp/git/rootulp/celestiaorg/celestia-app/app/prepare_proposal.go:51 +0x344\ngithub.com/celestiaorg/celestia-app/node/utils.(*Multiplexer).PrepareProposal(0x140015a3008?, {0x140015ded80, 0x1e1cb6, {0x14000439040, 0x6}, 0x2, {0x1f0fa900, 0xede48631a, 0x0}})\n\t/Users/rootulp/git/rootulp/celestiaorg/celestia-app/node/utils/multiplexer.go:121 +0x80\ngithub.com/tendermint/tendermint/abci/client.(*localClient).PrepareProposalSync(0x14001179aa0, {0x140015ded80, 0x1e1cb6, {0x14000439040, 0x6}, 0x2, {0x1f0fa900, 0xede48631a, 0x0}})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/abci/client/local_client.go:359 +0x148\ngithub.com/tendermint/tendermint/proxy.(*appConnConsensus).PrepareProposalSync(0x1400131f180?, {0x140015ded80, 0x1e1cb6, {0x14000439040, 0x6}, 0x2, {0x1f0fa900, 0xede48631a, 0x0}})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/proxy/app_conn.go:102 +0x58\ngithub.com/tendermint/tendermint/state.(*BlockExecutor).CreateProposalBlock(_, _, {{{0xb, 0x2}, {0x14000439018, 0x7}}, {0x14000439040, 0x6}, 0x1, 0x1, ...}, ...)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/state/execution.go:128 +0x22c\ngithub.com/tendermint/tendermint/consensus.(*State).createProposalBlock(0x1400042ce08)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:1252 +0x1fc\ngithub.com/tendermint/tendermint/consensus.(*State).defaultDecideProposal(0x1400042ce08, 0x2, 0x0)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:1166 +0xb0\ngithub.com/tendermint/tendermint/consensus.(*State).enterPropose(0x1400042ce08, 0x2, 0x0)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:1145 +0x794\ngithub.com/tendermint/tendermint/consensus.(*State).enterNewRound(0x1400042ce08, 0x2, 0x0)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:1064 +0x9a4\ngithub.com/tendermint/tendermint/consensus.(*State).handleTimeout(0x1400042ce08, {0xe23dc8e84eb4ee29?, 0x3b189764cbc94400?, 0x5f4578?, 0x40?}, {0x2, 0x0, 0x1, {0x1f6c3468, 0xede48631a, ...}, ...})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:933 +0x870\ngithub.com/tendermint/tendermint/consensus.(*State).receiveRoutine(0x1400042ce08, 0x0)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:815 +0x4c4\ncreated by github.com/tendermint/tendermint/consensus.(*State).OnStart in goroutine 12\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:391 +0x110\n"
    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    94b1220 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    90bc71f View commit details
    Browse the repository at this point in the history
  12. refactor: clean up rootDir

    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    95d06c7 View commit details
    Browse the repository at this point in the history
  13. premature upgrade

    InitChain invoked with current app version 1
    chainID Z55LgT
    latestHeight 0
    EndBlock height 1 invoked with current app version 1
    EndBlock height 1 with current app version 1 returned new app version 2
    upgrade is pending from 1 to 2
    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6a2ed91 View commit details
    Browse the repository at this point in the history
  14. these logs helped

    InitChain invoked with current app version 1
    chainID Kj3se3
    latestHeight 0
    EndBlock height 1 invoked with current app version 1
    EndBlocker invoked on state machine v1 with req.Height 1
    E[2024-08-09|16:33:51.088] CONSENSUS FAILURE!!!                         module=consensus err="runtime error: invalid memory address or nil pointer dereference" stack="goroutine 207 [running]:\nruntime/debug.Stack()\n\t/Users/rootulp/go/pkg/mod/golang.org/[email protected]/src/runtime/debug/stack.go:24 +0x64\ngithub.com/tendermint/tendermint/consensus.(*State).receiveRoutine.func2()\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:748 +0x44\npanic({0x1032b1080?, 0x10488e510?})\n\t/Users/rootulp/go/pkg/mod/golang.org/[email protected]/src/runtime/panic.go:770 +0x124\ngithub.com/celestiaorg/celestia-app/app.(*App).EndBlocker(_, {{0x103616400, 0x104a07460}, {0x103628800, 0x140015e54c0}, {{0xb, 0x2}, {0x14000880540, 0x6}, 0x1, ...}, ...}, ...)\n\t/Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:576 +0x188\ngithub.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).EndBlock(0x140003034a0, {0x1035898a0?})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/baseapp/abci.go:214 +0xfc\ngithub.com/celestiaorg/celestia-app/node/utils.(*Multiplexer).EndBlock(0x1400019cdc8, {0x20?})\n\t/Users/rootulp/git/rootulp/celestiaorg/celestia-app/node/utils/multiplexer.go:83 +0xe0\ngithub.com/tendermint/tendermint/abci/client.(*localClient).EndBlockSync(0x140012c2f60, {0x1022b9dac?})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/abci/client/local_client.go:314 +0xec\ngithub.com/tendermint/tendermint/proxy.(*appConnConsensus).EndBlockSync(0x140005f3d00?, {0x20?})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/proxy/app_conn.go:92 +0x28\ngithub.com/tendermint/tendermint/state.execBlockOnProxyApp({0x103616898, 0x1400015f700}, {0x103625700, 0x140016baa20}, 0x14001358000, {0x103628c98, 0x1400178c0c0}, 0x1)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/state/execution.go:426 +0x5bc\ngithub.com/tendermint/tendermint/state.(*BlockExecutor).ApplyBlock(_, {{{0xb, 0x2}, {0x140017bad50, 0x7}}, {0x140017bad58, 0x6}, 0x1, 0x0, {{0x0, ...}, ...}, ...}, ...)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/state/execution.go:224 +0x12c\ngithub.com/tendermint/tendermint/consensus.(*State).finalizeCommit(0x14000313188, 0x1)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:1710 +0x974\ngithub.com/tendermint/tendermint/consensus.(*State).tryFinalizeCommit(0x14000313188, 0x1)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:1616 +0x26c\ngithub.com/tendermint/tendermint/consensus.(*State).enterCommit.func1()\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:1551 +0x8c\ngithub.com/tendermint/tendermint/consensus.(*State).enterCommit(0x14000313188, 0x1, 0x0)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:1589 +0xac4\ngithub.com/tendermint/tendermint/consensus.(*State).addVote(0x14000313188, 0x14001549c20, {0x0, 0x0})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:2229 +0x13c8\ngithub.com/tendermint/tendermint/consensus.(*State).tryAddVote(0x14000313188, 0x14001549c20, {0x0?, 0x100cbc2f0?})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:2021 +0x28\ngithub.com/tendermint/tendermint/consensus.(*State).handleMsg(0x14000313188, {{0x1035f4d80, 0x14000166e48}, {0x0, 0x0}})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:879 +0x110\ngithub.com/tendermint/tendermint/consensus.(*State).receiveRoutine(0x14000313188, 0x0)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:806 +0x380\ncreated by github.com/tendermint/tendermint/consensus.(*State).OnStart in goroutine 1\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:391 +0x110\n"
    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dad7391 View commit details
    Browse the repository at this point in the history
  15. check for nil

    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    094c8e2 View commit details
    Browse the repository at this point in the history
  16. more logs

    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8dd8259 View commit details
    Browse the repository at this point in the history
  17. implement failing check

    rootulp committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    fab168b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    92be05c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    55a4c3d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    139bde4 View commit details
    Browse the repository at this point in the history
  2. v2 state machine does not have params

    param store does not have key [71 111 118 77 97 120 83 113 117 97 114
    101 83 105 122 101]
    rootulp committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    548d412 View commit details
    Browse the repository at this point in the history
  3. wip: RunMigrations interface

    rootulp committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    53e5592 View commit details
    Browse the repository at this point in the history
  4. wip: RunMigrations

    rootulp committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    3fbef6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9917b0a View commit details
    Browse the repository at this point in the history
  6. crazy error for go imports

    $ make build-node
    --> Building celestia-app/node and outputting binary to build/node
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/encoding/encoding.go:4:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/encoding/encoding.go:5:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/codec (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/encoding/encoding.go:6:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/codec/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/encoding/encoding.go:7:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/std (imported by github.com/celestiaorg/celestia-app/app/encoding); to add:
    	go get github.com/celestiaorg/celestia-app/app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/encoding/index_wrapper_decoder.go:4:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/encoding/encoding.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/tx (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/test_util.go:6:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/hd (imported by github.com/celestiaorg/celestia-app/v2/test/util/genesis); to add:
    	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/builder.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/keyring (imported by github.com/celestiaorg/celestia-app/v2/test/util/genesis); to add:
    	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/codec.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/msgservice (imported by github.com/celestiaorg/celestia-app/x/blob/types); to add:
    	go get github.com/celestiaorg/celestia-app/x/blob/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/query.pb.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/query (imported by github.com/celestiaorg/celestia-app/x/blob/types); to add:
    	go get github.com/celestiaorg/celestia-app/x/blob/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/builder.go:11:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/tx (imported by github.com/celestiaorg/celestia-app/x/blob); to add:
    	go get github.com/celestiaorg/celestia-app/x/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/builder.go:12:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/tx/signing (imported by github.com/celestiaorg/celestia-app/x/blob/types); to add:
    	go get github.com/celestiaorg/celestia-app/x/blob/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/payforblob.go:14:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx (imported by github.com/celestiaorg/celestia-app/x/blob/types); to add:
    	go get github.com/celestiaorg/celestia-app/x/blob/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/builder.go:13:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/signing (imported by github.com/celestiaorg/celestia-app/app/ante); to add:
    	go get github.com/celestiaorg/celestia-app/app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/builder.go:14:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/types/params.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/params/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/ante/ante.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/errors (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/keeper/keeper.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/store/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/ante/ante.go:7:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/ante (imported by github.com/celestiaorg/celestia-app/app/ante); to add:
    	go get github.com/celestiaorg/celestia-app/app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/ante/gov.go:6:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/ante/gov.go:7:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov/types/v1 (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/types/codec.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1 (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/types/expected_keepers.go:7:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/staking/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/types/client.pb.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/upgrade/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/exported/expected_keepers.go:5:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/capability/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/keeper/msg_server.go:7:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/telemetry (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/keeper/keeper.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/capability/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/keeper/grpc_query.go:10:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/store/prefix (imported by github.com/cosmos/ibc-go/v6/modules/apps/transfer/keeper); to add:
    	go get github.com/cosmos/ibc-go/v6/modules/apps/transfer/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/legacy/v100/solomachine.go:7:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/types (imported by github.com/celestiaorg/celestia-app/v2/test/util/genesis); to add:
    	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/light-clients/06-solomachine/types/proof.go:6:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/types/multisig (imported by github.com/cosmos/ibc-go/v6/testing); to add:
    	go get github.com/cosmos/ibc-go/v6/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/client/cli/query.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client/flags (imported by github.com/celestiaorg/celestia-app/node/utils); to add:
    	go get github.com/celestiaorg/celestia-app/node/utils
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/client/cli/tx.go:10:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client/tx (imported by github.com/celestiaorg/celestia-app/v2/test/util/genesis); to add:
    	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/client/cli/query.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/version (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/core/02-client/client/cli/tx.go:14:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov/client/cli (imported by github.com/cosmos/ibc-go/v6/modules/core/02-client/client/cli); to add:
    	go get github.com/cosmos/ibc-go/v6/modules/core/02-client/client/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/test/util/testfactory/utils.go:10:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/simapp (imported by github.com/celestiaorg/celestia-app/v2/test/util/testnode); to add:
    	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/test/util/testfactory/utils.go:13:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/bank/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/client/cli/payforblob.go:17:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client/input (imported by github.com/celestiaorg/celestia-app/x/blob/client/cli); to add:
    	go get github.com/celestiaorg/celestia-app/x/blob/client/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/blob/module.go:21:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/module (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/mint/simulation/decoder.go:9:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/kv (imported by github.com/celestiaorg/celestia-app/x/mint/simulation); to add:
    	go get github.com/celestiaorg/celestia-app/x/mint/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/mint/module.go:21:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/simulation (imported by github.com/celestiaorg/celestia-app/x/mint); to add:
    	go get github.com/celestiaorg/celestia-app/x/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/paramfilter/gov_handler.go:10:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/params/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/x/paramfilter/gov_handler.go:11:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/params/types/proposal (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/apps/transfer/types/codec.go:10:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/authz (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:12:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/baseapp (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:14:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client/grpc/node (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:15:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client/grpc/tmservice (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:18:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/server/api (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:19:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/server/config (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:20:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/server/types (imported by github.com/celestiaorg/celestia-app/node/utils); to add:
    	go get github.com/celestiaorg/celestia-app/node/utils
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:25:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:26:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:27:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/posthandler (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:30:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/vesting (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:31:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/vesting/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:33:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/authz/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:34:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/authz/module (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:35:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/bank (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:36:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/bank/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:38:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/capability (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:41:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/crisis (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:42:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/crisis/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:43:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/crisis/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:44:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/distribution (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/default_overrides.go:20:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/distribution/client (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:45:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/distribution/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:46:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/distribution/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:47:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/evidence (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:48:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/evidence/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:49:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/evidence/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:50:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/feegrant (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:51:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/feegrant/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:52:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/feegrant/module (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:53:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/genutil (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:54:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/genutil/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:55:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/default_overrides.go:23:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov/client (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:56:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/gov/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:60:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/params (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/default_overrides.go:25:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/params/client (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:64:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/slashing (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:65:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/slashing/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:66:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/slashing/types (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:67:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/staking (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:68:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/staking/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/rootulp/[email protected]/app/app.go:70:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/upgrade/keeper (imported by github.com/celestiaorg/celestia-app/app); to add:
    	go get github.com/celestiaorg/celestia-app/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/modules/apps/transfer/simulation/params.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/simulation (imported by github.com/cosmos/ibc-go/v6/modules/apps/transfer/simulation); to add:
    	go get github.com/cosmos/ibc-go/v6/modules/apps/transfer/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/[email protected]/packetforward/ibc_middleware.go:16:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/address (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v6/packetforward); to add:
    	go get github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v6/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/app.go:13:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/codec (imported by github.com/celestiaorg/celestia-app/v2/test/util/genesis); to add:
    	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/solomachine.go:8:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/keys/multisig (imported by github.com/cosmos/ibc-go/v6/testing); to add:
    	go get github.com/cosmos/ibc-go/v6/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/chain.go:10:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1 (imported by github.com/cosmos/ibc-go/v6/testing); to add:
    	go get github.com/cosmos/ibc-go/v6/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/chain.go:18:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/staking/teststaking (imported by github.com/cosmos/ibc-go/v6/testing); to add:
    	go get github.com/cosmos/ibc-go/v6/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/mock/privval.go:5:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/crypto/keys/ed25519 (imported by github.com/cosmos/ibc-go/v6/testing/mock); to add:
    	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:12:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client/docs/statik (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
    	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:20:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/testutil/testdata (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
    	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:27:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/auth/simulation (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
    	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:62:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/group (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
    	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:63:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/group/keeper (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
    	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:64:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/group/module (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
    	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:65:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/mint (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
    	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:66:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/mint/keeper (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
    	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:67:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/mint/types (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
    	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:79:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/upgrade (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
    	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
    /Users/rootulp/go/pkg/mod/github.com/cosmos/ibc-go/[email protected]/testing/simapp/app.go:80:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/x/upgrade/client (imported by github.com/cosmos/ibc-go/v6/testing/simapp); to add:
    	go get github.com/cosmos/ibc-go/v6/testing/[email protected]
    ../test/util/testnode/app_options.go:4:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/pruning/types (imported by github.com/celestiaorg/celestia-app/v2/test/util/testnode); to add:
    	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
    ../test/util/testnode/app_options.go:5:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/server (imported by github.com/celestiaorg/celestia-app/v2/test/util/testnode); to add:
    	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
    ../test/util/testnode/rpc_client.go:11:2: missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/server/grpc (imported by github.com/celestiaorg/celestia-app/v2/test/util/testnode); to add:
    	go get github.com/celestiaorg/celestia-app/v2/test/util/[email protected]
    make: *** [build-node] Error 1
    rootulp committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    6c9fbcc View commit details
    Browse the repository at this point in the history
  7. wip: try again with interface

    rootulp committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    61480ad View commit details
    Browse the repository at this point in the history
  8. feat: RunMigrations

    rootulp committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    8ebabb7 View commit details
    Browse the repository at this point in the history
  9. attempt to fix nil panic

    rootulp committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    9a7c0fa View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. add log

    rootulp committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3cc0417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e710924 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. clean up method order

    rootulp committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    87e9e81 View commit details
    Browse the repository at this point in the history
  2. emit logs for apps

    rootulp committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    fca5307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c450e6 View commit details
    Browse the repository at this point in the history
  4. new error

    I[2024-08-13|14:05:15.710] upgrading from app version 1 to 2
    Multiplexer EndBlock height 3 with current app version 1 next app version 1 returned app version 2
    Multiplexer Commit invoked with current app version 1
    I[2024-08-13|14:05:15.713] commit synced                                commit=436F6D6D697449447B5B3935203135203331203138322031312036372031323820323338203334203138302032372039372031333620323032203130312032313220393120313839203836203139372031363420343220323433203233382039203737203234372031343420353720323130203233392037305D3A337D
    Multiplexer upgrade is pending from 1 to 2
    Copying commit multi store from app 1 to app 2
    Done copying commit multi storeMultiplexer upgrade completed to 2
    Multiplexer RunMigrations invoked with current app version 2
    D[2024-08-13|14:05:15.713] mounting KVStore                             KVStoreKey{0x14001570970,transfer}=(MISSING)
    E[2024-08-13|14:05:15.714] CONSENSUS FAILURE!!!                         module=consensus err="store duplicate store key name KVStoreKey{0x14001570970, transfer}"
    rootulp committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8b7a64b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ede5f3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6a3c90 View commit details
    Browse the repository at this point in the history
  7. cleanup

    rootulp committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f3bb95d View commit details
    Browse the repository at this point in the history
  8. import app v3

    rootulp committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bef55d2 View commit details
    Browse the repository at this point in the history
  9. make modules support v3

    rootulp committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    80408d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf5d067 View commit details
    Browse the repository at this point in the history
  11. remove unneeded RunMigrations

    rootulp committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9a576a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. feat: share DB for all state machines

    E[2024-08-14|11:23:04.794] CONSENSUS FAILURE!!!
    module=consensus err="kv store with key KVStoreKey{0x140045fc240,
    capability} has not been registered in stores" stack="goroutine 101
    [running]:\nruntime/debug.Stack()\n\t/Users/rootulp/go/pkg/mod/golang.org/[email protected]/src/runtime/debug/stack.go:24
    +0x64\ngithub.com/tendermint/tendermint/consensus.(*State).receiveRoutine.func2()\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:748
    +0x44\npanic({0x106e53880?,
    0x14003d52960?})\n\t/Users/rootulp/go/pkg/mod/golang.org/[email protected]/src/runtime/panic.go:770
    +0x124\ngithub.com/cosmos/cosmos-sdk/store/cachemulti.Store.GetKVStore({{0x1072b1238,
    0x1400468d140}, 0x14004681bf0, 0x140045f84e0, {0x10727b108,
    0x1086acfa0}, 0x14004681b30}, {0x107284d80,
    0x140045fc240})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/store/cachemulti/store.go:167
    +0x120\ngithub.com/cosmos/cosmos-sdk/types.Context.KVStore({{0x10729fca0,
    0x1086acfa0}, {0x1072b2280, 0x1400468d240}, {{0xb, 0x3}, {0x14003968a60,
    0x6}, 0xa, {0x2b746f78, ...}, ...}, ...},
    ...)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/types/context.go:281
    +0x60\ngithub.com/cosmos/cosmos-sdk/x/capability/keeper.(*Keeper).InitMemStore(_,
    {{0x10729fca0, 0x1086acfa0}, {0x1072b2280, 0x1400468d240}, {{0xb, 0x3},
    {0x14003968a60, 0x6}, 0xa, ...},
    ...})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/x/capability/keeper/keeper.go:121
    +0x118\ngithub.com/cosmos/cosmos-sdk/x/capability.AppModule.BeginBlock({{{_,
    _}}, {{_, _}, {_, _}, {_, _}, _, _, ...}},
    ...)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/x/capability/module.go:148
    +0xb4\ngithub.com/celestiaorg/celestia-app/v3/app/module.(*Manager).BeginBlock(_,
    {{0x10729fca0, 0x1086acfa0}, {0x1072b2280, 0x1400468d240}, {{0xb, 0x3},
    {0x14003968a60, 0x6}, 0xa, ...}, ...},
    ...)\n\t/Users/rootulp/git/rootulp/celestiaorg/celestia-app-v3/app/module/manager.go:285
    +0x1e4\ngithub.com/celestiaorg/celestia-app/v3/app.(*App).BeginBlocker(_,
    {{0x10729fca0, 0x1086acfa0}, {0x1072b2280, 0x1400468d240}, {{0xb, 0x3},
    {0x14003968a60, 0x6}, 0xa, ...}, ...},
    ...)\n\t/Users/rootulp/git/rootulp/celestiaorg/celestia-app-v3/app/app.go:451
    +0xa8\ngithub.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).BeginBlock(_,
    {{0x14003d755c0, 0x20, 0x20}, {{0xb, 0x3}, {0x14003968a60, 0x6}, 0xa,
    {0x2b746f78, ...}, ...},
    ...})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/baseapp/abci.go:191
    +0x66c\ngithub.com/celestiaorg/celestia-app/node/utils.(*Multiplexer).BeginBlock(_,
    {{0x14003d755c0, 0x20, 0x20}, {{0xb, 0x3}, {0x14003968a60, 0x6}, 0xa,
    {0x2b746f78, ...}, ...},
    ...})\n\t/Users/rootulp/git/rootulp/celestiaorg/celestia-app/node/utils/multiplexer.go:71
    +0xa4\ngithub.com/tendermint/tendermint/abci/client.(*localClient).BeginBlockSync(_,
    {{0x14003d755c0, 0x20, 0x20}, {{0xb, 0x3}, {0x14003968a60, 0x6}, 0xa,
    {0x2b746f78, ...}, ...},
    ...})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/abci/client/local_client.go:306
    +0x104\ngithub.com/tendermint/tendermint/proxy.(*appConnConsensus).BeginBlockSync(_,
    {{0x14003d755c0, 0x20, 0x20}, {{0xb, 0x3}, {0x14003968a60, 0x6}, 0xa,
    {0x2b746f78, ...}, ...},
    ...})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/proxy/app_conn.go:84
    +0x4c\ngithub.com/tendermint/tendermint/state.execBlockOnProxyApp({0x1072a0138,
    0x140000ade80}, {0x1072af240, 0x14001596c30}, 0x14001440960,
    {0x1072b2718, 0x140006444b0},
    0x1)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/state/execution.go:407
    +0x378\ngithub.com/tendermint/tendermint/state.(*BlockExecutor).ApplyBlock(_,
    {{{0xb, 0x3}, {0x14001540280, 0x7}}, {0x14001540288, 0x6}, 0x1, 0x9,
    {{0x14004383820, ...}, ...}, ...},
    ...)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/state/execution.go:230
    +0x12c\ngithub.com/tendermint/tendermint/consensus.(*State).finalizeCommit(0x140002f8a88,
    0xa)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:1710
    +0x974\ngithub.com/tendermint/tendermint/consensus.(*State).tryFinalizeCommit(0x140002f8a88,
    0xa)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:1616
    +0x26c\ngithub.com/tendermint/tendermint/consensus.(*State).enterCommit.func1()\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:1551
    +0x8c\ngithub.com/tendermint/tendermint/consensus.(*State).enterCommit(0x140002f8a88,
    0xa,
    0x0)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:1589
    +0xac4\ngithub.com/tendermint/tendermint/consensus.(*State).addVote(0x140002f8a88,
    0x14001468e60, {0x0,
    0x0})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:2229
    +0x13c8\ngithub.com/tendermint/tendermint/consensus.(*State).tryAddVote(0x140002f8a88,
    0x14001468e60, {0x0?,
    0x104928640?})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:2021
    +0x28\ngithub.com/tendermint/tendermint/consensus.(*State).handleMsg(0x140002f8a88,
    {{0x10727e1e0, 0x14001424380}, {0x0,
    0x0}})\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:879
    +0x110\ngithub.com/tendermint/tendermint/consensus.(*State).receiveRoutine(0x140002f8a88,
    0x0)\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:806
    +0x380\ncreated by
    github.com/tendermint/tendermint/consensus.(*State).OnStart in goroutine
    1\n\t/Users/rootulp/go/pkg/mod/github.com/celestiaorg/[email protected]/consensus/state.go:391
    +0x110\n"
    rootulp committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5ea48de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f787ce View commit details
    Browse the repository at this point in the history
  3. refactor: remove rootDir

    rootulp committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3627aff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5495cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc56704 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55e74b0 View commit details
    Browse the repository at this point in the history
  7. "kv store with key KVStoreKey{0x1400466f4b0, capability} has not been…

    … registered in stores"
    rootulp committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    df47ab0 View commit details
    Browse the repository at this point in the history
  8. delete root dir

    rootulp committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f71d1a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. working prototype!

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8bf36bf View commit details
    Browse the repository at this point in the history
  2. move comment

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    da51aea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8380d0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88f7fa5 View commit details
    Browse the repository at this point in the history
  5. improve logs

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c8fb333 View commit details
    Browse the repository at this point in the history
  6. chore: remove log

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3fe3996 View commit details
    Browse the repository at this point in the history
  7. revert go.mod changes

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e30354e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f94921 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f81028 View commit details
    Browse the repository at this point in the history
  10. revert: remove cms

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    31d326a View commit details
    Browse the repository at this point in the history
  11. revert: variable rename

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    94e1076 View commit details
    Browse the repository at this point in the history
  12. add TODO

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    09950e4 View commit details
    Browse the repository at this point in the history
  13. revert: variable rename

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    310e522 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    31f2e6f View commit details
    Browse the repository at this point in the history
  15. remove comments for me

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    af3eda9 View commit details
    Browse the repository at this point in the history
  16. refactor: inline func

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    acfdf66 View commit details
    Browse the repository at this point in the history
  17. revert: remove logs

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0463d31 View commit details
    Browse the repository at this point in the history
  18. remove log

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3469eb1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9224788 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0705a50 View commit details
    Browse the repository at this point in the history
  21. fix: app

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ea5ae42 View commit details
    Browse the repository at this point in the history
  22. fix: node

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5cd7c24 View commit details
    Browse the repository at this point in the history
  23. feat: make app.go do v3 stuff

    rootulp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    374df1e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    3a0c498 View commit details
    Browse the repository at this point in the history
  2. revert unnecessary replace

    rootulp committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6b47f0e View commit details
    Browse the repository at this point in the history
  3. refactor: multiplexer logger

    rootulp committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9e14799 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e720578 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28c8edd View commit details
    Browse the repository at this point in the history