Skip to content

Instantly share code, notes, and snippets.

package main
import (
"context"
"flag"
"fmt"
"log"
"os"
"sync"
"sync/atomic"
package main
import (
"context"
"flag"
"fmt"
"log"
"os"
"sync"
"sync/atomic"
package key
import (
"bytes"
"strings"
"golang.org/x/exp/constraints"
"github.com/axelarnetwork/utils/convert"
)
package store
import (
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
"github.com/tendermint/tendermint/libs/log"
"github.com/berachain/berachain-node/internal/store/key"
)
/*
This file defines the database schema for the PostgresQL ("psql") event sink
implementation in Tendermint. The operator must create a database and install
this schema before using the database to index events.
*/
-- The blocks table records metadata about each block.
-- The block record does not include its events or transactions (see tx_results).
CREATE TABLE blocks (
rowid BIGSERIAL PRIMARY KEY,

Keybase proof

I hereby claim:

To claim this, I am signing this object:

DOCKER_IMAGE=marbar3778/simapp
VERSION=noop
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/}
elif [[ $GITHUB_REF == refs/heads/* ]]; then
VERSION=$(echo ${GITHUB_REF#refs/heads/} | sed -r 's#/+#-#g')
if [ "${{ github.event.repository.default_branch }}" = "$VERSION" ]; then
VERSION=latest
elif ["VERSION" =~ ^release/v*$]; then
VERSION=$(echo ${{ github.ref }} | sed 's/.*release\/\(.*\).x/\1/')-$(date +'%Y-%m-%d')
{
"genesis_time": "2020-09-23T14:37:13.999032364Z",
"chain_id": "test-chain-zlHY03",
"initial_height": "1",
"consensus_params": {
"block": {
"max_bytes": "22020096",
"max_gas": "-1",
"time_iota_ms": "1000"
},
{
"genesis_time": "2020-08-12T10:54:45.560749844Z",
"chain_id": "tts",
"consensus_params": {
"block": {
"max_bytes": "22020096",
"max_gas": "-1",
"time_iota_ms": "1000"
},
"evidence": {

panic: account cosmos138l243mnxz0vl55kml6rvkt226yckfscuqgvll does not exist: unknown address

goroutine 1 [running]: github.com/cosmos/cosmos-sdk/x/bank/keeper.BaseKeeper.InitGenesis(0x7fce7627d3c8, 0xc000b034c0, 0x1d65d20, 0xc000b66160, 0x1da0160, 0xc000b04700, 0x7fce7627d3c8, 0xc000b034c0, 0x1da0160, 0xc000b04700, ...) github.com/cosmos/cosmos-sdk/x/bank/keeper/genesis.go:19 +0x5f5 github.com/cosmos/cosmos-sdk/x/bank.AppModule.InitGenesis(0x1da0ee0, 0xc000b034c0, 0x1db5c60, 0xc000b5e3c0, 0x1da0160, 0xc000b04a80, 0x1d822e0, 0xc00011e010, 0x1d9c5e0, 0xc000e7e7c0, ...) github.com/cosmos/cosmos-sdk/x/bank/module.go:131 +0x143 github.com/cosmos/cosmos-sdk/types/module.(*Manager).InitGenesis(0xc0001ff9d0, 0x1d822e0, 0xc00011e010, 0x1d9c5e0, 0xc000e7e7c0, 0x0, 0x0, 0xc000b20489, 0x3, 0x0, ...) github.com/cosmos/cosmos-sdk/types/module/module.go:293 +0x25e github.com/cosmos/cosmos-sdk/simapp.(*SimApp).InitChainer(0xc000e4d100, 0x1d822e0, 0xc00011e010, 0x1d9c5e0, 0xc000e7e7c0, 0x0, 0x0, 0xc000b20489, 0x3, 0x0, ..