Skip to content

Commit

Permalink
(feat): add the new cmd init-from-state that initialize a local nod…
Browse files Browse the repository at this point in the history
…e with an exported state
  • Loading branch information
angelorc committed Jan 12, 2023
1 parent 66608bf commit 373066b
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ contract_tests/*
buf-stamp

data
state_export.json
3 changes: 1 addition & 2 deletions cmd/bitsongd/cmd/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
fantokentypes "github.com/bitsongofficial/go-bitsong/x/fantoken/types"
"github.com/bitsongofficial/go-bitsong/x/merkledrop"
merkledroptypes "github.com/bitsongofficial/go-bitsong/x/merkledrop/types"

"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/codec"
Expand Down Expand Up @@ -42,7 +41,7 @@ type GenesisParams struct {

CrisisConstantFee sdk.Coin

FantokenParams fantokentypes.Params
FantokenParams fantokentypes.Params
MerkledropParams merkledroptypes.Params
}

Expand Down
Loading

0 comments on commit 373066b

Please sign in to comment.