Giter Club home page Giter Club logo

sei-chain's Introduction

Sei

Banner!

Sei is the fastest general purpose L1 blockchain and the first parallelized EVM. This allows Sei to get the best of Solana and Ethereum - a hyper optimized execution layer that benefits from the tooling and mindshare around the EVM.

Overview

Sei is a high-performance, low-fee, delegated proof-of-stake blockchain designed for developers. It supports optimistic parallel execution of both EVM and CosmWasm, opening up new design possibilities. With unique optimizations like twin turbo consensus and SeiDB, Sei ensures consistent 400ms block times and a transaction throughput that’s orders of magnitude higher than Ethereum. This means faster, more cost-effective operations. Plus, Sei’s seamless interoperability between EVM and CosmWasm gives developers native access to the entire Cosmos ecosystem, including IBC tokens, multi-sig accounts, fee grants, and more.

Documentation

For the most up to date documentation please visit https://www.docs.sei.io/

Sei Optimizations

Sei introduces four major innovations:

  • Twin Turbo Consensus: This feature allows Sei to reach the fastest time to finality of any blockchain at 400ms, unlocking web2 like experiences for applications.
  • Optimistic Parallelization: This feature allows developers to unlock parallel processing for their Ethereum applications, with no additional work.
  • SeiDB: This major upgrade allows Sei to handle the much higher rate of data storage, reads and writes which become extremely important for a high performance blockchain.
  • Interoperable EVM: This allows existing developers in the Ethereum ecosystem to deploy their applications, tooling and infrastructure to Sei with no changes, while benefiting from the 100x performance improvements offered by Sei.

All these features combine to unlock a brand new, scalable design space for the Ethereum Ecosystem.

Testnet

Get started

How to validate on the Sei Testnet This is the Sei Atlantic-2 Testnet ()

Genesis Published

Hardware Requirements

Minimum

  • 64 GB RAM
  • 1 TB NVME SSD
  • 16 Cores (modern CPU's)

Operating System

Linux (x86_64) or Linux (amd64) Recommended Arch Linux

Dependencies

Prerequisite: go1.18+ required.

  • Arch Linux: pacman -S go
  • Ubuntu: sudo snap install go --classic

Prerequisite: git.

  • Arch Linux: pacman -S git
  • Ubuntu: sudo apt-get install git

Optional requirement: GNU make.

  • Arch Linux: pacman -S make
  • Ubuntu: sudo apt-get install make

Seid Installation Steps

Clone git repository

git clone https://github.com/sei-protocol/sei-chain
cd sei-chain
git checkout $VERSION
make install

Generate keys

  • seid keys add [key_name]

  • seid keys add [key_name] --recover to regenerate keys with your mnemonic

  • seid keys add [key_name] --ledger to generate keys with ledger device

Validator setup instructions

  • Install seid binary

  • Initialize node: seid init <moniker> --chain-id sei-testnet-1

  • Download the Genesis file: wget https://github.com/sei-protocol/testnet/raw/main/sei-testnet-1/genesis.json -P $HOME/.sei/config/

  • Edit the minimum-gas-prices in ${HOME}/.sei/config/app.toml: sed -i 's/minimum-gas-prices = ""/minimum-gas-prices = "0.01usei"/g' $HOME/.sei/config/app.toml

  • Start seid by creating a systemd service to run the node in the background nano /etc/systemd/system/seid.service

Copy and paste the following text into your service file. Be sure to edit as you see fit.

[Unit]
Description=Sei-Network Node
After=network.target

[Service]
Type=simple
User=root
WorkingDirectory=/root/
ExecStart=/root/go/bin/seid start
Restart=on-failure
StartLimitInterval=0
RestartSec=3
LimitNOFILE=65535
LimitMEMLOCK=209715200

[Install]
WantedBy=multi-user.target

Start the node

Start seid on Linux

  • Reload the service files: sudo systemctl daemon-reload
  • Create the symlinlk: sudo systemctl enable seid.service
  • Start the node sudo: systemctl start seid && journalctl -u seid -f

Start a chain on 4 node docker cluster

  • Start local 4 node cluster: make docker-cluster-start
  • SSH into a docker container: docker exec -it [container_name] /bin/bash
  • Stop local 4 node cluster: make docker-cluster-stop

Create Validator Transaction

seid tx staking create-validator \
--from {{KEY_NAME}} \
--chain-id  \
--moniker="<VALIDATOR_NAME>" \
--commission-max-change-rate=0.01 \
--commission-max-rate=1.0 \
--commission-rate=0.05 \
--details="<description>" \
--security-contact="<contact_information>" \
--website="<your_website>" \
--pubkey $(seid tendermint show-validator) \
--min-self-delegation="1" \
--amount <token delegation>usei \
--node localhost:26657

Build with Us!

If you are interested in building with Sei Network: Email us at [email protected] DM us on Twitter https://twitter.com/SeiNetwork

sei-chain's People

Contributors

0xeren avatar alexanderbez avatar apolloshab avatar besated avatar blindchaser avatar brandonweng avatar codchen avatar cordt-sei avatar d0mor avatar dependabot[bot] avatar dssei avatar duncand0nuts avatar dvli2007 avatar eric-zhu-uw avatar faddat avatar jay-seilabs avatar jewei1997 avatar kbhat1 avatar larry0x avatar lcyson avatar maoueh avatar mj850 avatar mturkia avatar omahs avatar philipsu522 avatar stevenlanders avatar suujia avatar udpatil avatar vuong177 avatar yzang2019 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sei-chain's Issues

can't mint nor gift

hello,
I have done more than 25 txs days ago and I still can't gift any sunken treasure, it keeps telling me to do 25 txs.
I also received a gift, but I can't mint it, it keeps giving me errors.
sei1gp4pk30umm8ss363vs7zxstep57hcd3pvl0qgs
image
image

error="fromProto: validatorSet proposer error: nil validator" closerError=""

seid version:

name: sei
server_name: <appd>
version: 2.0.1beta
commit: 551245581c0434008d94c857a0572e1d93b3954a
build_tags: netgo ledger,
go: go version go1.19.1 linux/amd64
build_deps:
- filippo.io/[email protected]
- github.com/99designs/[email protected]
- github.com/CosmWasm/[email protected]

start command

seid start --moniker lanmao --chain-id atlantic-1 --address tcp://0.0.0.0:26668 --rpc.laddr tcp://0.0.0.0:26667 --p2p.laddr tcp://0.0.0.0:26666 --proxy-app tcp://0.0.0.0:26668 --grpc.address 0.0.0.0:9990 --grpc-web.address 0.0.0.0:9991

error logs

INF starting node with ABCI Tendermint in-process
Error: error="fromProto: validatorSet proposer error: nil validator" closerError=""

can anyone help start seid node?

Question: who will pay the gas of hook functions

i find that the chain will call hooks during EndBlockerAtomic . but who should pay the gas fee?
is the contract deployer or someone pay the gas?
what happen if there's a inf loop in hook functions?
what happen if the payer is out of gas?

deploy spot-lite contract

hello, developer

I deploy the contract: https://github.com/sei-protocol/spot-lite

place order, get the errors: has no ticksize configured

I check the gov proposals:

  • content:
    '@type': /seiprotocol.seichain.dex.RegisterPairsProposal
    batchcontractpair:

    • contractAddr: sei14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9sh9m79m
      pairs:
      • assetDenom: uatom
        priceDenom: uusdc
        ticksize: "0.000000100000000000"
      • assetDenom: ubtc
        priceDenom: uusdc
        ticksize: "0.000000100000000000"
      • assetDenom: ueth
        priceDenom: uusdc
        ticksize: "0.000000100000000000"
      • assetDenom: uosmo
        priceDenom: uusdc
        ticksize: "0.000000100000000000"
      • assetDenom: usol
        priceDenom: uusdc
        ticksize: "0.000000100000000000"
      • assetDenom: usei
        priceDenom: uusdc
        ticksize: "0.000000100000000000"
        description: Register initial pairs for Spot
        title: Register initial pairs for Spot
        deposit_end_time: "2022-09-05T06:25:34.193459312Z"
        final_tally_result:
        abstain: "0"
        "no": "0"
        no_with_veto: "0"
        "yes": "0"
        proposal_id: "2"
        status: PROPOSAL_STATUS_VOTING_PERIOD
        submit_time: "2022-09-03T06:25:34.193459312Z"
        total_deposit:
    • amount: "10011000000"
      denom: usei
      voting_end_time: "2022-09-05T06:26:46.809753086Z"
      voting_start_time: "2022-09-03T06:26:46.809753086Z"

    try the cmds, but does not work.

seid tx gov weighted-vote 2 yes -y --from=admin --chain-id=sei-chain --fees=2000usei --gas=500000 --broadcast-mode=block

seid tx gov vote 2 yes -y --from=admin --chain-id=sei-chain --fees=2000usei --gas=500000 --broadcast-mode=block

Can not deploy contract

Dear Sei Team,
I got an issue when deploy the contract to atlantic-1 tesnet:
failed to execute message; message index: 0: can not create code: unauthorized

`code: 4
codespace: sdk
data: ""
events:

  • attributes:
    • index: false
      key: c3BlbmRlcg==
      value: c2VpMWU5NnA0cGpqYTlnM2poeTc5NDZjM2xwOXg1cG5kdjdkZmZ2a2Vw
    • index: false
      key: YW1vdW50
      value: MTAwMHVzZWk=
      type: coin_spent
  • attributes:
    • index: false
      key: cmVjZWl2ZXI=
      value: c2VpMTd4cGZ2YWttMmFtZzk2MnlsczZmODR6M2tlbGw4YzVsYTRqa2R1
    • index: false
      key: YW1vdW50
      value: MTAwMHVzZWk=
      type: coin_received
  • attributes:
    • index: false
      key: cmVjaXBpZW50
      value: c2VpMTd4cGZ2YWttMmFtZzk2MnlsczZmODR6M2tlbGw4YzVsYTRqa2R1
    • index: false
      key: c2VuZGVy
      value: c2VpMWU5NnA0cGpqYTlnM2poeTc5NDZjM2xwOXg1cG5kdjdkZmZ2a2Vw
    • index: false
      key: YW1vdW50
      value: MTAwMHVzZWk=
      type: transfer
  • attributes:
    • index: false
      key: c2VuZGVy
      value: c2VpMWU5NnA0cGpqYTlnM2poeTc5NDZjM2xwOXg1cG5kdjdkZmZ2a2Vw
      type: message
  • attributes:
    • index: false
      key: ZmVl
      value: MTAwMHVzZWk=
      type: tx
  • attributes:
    • index: false
      key: YWNjX3NlcQ==
      value: c2VpMWU5NnA0cGpqYTlnM2poeTc5NDZjM2xwOXg1cG5kdjdkZmZ2a2VwLzIyMQ==
      type: tx
  • attributes:
    • index: false
      key: c2lnbmF0dXJl
      value: RzRzblRsWW12WElPaEQ4dkNySUtPZERRRllzSlFqME45TlpNRGJJeW5ac0lUSE1ycm44Um43eFo1d3E1UmdJdFRRN2R6Y1pmUEJwWVRTTDhoUFhUalE9PQ==
      type: tx
      gas_used: "571041"
      gas_wanted: "571041"
      height: "12434534"
      info: ""
      logs: []
      raw_log: 'failed to execute message; message index: 0: can not create code: unauthorized'
      timestamp: ""
      tx: null
      txhash: E1A4A13D5CE9F9C5E0FD0D85AB5F8085BA1DB6E12C6AF3163D47313BEB6B4117`

cant start

Sep 02 15:35:40 dash seid[3054979]: 3:35PM INF Starting EventBus service impl=EventBus module=events
Sep 02 15:35:40 dash seid[3054979]: 3:35PM INF Starting PubSub service impl=PubSub module=pubsub
Sep 02 15:35:40 dash seid[3054979]: 3:35PM INF Starting IndexerService service impl=IndexerService module=txindex
Sep 02 15:35:40 dash seid[3054979]: 3:35PM INF ABCI Handshake App Info hash="\r\rE�Uu�Ll!�y���)�a��V\x1f{�\u007f@�p\r���" height=695724 module=consensus protocol-version=0 software-version=1.1.2beta-internal-6-gc09155c
Sep 02 15:35:40 dash seid[3054979]: 3:35PM INF ABCI Replay Blocks appHeight=695724 module=consensus stateHeight=695724 storeHeight=695725
Sep 02 15:35:40 dash seid[3054979]: 3:35PM INF Replay last block using real app module=consensus
Sep 02 15:35:40 dash seid[3054979]: 3:35PM INF Current block time 2022-07-20 07:47:11.050272005 +0000 UTC, last 2022-07-20 07:46:56.616581218 +0000 UTC; duration 60000000000
Sep 02 15:35:43 dash seid[3054979]: panic: more validators than maxValidators found [recovered]
Sep 02 15:35:43 dash seid[3054979]: panic: more validators than maxValidators found
Sep 02 15:35:43 dash seid[3054979]: goroutine 1 [running]:
Sep 02 15:35:43 dash seid[3054979]: go.opentelemetry.io/otel/sdk/trace.(*recordingSpan).End.func1()
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/go.opentelemetry.io/otel/[email protected]/trace/span.go:359 +0x2a
Sep 02 15:35:43 dash seid[3054979]: go.opentelemetry.io/otel/sdk/trace.(*recordingSpan).End(0xc000effe00, {0x0, 0x0, 0x36597e0?})
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/go.opentelemetry.io/otel/[email protected]/trace/span.go:398 +0x8dd
Sep 02 15:35:43 dash seid[3054979]: panic({0x1aedc00, 0x273d3a0})
Sep 02 15:35:43 dash seid[3054979]: /usr/local/go/src/runtime/panic.go:838 +0x207
Sep 02 15:35:43 dash seid[3054979]: github.com/cosmos/cosmos-sdk/x/staking/keeper.Keeper.GetLastValidators({{0x2748af8, 0xc001c95c90}, {0x276b398, 0xc001c819c0}, {0x2761a80, 0xc000f2af30}, {0x7f6911c1d0f8, 0xc0005222c0}, {0x276b250, 0xc000f291a0}, ...}, ...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/cosmos/[email protected]/x/staking/keeper/validator.go:316 +0x511
Sep 02 15:35:43 dash seid[3054979]: github.com/cosmos/cosmos-sdk/x/staking/keeper.Keeper.TrackHistoricalInfo({{0x2748af8, 0xc001c95c90}, {0x276b398, 0xc001c819c0}, {0x2761a80, 0xc000f2af30}, {0x7f6911c1d0f8, 0xc0005222c0}, {0x276b250, 0xc000f291a0}, ...}, ...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/cosmos/[email protected]/x/staking/keeper/historical_info.go:93 +0x358
Sep 02 15:35:43 dash seid[3054979]: github.com/cosmos/cosmos-sdk/x/staking.BeginBlocker({{0x275e428, 0xc000052070}, {0x276cbc0, 0xc0067a5a80}, {{0xb, 0x0}, {0xc005e28160, 0xa}, 0xa9dad, {0x2ff1705, ...}, ...}, ...}, ...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/cosmos/[email protected]/x/staking/abci.go:19 +0x118
Sep 02 15:35:43 dash seid[3054979]: github.com/cosmos/cosmos-sdk/x/staking.AppModule.BeginBlock(...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/cosmos/[email protected]/x/staking/module.go:168
Sep 02 15:35:43 dash seid[3054979]: github.com/cosmos/cosmos-sdk/types/module.(*Manager).BeginBlock(, {{0x275e428, 0xc000052070}, {0x276cbc0, 0xc0067a5a80}, {{0xb, 0x0}, {0xc005e28160, 0xa}, 0xa9dad, ...}, ...}, ...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/cosmos/[email protected]/types/module/module.go:479 +0x3a2
Sep 02 15:35:43 dash seid[3054979]: github.com/sei-protocol/sei-chain/app.(*App).BeginBlocker(
, {{0x275e428, 0xc000052070}, {0x276cbc0, 0xc0067a5a80}, {{0xb, 0x0}, {0xc005e28160, 0xa}, 0xa9dad, ...}, ...}, ...)
Sep 02 15:35:43 dash seid[3054979]: /opt/test/sei-chain/sei-chain/app/app.go:782 +0x85
Sep 02 15:35:43 dash seid[3054979]: github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).BeginBlock(, {{0xc0067a2e00, 0x20, 0x20}, {{0xb, 0x0}, {0xc005e28160, 0xa}, 0xa9dad, {0x2ff1705, ...}, ...}, ...})
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/cosmos/[email protected]/baseapp/abci.go:194 +0x97c
Sep 02 15:35:43 dash seid[3054979]: github.com/sei-protocol/sei-chain/app.(*App).BeginBlock(
, {{0xc0067a2e00, 0x20, 0x20}, {{0xb, 0x0}, {0xc005e28160, 0xa}, 0xa9dad, {0x2ff1705, ...}, ...}, ...})
Sep 02 15:35:43 dash seid[3054979]: /opt/test/sei-chain/sei-chain/app/abci.go:17 +0x3a5
Sep 02 15:35:43 dash seid[3054979]: github.com/tendermint/tendermint/abci/client.(*localClient).BeginBlockSync(, {{0xc0067a2e00, 0x20, 0x20}, {{0xb, 0x0}, {0xc005e28160, 0xa}, 0xa9dad, {0x2ff1705, ...}, ...}, ...})
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/tendermint/[email protected]/abci/client/local_client.go:280 +0x118
Sep 02 15:35:43 dash seid[3054979]: github.com/tendermint/tendermint/proxy.(*appConnConsensus).BeginBlockSync(
, {{0xc0067a2e00, 0x20, 0x20}, {{0xb, 0x0}, {0xc005e28160, 0xa}, 0xa9dad, {0x2ff1705, ...}, ...}, ...})
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/tendermint/[email protected]/proxy/app_conn.go:81 +0x55
Sep 02 15:35:43 dash seid[3054979]: github.com/tendermint/tendermint/state.execBlockOnProxyApp({0x275f538?, 0xc00d216cc0}, {0x2765b60, 0xc005f363b0}, 0xc005e7e000, {0x276bcc8, 0xc005eab740}, 0xa9dac?)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/tendermint/[email protected]/state/execution.go:307 +0x3dd
Sep 02 15:35:43 dash seid[3054979]: github.com/tendermint/tendermint/state.(*BlockExecutor).ApplyBlock(, {{{0xb, 0x0}, {0xc005ea7ab0, 0x7}}, {0xc005ea7ac0, 0xa}, 0x1, 0xa9dac, {{0xc005ca1fe0, ...}, ...}, ...}, ...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/tendermint/[email protected]/state/execution.go:140 +0x171
Sep 02 15:35:43 dash seid[3054979]: github.com/tendermint/tendermint/consensus.(*Handshaker).replayBlock(
, {{{0xb, 0x0}, {0xc005ea7ab0, 0x7}}, {0xc005ea7ac0, 0xa}, 0x1, 0xa9dac, {{0xc005ca1fe0, ...}, ...}, ...}, ...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/tendermint/[email protected]/consensus/replay.go:503 +0x23c
Sep 02 15:35:43 dash seid[3054979]: github.com/tendermint/tendermint/consensus.(*Handshaker).ReplayBlocks(, {{{0xb, 0x0}, {0xc005ea7ab0, 0x7}}, {0xc005ea7ac0, 0xa}, 0x1, 0xa9dac, {{0xc005ca1fe0, ...}, ...}, ...}, ...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/tendermint/[email protected]/consensus/replay.go:416 +0x7ae
Sep 02 15:35:43 dash seid[3054979]: github.com/tendermint/tendermint/consensus.(*Handshaker).Handshake(0xc002329fd0, {0x276d530, 0xc00115ef70})
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/tendermint/[email protected]/consensus/replay.go:268 +0x3c8
Sep 02 15:35:43 dash seid[3054979]: github.com/tendermint/tendermint/node.doHandshake({
, }, {{{0xb, 0x0}, {0xc005ea7ab0, 0x7}}, {0xc005ea7ac0, 0xa}, 0x1, 0xa9dac, ...}, ...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/tendermint/[email protected]/node/node.go:325 +0x1b8
Sep 02 15:35:43 dash seid[3054979]: github.com/tendermint/tendermint/node.NewNode(0xc00051ea00, {0x275b200, 0xc0002174a0}, 0xc00234eef0, {0x27436c0, 0xc005335bf0}, 0x0?, 0x0?, 0xc00234f110, {0x275f538, ...}, ...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/tendermint/[email protected]/node/node.go:733 +0x577
Sep 02 15:35:43 dash seid[3054979]: github.com/cosmos/cosmos-sdk/server.startInProcess(
, {{0x0, 0x0, 0x0}, {0x2773f78, 0xc000149f80}, {0x0, 0x0}, {0x2763518, 0xc000da8720}, ...}, ...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:272 +0x7db
Sep 02 15:35:43 dash seid[3054979]: github.com/cosmos/cosmos-sdk/server.StartCmd.func2(0xc0012e4000?, {0xc00011d760?, 0x0?, 0x2?})
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:126 +0x169
Sep 02 15:35:43 dash seid[3054979]: github.com/spf13/cobra.(*Command).execute(0xc0012e4000, {0xc00011d720, 0x2, 0x2})
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/spf13/[email protected]/command.go:856 +0x67c
Sep 02 15:35:43 dash seid[3054979]: github.com/spf13/cobra.(*Command).ExecuteC(0xc000d84c80)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/spf13/[email protected]/command.go:974 +0x3b4
Sep 02 15:35:43 dash seid[3054979]: github.com/spf13/cobra.(*Command).Execute(...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/spf13/[email protected]/command.go:902
Sep 02 15:35:43 dash seid[3054979]: github.com/spf13/cobra.(*Command).ExecuteContext(...)
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/spf13/[email protected]/command.go:895
Sep 02 15:35:43 dash seid[3054979]: github.com/cosmos/cosmos-sdk/server/cmd.Execute(0x0?, {0xc000da6530, 0xa})
Sep 02 15:35:43 dash seid[3054979]: /root/go/pkg/mod/github.com/cosmos/[email protected]/server/cmd/execute.go:36 +0x1eb
Sep 02 15:35:43 dash seid[3054979]: main.main()
Sep 02 15:35:43 dash seid[3054979]: /opt/test/sei-chain/sei-chain/cmd/seid/main.go:16 +0x31
Sep 02 15:35:43 dash systemd[1]: seid.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Sep 02 15:35:43 dash systemd[1]: seid.service: Failed with result 'exit-code'.
Sep 02 15:35:47 dash systemd[1]: seid.service: Scheduled restart job, restart counter is at 1.

panic: unknown field "inflation" in types.Minter

Error log

Failed to start seid with the following error.

Nov 04 18:30:10 sei-incentivized-0 seid[27229]: 6:30PM INF starting node with ABCI Tendermint in-process
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: 6:30PM INF Starting multiAppConn service impl=multiAppConn module=proxy
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: 6:30PM INF Starting localClient service connection=query impl=localClient module=abci-client
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: 6:30PM INF Starting localClient service connection=snapshot impl=localClient module=abci-client
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: 6:30PM INF Starting localClient service connection=mempool impl=localClient module=abci-client
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: 6:30PM INF Starting localClient service connection=consensus impl=localClient module=abci-client
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: 6:30PM INF Starting EventBus service impl=EventBus module=events
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: 6:30PM INF Starting PubSub service impl=PubSub module=pubsub
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: 6:30PM INF Starting IndexerService service impl=IndexerService module=txindex
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: 6:30PM INF ABCI Handshake App Info hash= height=0 module=consensus protocol-version=0 software-version=1.2.4beta
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: 6:30PM INF ABCI Replay Blocks appHeight=0 module=consensus stateHeight=0 storeHeight=0
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: panic: unknown field "inflation" in types.Minter
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: goroutine 1 [running]:
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/cosmos/cosmos-sdk/codec.(*ProtoCodec).MustUnmarshalJSON(0x36fd2c8?, {0xc0001aa690?, 0x0?, 0x0?}, {0x279c830?, 0xc0001fc4c0?})
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/cosmos/[email protected]/codec/proto_codec.go:176 +0x45
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/sei-protocol/sei-chain/x/mint.AppModule.InitGenesis({{{0x27b29b0, 0xc000eb3680}}, {{0x27af738, 0xc000eb3680}, {0x278c838, 0xc0011b0b80}, {{0x27af738, 0xc000eb3680}, 0xc0004f42a0, {0x278c838, ...}, ...}, ...}, ...}, ...)
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/sei-chain/x/mint/module.go:138 +0xa2
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/cosmos/cosmos-sdk/types/module.(*Manager).InitGenesis(_, {{0x27a2668, 0xc000052070}, {0x27b0f40, 0xc0000c64c0}, {{0x0, 0x0}, {0xc0011aab40, 0xa}, 0x0, ...}, ...}, ...)
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/cosmos/[email protected]/types/module/module.go:320 +0x29d
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/sei-protocol/sei-chain/app.(*App).InitChainer(_, {{0x27a2668, 0xc000052070}, {0x27b0f40, 0xc0000c64c0}, {{0x0, 0x0}, {0xc0011aab40, 0xa}, 0x0, ...}, ...}, ...)
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/sei-chain/app/app.go:836 +0x20e
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).InitChain(0xc000df64e0, {{0x0, 0xeda5ee8c0, 0x0}, {0xc0011aab40, 0xa}, 0xc00018f280, {0x36fd2c8, 0x0, 0x0}, ...})
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/cosmos/[email protected]/baseapp/abci.go:62 +0x455
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/tendermint/tendermint/abci/client.(*localClient).InitChainSync(0xc0001977a0, {{0x0, 0xeda5ee8c0, 0x0}, {0xc0011aab40, 0xa}, 0xc00018f280, {0x36fd2c8, 0x0, 0x0}, ...})
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/tendermint/[email protected]/abci/client/local_client.go:272 +0x118
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/tendermint/tendermint/proxy.(*appConnConsensus).InitChainSync(0x3?, {{0x0, 0xeda5ee8c0, 0x0}, {0xc0011aab40, 0xa}, 0xc00018f280, {0x36fd2c8, 0x0, 0x0}, ...})
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/tendermint/[email protected]/proxy/app_conn.go:77 +0x55
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/tendermint/tendermint/consensus.(*Handshaker).ReplayBlocks(_, {{{0xb, 0x0}, {0x1e317e7, 0x7}}, {0xc0011aab40, 0xa}, 0x1, 0x0, {{0x0, ...}, ...}, ...}, ...)
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/tendermint/[email protected]/consensus/replay.go:319 +0xd78
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/tendermint/tendermint/consensus.(*Handshaker).Handshake(0xc000377fd0, {0x27b18b0, 0xc000ffa410})
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/tendermint/[email protected]/consensus/replay.go:268 +0x3c8
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/tendermint/tendermint/node.doHandshake({_, _}, {{{0xb, 0x0}, {0x1e317e7, 0x7}}, {0xc0011aab40, 0xa}, 0x1, 0x0, ...}, ...)
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/tendermint/[email protected]/node/node.go:325 +0x1b8
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/tendermint/tendermint/node.NewNode(0xc000138b40, {0x279f470, 0xc0004aff40}, 0xc000fe28d0, {0x2787400, 0xc00000f7d0}, 0x0?, 0x0?, 0xc000fe2ae0, {0x27a3778, ...}, ...)
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/tendermint/[email protected]/node/node.go:733 +0x577
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/cosmos/cosmos-sdk/server.startInProcess(_, {{0x0, 0x0, 0x0}, {0x27b84a8, 0xc0004a3710}, {0x0, 0x0}, {0x27a7818, 0xc0012b0f70}, ...}, ...)
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:272 +0x7db
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/cosmos/cosmos-sdk/server.StartCmd.func2(0xc000308a00?, {0x36fd2c8?, 0x0?, 0x0?})
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:126 +0x169
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/spf13/cobra.(*Command).execute(0xc000308a00, {0x36fd2c8, 0x0, 0x0})
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/spf13/[email protected]/command.go:856 +0x67c
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/spf13/cobra.(*Command).ExecuteC(0xc0001eca00)
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/spf13/[email protected]/command.go:974 +0x3b4
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/spf13/cobra.(*Command).Execute(...)
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/spf13/[email protected]/command.go:902
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/spf13/cobra.(*Command).ExecuteContext(...)
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/spf13/[email protected]/command.go:895
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: github.com/cosmos/cosmos-sdk/server/cmd.Execute(0x0?, {0xc0011aa640, 0x10})
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/go/pkg/mod/github.com/cosmos/[email protected]/server/cmd/execute.go:36 +0x1eb
Nov 04 18:30:10 sei-incentivized-0 seid[27229]: main.main()
Nov 04 18:30:10 sei-incentivized-0 seid[27229]:         /home/joseb/sei-chain/cmd/seid/main.go:16 +0x31
Nov 04 18:30:10 sei-incentivized-0 systemd[1]: seid.service: Main process exited, code=exited, status=2/INVALIDARGUMENT

version

1.2.4beta

Excessive disk usage after dbsync

Disk usage after db-sync is quite excessive. Even with aggressive pruning, the chain consumes close to 3-4GB per hour, almost all going to application.db

orderbook contract

hello developer, thanks a lot for your project.

I read your code and documents, I think everyone can deploy the orderbook contract, right ?
Could you please share a demo orderbook contract code ?

[BUG] Issue Title

Seid version
Show us output of seid version --long | head

Chain ID
Which chain are you running into issues with?

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

ulimit -n limit error

If you start the validator with seid start, you may get stuck on the "ulimit -n" limit and get an error. Please increase this limit with the command "ulimit -n 655350"

#114

Cannot make install on mac m1

Terminal is checked with 'Open with Rosetta'
Cannot 'make install' with any branches

This is the error.
# github.com/zondax/hid In file included from ../go/pkg/mod/github.com/zondax/[email protected]/hid_enabled.go:38: ../go/pkg/mod/github.com/zondax/[email protected]/hidapi/mac/hid.c:693:34: warning: 'kIOMasterPortDefault' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations] /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:133:19: note: 'kIOMasterPortDefault' has been explicitly marked deprecated here

peer for error

Hey, I’m trying to run and sync with your network, but when I run it in the logs, it says the following:
2:39PM INF Starting Peer service impl="Peer{MConn{135.181.249.17:26656} 07536775a07378711a9e8e772fbba231cbe72e4d out}" module=p2p peer={"id":"07536775a07378711a9e8e772fbba231cbe72e4d","ip":"135.181.249.17","port":26656} 2:39PM INF Starting MConnection service impl=MConn{135.181.249.17:26656} module=p2p peer={"id":"07536775a07378711a9e8e772fbba231cbe72e4d","ip":"135.181.249.17","port":26656} 2:39PM INF Added peer module=p2p peer={"Data":{},"Logger":{}} 2:39PM INF Connection is closed @ recvRoutine (likely by the other side) conn={"Logger":{}} module=p2p peer={"id":"07536775a07378711a9e8e772fbba231cbe72e4d","ip":"135.181.249.17","port":26656} 2:39PM INF Stopping MConnection service impl={"Logger":{}} module=p2p peer={"id":"07536775a07378711a9e8e772fbba231cbe72e4d","ip":"135.181.249.17","port":26656} 2:39PM ERR Stopping peer for error err=EOF module=p2p peer={"Data":{},"Logger":{}} 2:39PM INF Stopping Peer service impl={"Data":{},"Logger":{}} module=p2p peer={"id":"07536775a07378711a9e8e772fbba231cbe72e4d","ip":"1 35.181.249.17","port":26656}

Screenshot at Jun 10 15-40-13

panic: assignment to entry in nil map in p2p module

panic: assignment to entry in nil map

goroutine 968 [running]:
github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Add(0xc0002b8000, {{0xc0d0557928, 0x28}, {0xc0d0557920, 0x5}, {0xc0d0557951, 0x1b}, 0x777d, {0x0, 0x0}})
/root/go/pkg/mod/github.com/sei-protocol/[email protected]/internal/p2p/peermanager.go:435 +0x505

Error starting full node - panic: Failed to process committed block

I followed the online docs to setup a full node and when I try to start seid I get this error:

5:26PM INF commit synced commit=436F6D6D697449447B5B383320313231203134352031333520323139203233362032303420313534203135382031312032323120323530203720373620323137203131382031343020343620352032343620313533203520363620323038203336203134342031383020323035203136302039372031203232325D3A317D
5:26PM INF committed state app_hash=53799187DBECCC9A9E0BDDFA074CD9768C2E05F6990542D02490B4CDA06101DE height=1 module=state num_txs=0
5:26PM INF indexed block height=1 module=txindex
panic: Failed to process committed block (2:589B3CC74CD54E9AF2EF60FEB1E9BA84FC740839C2BA06BEE398144F9957E9F8): wrong Block.Header.AppHash.  Expected 53799187DBECCC9A9E0BDDFA074CD9768C2E05F6990542D02490B4CDA06101DE, got 21A58CC6051294964F25003C175F0330269CFA7B316BC7A441E206D0A7468FCA

goroutine 138 [running]:
github.com/tendermint/tendermint/blockchain/v0.(*BlockchainReactor).poolRoutine(0xc0015141c0, 0x0)
        /home/ubuntu/go/pkg/mod/github.com/tendermint/[email protected]/blockchain/v0/reactor.go:401 +0x123a
created by github.com/tendermint/tendermint/blockchain/v0.(*BlockchainReactor).OnStart
        /home/ubuntu/go/pkg/mod/github.com/tendermint/[email protected]/blockchain/v0/reactor.go:110 +0x7a

Here's the full log: seid.log

If I ignore the error and simply try again, I still get error:

# seid start --moniker $MONIKER
5:51PM INF starting node with ABCI Tendermint in-process
5:51PM INF Starting multiAppConn service impl=multiAppConn module=proxy
5:51PM INF Starting localClient service connection=query impl=localClient module=abci-client
5:51PM INF Starting localClient service connection=snapshot impl=localClient module=abci-client
5:51PM INF Starting localClient service connection=mempool impl=localClient module=abci-client
5:51PM INF Starting localClient service connection=consensus impl=localClient module=abci-client
5:51PM INF Starting EventBus service impl=EventBus module=events
5:51PM INF Starting PubSub service impl=PubSub module=pubsub
5:51PM INF Starting IndexerService service impl=IndexerService module=txindex
5:51PM INF ABCI Handshake App Info hash="Sy����̚�\v��\aL�v�.\x05��\x05B�$��͠a\x01�" height=1 module=consensus protocol-version=0 software-version=1.1.1beta
5:51PM INF ABCI Replay Blocks appHeight=1 module=consensus stateHeight=1 storeHeight=2
5:51PM INF Replay last block using real app module=consensus
Error: error during handshake: error on replay: wrong Block.Header.AppHash.  Expected 53799187DBECCC9A9E0BDDFA074CD9768C2E05F6990542D02490B4CDA06101DE, got 21A58CC6051294964F25003C175F0330269CFA7B316BC7A441E206D0A7468FCA

There are similar open issues reported here: #32 and #372.

I got the genesis file from github, as per the instructions. Is that file up to date?

Is there anything that fucking works?

None of the examples, neither here, in JS, works. There's barely any documentation. In the documantion nothing works again. At npmjs.org -- nothing works!

There's no example for backend (NodeJs), not the browser, either.

What the fuck works here at all?

Nobody has addressed a dozen of issues on github for the last months.

Is this a project or a piece of shit?

@LCyson @BrandonWeng @udpatil


I need a WORKING EXAMPLE for NodeJS (not Browser) or for Golang that simply fucking sends a tx provided a private key or seed-phrase, the target address and amount. For sei (native asset), and for a token on Sei network.

oracle example

I do not understand your oracle module.

could you please give me an example.

	case *types.MsgDelegateFeedConsent:
	case *types.MsgAggregateExchangeRatePrevote:
	case *types.MsgAggregateExchangeRateVote:
	case *types.MsgAggregateExchangeRateCombinedVote:

Losing peers cause performance degradation

Bad persistent peers leads to performance issues. Fills peer slots with bad ones. Results in system calls. Currently, folks are setting seeds and allowing seeds to populate add book. Can also use Bootstrap peers

Injective - 50 peers (max), started losing peers. Started to lose a lot of blocks. Correlates to when it's looking for new peers (no seed node connected)

  • looking for peers correlates with worst poor performance
  • should be the same as persistent peer

Version: All

Benchmarking methodology

Hi team!

Could you please describe the methodology used to measure the 20k orders per second throughput?

  • How many validators,s entries and full nodes were created?
  • Where were they created?
  • What machines were used?
  • What was the network topology?
  • How many clients were used to broadcast the transactions?

Also I would like to understand what do you mean exactly by saying that 20k orders per second are processed?

  • Do you mean that single transaction is executed per order?
  • Or maybe many messages are processed in single transaction?
  • Does one transaction/message contain a single order or there are many orders in single transaction/message?
  • Let's say that there is a logic which matches two orders (buy & sell). Do you count it as two orders in the "20k" result or as a single action?

Thanks in advance!

seid cannot add keys using `os` keyring backend

Command:

seid keys add test

Outputs:

Error: Object does not exist at path “/”
Usage:
  seid keys add <name> [flags]

Two observations:

  1. --dry-run works.
  2. switch keyring-backend to file works.

seid version:

1.0.6beta

os:

Distributor ID: Ubuntu
Description:    Ubuntu 22.04 LTS
Release:        22.04
Codename:       jammy

'seid tx dex register-pairs' failed with 'Error: contract address is empty'

im using branch 2.0.45beta-release, contract https://github.com/sei-protocol/spot-lite, with a local chain
im using command seid tx dex register-pairs data/register_pair_proposal.json -y --from=admin --chain-id=sei-chain --fees=10000000usei --gas=500000 --broadcast-mode=block and the json file is

{
    "title": "Register initial pairs for Spot",
    "description": "Register initial pairs for Spot",
    "batch_contract_pair": [
        {
            "contract_addr": "'sei1nc5tatafv6eyq7llkr2gv50ff9e22mnf70qgjlv737ktmt4eswrqms7u8a'",
            "pairs": [
                {
                    "price_denom": "uusdc",
                    "asset_denom": "uatom",
                    "tick_size": "0.0000001"
                },
                {
                    "price_denom": "uusdc",
                    "asset_denom": "ubtc",
                    "tick_size": "0.0000001"
                },
                {
                    "price_denom": "uusdc",
                    "asset_denom": "ueth",
                    "tick_size": "0.0000001"
                },
                {
                    "price_denom": "uusdc",
                    "asset_denom": "uosmo",
                    "tick_size": "0.0000001"
                },
                {
                    "price_denom": "uusdc",
                    "asset_denom": "usol",
                    "tick_size": "0.0000001"
                },
                {
                    "price_denom": "uusdc",
                    "asset_denom": "usei",
                    "tick_size": "0.0000001"
                }
            ]
        }
    ],
    "deposit": "1000000usei"
}

it failed with Error: contract address is empty. https://github.com/sei-protocol/sei-chain/blob/2.0.45beta-release/x/dex/types/message_register_pairs.go#L63

i have checked the batch_contract_pair.contract_addr is set. how to deal with this error?

sei-chain node install with cosmovisor script

[hi I have created a setup script to use cosmovisor to set up and update sei network from scratch. I don't have the hardware to do any testing on this script. Could you please give your opinion on this matter?

#82
image

Cleaner sei/app

Overview

Create app/upgrades package to have all the upgrades in one place with versions and abstract out all keepers to app/keepers to make the the app/app.go cleaner and more maintainable.

Problem Definition

app/app.go is too big file.

Proposal

split app/app.go into app.go, upgrade/, keepers/ , module.go

ref:
osmosis/app
provenance/app

[Question] panic: json: cannot unmarshal number

Seid version
Show us output of seid version --long | head
3.0.1
Chain ID
Which chain are you running into issues with?
atlantic-2
Describe the bug
A clear and concise description of what the bug is.

hello, i'm victor from south korea. please understand my poor english.
i still try to SEI NODE at my local and ec2 instance, but still there are error like this

when i start node like
./seid start

panic: json: cannot unmarshal number 0.000000000000000000 into Go value of type uint64

goroutine 1 [running]:
github.com/cosmos/cosmos-sdk/codec.(*ProtoCodec).MustUnmarshalJSON(0x1042f84b8?, {0x1400052a000?, 0x0?, 0x0?}, {0x1032ab990?, 0x14003e63440?})
/Users/victor/go/pkg/mod/github.com/sei-protocol/[email protected]/codec/proto_codec.go:176 +0x44
github.com/sei-protocol/sei-chain/x/mint.AppModule.InitGenesis({{{0x1032c53f8, 0x14000476280}}, {{0x1032c0bc0, 0x14000476280}, {0x10329a878, 0x140001cbd80}, {{0x1032c0bc0, 0x14000476280}, 0x14000586088, {0x10329a878, ...}, ...}, ...}, ...}, ...)
... still more

i already done at official document way, but still there were error like this, of course like this
https://brocha.in/testnet/sei-testnet-2/installation

but how can i fix it?

please help

Screenshots
If applicable, add screenshots to help explain your problem.

image

Additional context
Add any other context about the problem here.

[BUG] Issue Title

Seid version
Show us output of seid version --long | head

Chain ID
Which chain are you running into issues with?

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

We ask Sei Network's superiors to immediately solve the problem of Sei Tesnet being blocked because it hinders the execution of Missions from Sei Tesnet .There are so many BUGs and errors often occur, and of course members who have just joined will be in trouble. Thank you for listening. Greetings members, Sei Network Officer

Seid version
Show us output of seid version --long | head

Chain ID
Which chain are you running into issues with?

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

[BUG] Add price feeder config to x/oracle

Seid version
Show us output of seid version --long | head

Chain ID
Which chain are you running into issues with?

Describe the bug
A clear and concise description of what the bug is.
Polkachu's playbook was a life saver for me since I couldn't find a proper price feeder config for it. Would be good to add it to sei-chain/oracle or somewhere close to the repo
polkachu/cosmos-validators@bb6c221
To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

unable start full node


System details:

uname -a
Linux rig01 5.13.0-44-generic #49-Ubuntu SMP Wed May 18 13:28:06 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=21.10
DISTRIB_CODENAME=impish
DISTRIB_DESCRIPTION="Ubuntu 21.10"

Setup script:

ver="1.18.1"
sudo rm -rf $HOME/go/bin
cd $HOME
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz"
tar -C $HOME -xzf "go$ver.linux-amd64.tar.gz"
rm "go$ver.linux-amd64.tar.gz"
echo "export PATH=$PATH:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
go version

sudo apt-get install git
sudo apt-get install make

cd $HOME
git clone https://github.com/sei-protocol/sei-chain
cd sei-chain
git checkout origin/1.0.1beta-upgrade
make install
seid version --long

seid keys add KEYS

seid init MONIKER --chain-id sei-testnet-1

wget -O $HOME/.sei/config/genesis.json https://github.com/sei-protocol/testnet/raw/main/sei-testnet-1/genesis.json
wget -O $HOME/.sei/config/addrbook.json https://github.com/sei-protocol/testnet/raw/main/sei-testnet-1/addrbook.json

sed -i 's/minimum-gas-prices = ""/minimum-gas-prices = "0.01usei"/g' $HOME/.sei/config/app.toml

sudo tee /etc/systemd/system/seid.service > /dev/null <<EOF
[Unit]
Description=Sei-Network Node
After=network.target
[Service]
Type=simple
User=$USER
WorkingDirectory=$HOME
ExecStart=$(which seid) start
Restart=on-failure
StartLimitInterval=0
RestartSec=3
LimitNOFILE=65535
LimitMEMLOCK=209715200
[Install]
WantedBy=multi-user.target
EOF

sudo systemctl daemon-reload
sudo systemctl enable seid.service
sudo systemctl restart seid 
journalctl -u seid -f

Setup log:

--2022-06-03 20:56:38--  https://golang.org/dl/go1.18.1.linux-amd64.tar.gz                                                                
Resolving golang.org (golang.org)... 64.233.161.141, 2a00:1450:4010:c01::8d                                                               
Connecting to golang.org (golang.org)|64.233.161.141|:443... connected.                                                                   
HTTP request sent, awaiting response... 301 Moved Permanently                                                                             
Location: https://go.dev/dl/go1.18.1.linux-amd64.tar.gz [following]                                                                       
--2022-06-03 20:56:42--  https://go.dev/dl/go1.18.1.linux-amd64.tar.gz                                                                    
Resolving go.dev (go.dev)... 216.239.34.21, 216.239.32.21, 216.239.38.21, ...                                                             
Connecting to go.dev (go.dev)|216.239.34.21|:443... connected.                                                                            
HTTP request sent, awaiting response... 302 Found                                                                                         
Location: https://dl.google.com/go/go1.18.1.linux-amd64.tar.gz [following]                                                                
--2022-06-03 20:56:50--  https://dl.google.com/go/go1.18.1.linux-amd64.tar.gz                                                             
Resolving dl.google.com (dl.google.com)... 142.250.179.142, 2a00:1450:400e:801::200e                                                      
Connecting to dl.google.com (dl.google.com)|142.250.179.142|:443... connected.                                                            
HTTP request sent, awaiting response... 200 OK                                                                                            
Length: 141699677 (135M) [application/x-gzip]                                                                                             
Saving to: ‘go1.18.1.linux-amd64.tar.gz’                                                                                                  
go1.18.1.linux-amd64.tar.gz        100%[++++++++++++++++++++++++++++++++++++++========================>] 135,13M   226KB/s    in 3m 20s  

2022-06-03 21:26:41 (271 KB/s) - ‘go1.18.1.linux-amd64.tar.gz’ saved [141699677/141699677]

go version go1.18.1 linux/amd64
[sudo] password for sei: 
Sorry, try again.
[sudo] password for sei: 
Reading package lists...
Building dependency tree...
Reading state information...
git is already the newest version (1:2.32.0-1ubuntu1.2).
The following package was automatically installed and is no longer required:
  python3-pyinotify
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 69 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
make is already the newest version (4.3-4ubuntu1).
The following package was automatically installed and is no longer required:
  python3-pyinotify
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 69 not upgraded.
Cloning into 'sei-chain'...
remote: Enumerating objects: 972, done.
remote: Counting objects: 100% (256/256), done.
remote: Compressing objects: 100% (114/114), done.
remote: Total 972 (delta 174), reused 162 (delta 139), pack-reused 716
Receiving objects: 100% (972/972), 580.26 KiB | 41.00 KiB/s, done.
Resolving deltas: 100% (533/533), done.
Note: switching to 'origin/1.0.1beta-upgrade'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 7eae422 Add upgrade logic
go install -tags "netgo ledger" -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=sei -X github.com/cosmos/cosmos-sdk/version.ServerN
ame=seid -X github.com/cosmos/cosmos-sdk/version.Version=1.0.1beta -X github.com/cosmos/cosmos-sdk/version.Commit=7eae422e9ab3db380c539731
785221287ffca140 -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo ledger,"' ./cmd/seid
go: downloading github.com/spf13/cast v1.4.1
go: downloading github.com/spf13/cobra v1.4.0
go: downloading github.com/cosmos/cosmos-sdk v0.45.4
go: downloading github.com/CosmWasm/wasmd v0.27.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/tendermint/starport v0.19.2
go: downloading github.com/tendermint/tendermint v0.34.19
go: downloading github.com/tendermint/tm-db v0.6.8-0.20220519162814-e24b96538a12
go: downloading github.com/cosmos/ibc-go/v3 v3.0.0
go: downloading go.opentelemetry.io/otel v1.6.3
go: downloading github.com/regen-network/protobuf v1.3.3-alpha.regen.1
go: downloading github.com/CosmWasm/wasmvm v1.0.0
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/prometheus/client_golang v1.12.1
go: downloading github.com/stretchr/testify v1.7.1
go: downloading google.golang.org/grpc v1.33.2
go: downloading github.com/google/btree v1.0.1
go: downloading github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/regen-network/cosmos-proto v0.3.1
go: downloading google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/spf13/viper v1.11.0
go: downloading github.com/go-kit/log v0.2.0
go: downloading github.com/go-logfmt/logfmt v0.5.1
go: downloading github.com/rs/zerolog v1.26.0
go: downloading github.com/gogo/gateway v1.1.0
go: downloading github.com/gorilla/handlers v1.5.1
go: downloading github.com/rakyll/statik v0.1.7
go: downloading github.com/armon/go-metrics v0.3.10
go: downloading google.golang.org/protobuf v1.28.0
go: downloading github.com/cosmos/go-bip39 v1.0.0
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
go: downloading go.opentelemetry.io/otel/exporters/jaeger v1.6.3
go: downloading go.opentelemetry.io/otel/sdk v1.6.3
go: downloading go.opentelemetry.io/otel/trace v1.6.3
go: downloading golang.org/x/net v0.0.0-20220412020605-290c469a71a5
go: downloading github.com/tendermint/go-amino v0.16.0
go: downloading github.com/prometheus/common v0.32.1
go: downloading github.com/confio/ics23/go v0.7.0
go: downloading golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
go: downloading github.com/go-logr/logr v1.2.3
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.1.2
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/prometheus/procfs v0.7.3
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading github.com/hdevalence/ed25519consensus v0.0.0-20210204194344-59a8610d2b87
go: downloading github.com/btcsuite/btcd v0.22.0-beta
go: downloading github.com/99designs/keyring v1.1.6
go: downloading github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
go: downloading github.com/coinbase/rosetta-sdk-go v0.7.0
go: downloading github.com/cosmos/iavl v0.17.3
go: downloading github.com/lib/pq v1.10.4
go: downloading github.com/rs/cors v1.8.2
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/improbable-eng/grpc-web v0.14.1
go: downloading github.com/cosmos/btcutil v1.0.4
go: downloading github.com/go-kit/kit v0.12.0
go: downloading github.com/bgentry/speakeasy v0.1.0
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading github.com/cosmos/ledger-cosmos-go v0.11.1
go: downloading github.com/tendermint/btcd v0.1.1
go: downloading github.com/felixge/httpsnoop v1.0.1
go: downloading github.com/hashicorp/go-immutable-radix v1.3.1
go: downloading github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: downloading github.com/fsnotify/fsnotify v1.5.1
go: downloading github.com/mitchellh/mapstructure v1.4.3
go: downloading github.com/spf13/afero v1.8.2
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
go: downloading github.com/golang/snappy v0.0.3
go: downloading github.com/Workiva/go-datastructures v1.0.53
go: downloading github.com/minio/highwayhash v1.0.2
go: downloading github.com/google/orderedcode v0.0.1
go: downloading github.com/gtank/merlin v0.1.1
go: downloading github.com/libp2p/go-buffer-pool v0.0.2
go: downloading github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b
go: downloading github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2
go: downloading github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/mtibben/percent v0.2.1
go: downloading filippo.io/edwards25519 v1.0.0-beta.2
go: downloading github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
go: downloading github.com/cosmos/ledger-go v0.9.2
go: downloading github.com/gtank/ristretto255 v0.1.2
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.66.4
go: downloading github.com/magiconair/properties v1.8.6
go: downloading github.com/pelletier/go-toml v1.9.4
go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
go: downloading github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643
go: downloading golang.org/x/text v0.3.7
go: downloading nhooyr.io/websocket v1.8.6
go: downloading github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f
go: downloading github.com/zondax/hid v0.9.0
go: downloading github.com/klauspost/compress v1.13.6
name: sei
server_name: <appd>
version: 1.0.1beta
commit: 7eae422e9ab3db380c539731785221287ffca140
build_tags: netgo ledger,
go: go version go1.18.1 linux/amd64
build_deps:
- filippo.io/[email protected]
- github.com/99designs/[email protected]
- github.com/ChainSafe/[email protected]
- github.com/CosmWasm/[email protected]
- github.com/CosmWasm/[email protected]
- github.com/Workiva/[email protected]
- github.com/armon/[email protected]
- github.com/beorn7/[email protected]
- github.com/bgentry/[email protected]
- github.com/btcsuite/[email protected]
- github.com/cespare/xxhash/[email protected]
- github.com/coinbase/[email protected]
- github.com/confio/ics23/[email protected]
- github.com/cosmos/[email protected] 
- github.com/cosmos/[email protected]
- github.com/cosmos/[email protected]
- github.com/cosmos/[email protected]
- github.com/cosmos/ibc-go/[email protected]
- github.com/cosmos/[email protected]
- github.com/cosmos/[email protected]
- github.com/davecgh/[email protected]
- github.com/desertbit/[email protected]
- github.com/dvsekhvalnov/[email protected]
- github.com/felixge/[email protected]
- github.com/fsnotify/[email protected]
- github.com/go-kit/[email protected]
- github.com/go-kit/[email protected]
- github.com/go-logfmt/[email protected]
- github.com/go-logr/[email protected]
- github.com/go-logr/[email protected]
- github.com/godbus/[email protected]
- github.com/gogo/[email protected]
- github.com/gogo/[email protected] => github.com/regen-network/[email protected]
- github.com/golang/[email protected]
- github.com/golang/[email protected]
- github.com/google/[email protected]
- github.com/google/[email protected]
- github.com/google/[email protected]
- github.com/gorilla/[email protected]
- github.com/gorilla/[email protected]
- github.com/gorilla/[email protected]
- github.com/grpc-ecosystem/[email protected]
- github.com/grpc-ecosystem/[email protected]
- github.com/gsterjov/[email protected] 
- github.com/gtank/[email protected]
- github.com/gtank/[email protected]
- github.com/hashicorp/[email protected]
- github.com/hashicorp/[email protected]
- github.com/hashicorp/[email protected]
- github.com/hdevalence/[email protected]
- github.com/improbable-eng/[email protected]
- github.com/klauspost/[email protected]
- github.com/lib/[email protected]
- github.com/libp2p/[email protected]
- github.com/magiconair/[email protected]
- github.com/mattn/[email protected]
- github.com/matttproud/[email protected]
- github.com/mimoo/[email protected]
- github.com/minio/[email protected]
- github.com/mitchellh/[email protected]
- github.com/mitchellh/[email protected]
- github.com/mtibben/[email protected]
- github.com/pelletier/[email protected]
- github.com/pkg/[email protected]
- github.com/pmezard/[email protected]
- github.com/prometheus/[email protected]
- github.com/prometheus/[email protected]
- github.com/prometheus/[email protected]
- github.com/prometheus/[email protected]
- github.com/rakyll/[email protected]
- github.com/rcrowley/[email protected]
- github.com/regen-network/[email protected]
- github.com/rs/[email protected]
- github.com/rs/[email protected]
- github.com/spf13/[email protected]
- github.com/spf13/[email protected]
- github.com/spf13/[email protected]
- github.com/spf13/[email protected]
- github.com/spf13/[email protected]
- github.com/spf13/[email protected]
- github.com/stretchr/[email protected]
- github.com/subosito/[email protected]
- github.com/syndtr/[email protected]
- github.com/tendermint/[email protected]
- github.com/tendermint/[email protected]
- github.com/tendermint/[email protected]
- github.com/tendermint/[email protected]
- github.com/tendermint/[email protected]
- github.com/tendermint/[email protected]
- github.com/zondax/[email protected]
- go.opentelemetry.io/[email protected]
- go.opentelemetry.io/otel/exporters/[email protected]
- go.opentelemetry.io/otel/[email protected]
- go.opentelemetry.io/otel/[email protected]
- golang.org/x/[email protected]
- golang.org/x/[email protected]
- golang.org/x/[email protected]
- golang.org/x/[email protected]
- golang.org/x/[email protected]
- google.golang.org/[email protected]
- google.golang.org/[email protected] => google.golang.org/[email protected]
- golang.org/x/[email protected]                                                                                                                
- google.golang.org/[email protected]                                                                           
- google.golang.org/[email protected] => google.golang.org/[email protected]                                                                        
- google.golang.org/[email protected]                                                                                                      
- gopkg.in/[email protected]                                                                                                                 
- gopkg.in/[email protected]
- gopkg.in/[email protected]
- nhooyr.io/[email protected]
cosmos_sdk_version: v0.45.4

Error: No such interface “org.freedesktop.DBus.Properties” on object at path /
Usage:
  seid keys add <name> [flags]

Flags:
      --account uint32           Account number for HD derivation
      --algo string              Key signing algorithm to generate keys for (default "secp256k1")
      --coin-type uint32         coin type number for HD derivation (default 118)
      --dry-run                  Perform action, but don't add key to local keystore
      --hd-path string           Manual HD Path derivation (overrides BIP44 config)
  -h, --help                     help for add
      --index uint32             Address index number for HD derivation
  -i, --interactive              Interactively prompt user for BIP39 passphrase and mnemonic
      --ledger                   Store a local reference to a private key on a Ledger device
      --multisig strings         List of key names stored in keyring to construct a public legacy multisig key
      --multisig-threshold int   K out of N required signatures. For use in conjunction with --multisig (default 1)
      --no-backup                Don't print out seed phrase (if others are watching the terminal)
      --nosort                   Keys passed to --multisig are taken in the order they're supplied
      --pubkey string            Parse a public key in JSON format and saves key info to <name> file.
      --recover                  Provide seed phrase to recover existing key instead of creating

Global Flags:
      --home string              The application home directory (default "/home/sei/.sei")
      --keyring-backend string   Select keyring's backend (os|file|test) (default "test")
      --keyring-dir string       The client Keyring directory; if omitted, the default 'home' directory will be used
      --log_format string        The logging format (json|plain) (default "plain")
      --log_level string         The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
      --output string            Output format (text|json) (default "text")
      --trace                    print out full stack trace on errors 

{"app_message":{"auth":{"accounts":[],"params":{"max_memo_characters":"256","sig_verify_cost_ed25519":"590","sig_verify_cost_secp256k1":"1
000","tx_sig_limit":"7","tx_size_cost_per_byte":"10"}},"bank":{"balances":[],"denom_metadata":[],"params":{"default_send_enabled":true,"se
nd_enabled":[]},"supply":[]},"capability":{"index":"1","owners":[]},"crisis":{"constant_fee":{"amount":"1000","denom":"stake"}},"dex":{"la
stEpoch":"0","longBookList":[],"params":{},"shortBookList":[],"twapList":[{"assetDenom":"luna","lastEpoch":"0","priceDenom":"stake","price
s":["105"],"twapPrice":"105"},{"assetDenom":"luna","lastEpoch":"0","priceDenom":"ust","prices":["105"],"twapPrice":"105"}]},"distribution"
:{"delegator_starting_infos":[],"delegator_withdraw_infos":[],"fee_pool":{"community_pool":[]},"outstanding_rewards":[],"params":{"base_pr
oposer_reward":"0.010000000000000000","bonus_proposer_reward":"0.040000000000000000","community_tax":"0.020000000000000000","withdraw_addr
_enabled":true},"previous_proposer":"","validator_accumulated_commissions":[],"validator_current_rewards":[],"validator_historical_rewards
":[],"validator_slash_events":[]},"epoch":{"epoch":{"current_epoch":"0","current_epoch_height":"0","current_epoch_start_time":"2022-06-03T
18:51:30.353179795Z","epoch_duration":"60s","genesis_time":"2022-06-03T18:51:30.353179795Z"},"params":{}},"evidence":{"evidence":[]},"feeg
rant":{"allowances":[]},"genutil":{"gen_txs":[]},"gov":{"deposit_params":{"max_deposit_period":"172800s","min_deposit":[{"amount":"1000000
0","denom":"stake"}]},"deposits":[],"proposals":[],"starting_proposal_id":"1","tally_params":{"quorum":"0.334000000000000000","threshold":
"0.500000000000000000","veto_threshold":"0.334000000000000000"},"votes":[],"voting_params":{"voting_period":"172800s"}},"ibc":{"channel_ge
nesis":{"ack_sequences":[],"acknowledgements":[],"channels":[],"commitments":[],"next_channel_sequence":"0","receipts":[],"recv_sequences"
:[],"send_sequences":[]},"client_genesis":{"clients":[],"clients_consensus":[],"clients_metadata":[],"create_localhost":false,"next_client
_sequence":"0","params":{"allowed_clients":["06-solomachine","07-tendermint"]}},"connection_genesis":{"client_connection_paths":[],"connec
tions":[],"next_connection_sequence":"0","params":{"max_expected_time_per_block":"30000000000"}}},"mint":{"minter":{"annual_provisions":"0
.000000000000000000","inflation":"0.130000000000000000"},"params":{"blocks_per_year":"6311520","goal_bonded":"0.670000000000000000","infla
tion_max":"0.200000000000000000","inflation_min":"0.070000000000000000","inflation_rate_change":"0.130000000000000000","mint_denom":"stake
"}},"params":null,"slashing":{"missed_blocks":[],"params":{"downtime_jail_duration":"600s","min_signed_per_window":"0.500000000000000000",
"signed_blocks_window":"100","slash_fraction_double_sign":"0.050000000000000000","slash_fraction_downtime":"0.010000000000000000"},"signin
g_infos":[]},"staking":{"delegations":[],"exported":false,"last_total_power":"0","last_validator_powers":[],"params":{"bond_denom":"stake"
,"historical_entries":10000,"max_entries":7,"max_validators":100,"unbonding_time":"1814400s"},"redelegations":[],"unbonding_delegations":[
],"validators":[]},"transfer":{"denom_traces":[],"params":{"receive_enabled":true,"send_enabled":true},"port_id":"transfer"},"upgrade":{},
"vesting":{},"wasm":{"codes":[],"contracts":[],"gen_msgs":[],"params":{"code_upload_access":{"address":"","permission":"Everybody"},"insta
ntiate_default_permission":"Everybody"},"sequences":[]}},"chain_id":"sei-testnet-1","gentxs_dir":"","moniker":"MONIKER","node_id":"16abcb4
5725d42e45f3731bc4ad0e1cfb5fe77b1"}
--2022-06-03 21:51:30--  https://github.com/sei-protocol/testnet/raw/main/sei-testnet-1/genesis.json
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/sei-protocol/testnet/main/sei-testnet-1/genesis.json [following]
--2022-06-03 21:51:30--  https://raw.githubusercontent.com/sei-protocol/testnet/main/sei-testnet-1/genesis.json
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8959 (8,7K) [text/plain]
Saving to: ‘/home/sei/.sei/config/genesis.json’

/home/sei/.sei/config/genesis.json 100%[==============================================================>]   8,75K  --.-KB/s    in 0,002s  

2022-06-03 21:51:31 (4,85 MB/s) - ‘/home/sei/.sei/config/genesis.json’ saved [8959/8959]

--2022-06-03 21:51:31--  https://github.com/sei-protocol/testnet/raw/main/sei-testnet-1/addrbook.json
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/sei-protocol/testnet/main/sei-testnet-1/addrbook.json [following]
--2022-06-03 21:51:31--  https://raw.githubusercontent.com/sei-protocol/testnet/main/sei-testnet-1/addrbook.json
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 32885 (32K) [text/plain]
Saving to: ‘/home/sei/.sei/config/addrbook.json’

/home/sei/.sei/config/addrbook.jso 100%[==============================================================>]  32,11K  --.-KB/s    in 0,02s   

2022-06-03 21:51:32 (1,34 MB/s) - ‘/home/sei/.sei/config/addrbook.json’ saved [32885/32885]

[sudo] password for sei: 
-- Journal begins at Thu 2022-06-02 16:22:22 MSK. --
июн 03 20:54:59 rig01 seid[2971187]: 8:54PM INF Closing rpc listener listener={"Listener":{}}
июн 03 20:54:59 rig01 seid[2971187]: 8:54PM INF RPC HTTP server stopped err="accept tcp 127.0.0.1:26657: use of closed network connection"
 module=rpc-server
июн 03 20:54:59 rig01 seid[2971187]: 8:54PM ERR Stopped accept routine, as transport is closed module=p2p numPeers=0
июн 03 20:54:59 rig01 seid[2971187]: 8:54PM ERR Error serving server err="accept tcp 127.0.0.1:26657: use of closed network connection"
июн 03 20:54:59 rig01 seid[2971187]: 8:54PM INF RPC HTTP server stopped err="accept tcp [::]:1317: use of closed network connection" modul
e=api-server
июн 03 20:54:59 rig01 seid[2971187]: 8:54PM INF exiting...
июн 03 20:54:59 rig01 systemd[1]: seid.service: Deactivated successfully.
июн 03 20:54:59 rig01 systemd[1]: Stopped Sei-Network Node.
июн 03 20:54:59 rig01 systemd[1]: seid.service: Consumed 12min 16.178s CPU time.
июн 03 21:56:40 rig01 systemd[1]: Started Sei-Network Node.
июн 03 21:56:40 rig01 dbus-daemon[3030757]: [session uid=1012 pid=3030755] AppArmor D-Bus mediation is enabled
июн 03 21:56:40 rig01 dbus-daemon[3030757]: [session uid=1012 pid=3030755] Activating service name='org.freedesktop.secrets' requested by 
':1.0' (uid=1012 pid=3030742 comm="/home/sei/go/bin/seid start " label="unconfined")
июн 03 21:56:40 rig01 org.freedesktop.secrets[3030759]: GNOME_KEYRING_CONTROL=/home/sei/.cache/keyring-EYD6M1
июн 03 21:56:40 rig01 dbus-daemon[3030757]: [session uid=1012 pid=3030755] Successfully activated service 'org.freedesktop.secrets'
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF starting node with ABCI Tendermint in-process
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting multiAppConn service impl=multiAppConn module=proxy
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting localClient service connection=query impl=localClient module=abci-client
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting localClient service connection=snapshot impl=localClient module=abci-client
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting localClient service connection=mempool impl=localClient module=abci-client
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting localClient service connection=consensus impl=localClient module=abci-client
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting EventBus service impl=EventBus module=events
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting PubSub service impl=PubSub module=pubsub
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting IndexerService service impl=IndexerService module=txindex
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF ABCI Handshake App Info hash= height=0 module=consensus protocol-version=0 software-versio
n=1.0.1beta
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF ABCI Replay Blocks appHeight=0 module=consensus stateHeight=0 storeHeight=0
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF asserting crisis invariants inv=0/11 module=x/crisis name=gov/module-account
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF asserting crisis invariants inv=1/11 module=x/crisis name=distribution/nonnegative-outstan
ding
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF asserting crisis invariants inv=2/11 module=x/crisis name=distribution/can-withdraw
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF asserting crisis invariants inv=3/11 module=x/crisis name=distribution/reference-count
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF asserting crisis invariants inv=4/11 module=x/crisis name=distribution/module-account
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF asserting crisis invariants inv=5/11 module=x/crisis name=staking/module-accounts
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF asserting crisis invariants inv=6/11 module=x/crisis name=staking/nonnegative-power
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF asserting crisis invariants inv=7/11 module=x/crisis name=staking/positive-delegation
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF asserting crisis invariants inv=8/11 module=x/crisis name=staking/delegator-shares
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF asserting crisis invariants inv=9/11 module=x/crisis name=bank/nonnegative-outstanding
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF asserting crisis invariants inv=10/11 module=x/crisis name=bank/total-supply
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF asserted all invariants duration=0.751711 height=0 module=x/crisis
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF created new capability module=ibc name=ports/transfer
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF port binded module=x/ibc/port port=transfer
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF claimed capability capability=1 module=transfer name=ports/transfer
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Completed ABCI Handshake - Tendermint and App are synced appHash= appHeight=0 module=conse
nsus
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Version info block=11 p2p=8 tendermint_version=0.34.19
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF This node is not a validator addr=12463DBCFBCB84CB49A8F2A0157C7591ADC2BB66 module=consensu
s pubKey=iqRMDw1ZpZByIIf3vEhhbxx1XE7Ce1jOlQmV2PNhtKk=
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF P2P Node ID ID=16abcb45725d42e45f3731bc4ad0e1cfb5fe77b1 file=/home/sei/.sei/config/node_ke
y.json module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Adding persistent peers addrs=[] module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Adding unconditional peer ids ids=[] module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Add our address to book addr={"id":"16abcb45725d42e45f3731bc4ad0e1cfb5fe77b1","ip":"0.0.0.
0","port":26656} book=/home/sei/.sei/config/addrbook.json module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting Node service impl=Node
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting pprof server laddr=localhost:6060
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting P2P Switch service impl="P2P Switch" module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting Evidence service impl=Evidence module=evidence
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting StateSync service impl=StateSync module=statesync
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting RPC HTTP server on 127.0.0.1:26657 module=rpc-server
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting AddrBook service book=/home/sei/.sei/config/addrbook.json impl=AddrBook module=p2
p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting Mempool service impl=Mempool module=mempool
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting BlockchainReactor service impl=BlockchainReactor module=blockchain
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Dialing peer address={"id":"0abe6bdd398712068ac51683eee21e582c943c4f","ip":"167.86.117.19"
,"port":26656} module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Dialing peer address={"id":"6f71bcbe347069fc4df9b607f6b843226e8deb71","ip":"95.217.221.201
","port":26656} module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Dialing peer address={"id":"585727dac5df8f8662a8ff42052a9584a1f7ee95","ip":"165.22.25.77",
"port":26656} module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Dialing peer address={"id":"00ef612399c0666d358962eca8d42302cf41a6db","ip":"206.189.99.206
","port":26656} module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Dialing peer address={"id":"b7ee739dfe031ec272b523b06a8fb40c87c9182c","ip":"141.95.104.249
","port":26656} module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Dialing peer address={"id":"2f2804434afda302c86eb89eca27503e49a8a260","ip":"65.21.131.215"
,"port":26696} module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Dialing peer address={"id":"c15e446ec5e1b907c54717bb1892f4695ab301c3","ip":"20.122.13.131"
,"port":26656} module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Dialing peer address={"id":"bab4849cf3918c37b04cd3714984d1765616a4b2","ip":"49.12.76.255",
"port":36656} module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Dialing peer address={"id":"27aab76f983cd7c6558f1dfc50b919daaef14555","ip":"3.22.112.181",
"port":26656} module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting BlockPool service impl=BlockPool module=blockchain
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting Consensus service impl=ConsensusReactor module=consensus
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Dialing peer address={"id":"4bf8aa7b80f4db8a6f2abf5d757c9cab5d3f4d85","ip":"188.40.98.169"
,"port":56656} module=p2p
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Reactor  module=consensus waitSync=true
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Saving AddrBook to file book=/home/sei/.sei/config/addrbook.json module=p2p size=34
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF starting API server... module=api-server
июн 03 21:56:40 rig01 seid[3030742]: 9:56PM INF Starting RPC HTTP server on [::]:1317 module=api-server
июн 03 21:56:41 rig01 seid[3030742]: 9:56PM INF Starting Peer service impl="Peer{MConn{95.217.221.201:26656} 6f71bcbe347069fc4df9b607f6b84
3226e8deb71 out}" module=p2p peer={"id":"6f71bcbe347069fc4df9b607f6b843226e8deb71","ip":"95.217.221.201","port":26656}
июн 03 21:56:41 rig01 seid[3030742]: 9:56PM INF Starting MConnection service impl=MConn{95.217.221.201:26656} module=p2p peer={"id":"6f71b
cbe347069fc4df9b607f6b843226e8deb71","ip":"95.217.221.201","port":26656}
июн 03 21:56:41 rig01 seid[3030742]: 9:56PM INF Added peer module=p2p peer={"Data":{},"Logger":{}}


Failed start full node log:

Started Sei-Network Node.                                                                                                                 
[session uid=1012 pid=3032256] AppArmor D-Bus mediation is enabled                                                                        
[session uid=1012 pid=3032256] Activating service name='org.freedesktop.secrets' requested by ':1.0' (uid=1012 pid=3032244 comm="/home/sei/go/bin/seid start " label="unconfined")                                                                                                  
GNOME_KEYRING_CONTROL=/home/sei/.cache/keyring-BFXUM1                                                                                     
[session uid=1012 pid=3032256] Successfully activated service 'org.freedesktop.secrets'                                  
9:57PM INF starting node with ABCI Tendermint in-process                                                                                  
9:57PM INF Starting multiAppConn service impl=multiAppConn module=proxy                                                                   
9:57PM INF Starting localClient service connection=query impl=localClient module=abci-client                         
9:57PM INF Starting localClient service connection=snapshot impl=localClient module=abci-client                   
9:57PM INF Starting localClient service connection=mempool impl=localClient module=abci-client                                  
9:57PM INF Starting localClient service connection=consensus impl=localClient module=abci-client                                          
9:57PM INF Starting EventBus service impl=EventBus module=events                                                                          
9:57PM INF Starting PubSub service impl=PubSub module=pubsub                                                                              
9:57PM INF Starting IndexerService service impl=IndexerService module=txindex                                          
9:57PM INF ABCI Handshake App Info hash="�zR�~�f�\x06��Dh��X��\x05��_����h����;" height=1 module=consensus protocol-version=0 software-ver
sion=1.0.1beta                                                                                                                            
9:57PM INF ABCI Replay Blocks appHeight=1 module=consensus stateHeight=1 storeHeight=2                                                    
9:57PM INF Replay last block using real app module=consensus                                                                              
Error: error during handshake: error on replay: wrong Block.Header.AppHash.  Expected EB7A529B7EBD668C068CF344688D8358DAC405A9BB5FB6CAC4F1
68DED0EFF73B, got 09EBC5080DB74B915DAD51FC14E6D283749618221AAAE6946C021C994EFCCE61                                                        


Error during handshake: error on replay: wrong Block.Header.AppHash

Error log

Failed to start seid with the following error.

$  seid start
6:46PM INF starting node with ABCI Tendermint in-process
6:46PM INF Starting multiAppConn service impl=multiAppConn module=proxy
6:46PM INF Starting localClient service connection=query impl=localClient module=abci-client
6:46PM INF Starting localClient service connection=snapshot impl=localClient module=abci-client
6:46PM INF Starting localClient service connection=mempool impl=localClient module=abci-client
6:46PM INF Starting localClient service connection=consensus impl=localClient module=abci-client
6:46PM INF Starting EventBus service impl=EventBus module=events
6:46PM INF Starting PubSub service impl=PubSub module=pubsub
6:46PM INF Starting IndexerService service impl=IndexerService module=txindex
6:46PM INF ABCI Handshake App Info hash="� �e[\x00&�sv\x032Z#D�.\x1f�AW��\x03\f!}E+�Η" height=1 module=consensus protocol-version=0 software-version=1.2.2beta-postfix
6:46PM INF ABCI Replay Blocks appHeight=1 module=consensus stateHeight=1 storeHeight=2
6:46PM INF Replay last block using real app module=consensus
Error: error during handshake: error on replay: wrong Block.Header.AppHash.  Expected 8A20DE655B002697737603325A2344B72E1FCE4157ACB5030C217D452BFFCE97, got 320C9D8349A3286DB04D6D5C78CC5E6207CFF1988E6F62BF5ABB2D6978E8F481

Version

I tried 1.2.2beta-postfix and 1.1.1beta version, and both failed with the above error.
I think this is not related to version.

CI issue

the issue with CI is starport related, let's discuss on tomorrow's call

Unable to join as a full node

Kept seeing this error when we tried to join as a full node:
2:43PM ERR dialing failed (attempts: 7): auth failure: secret conn failed: read tcp 192.168.1.77:51422->3.22.112.181:26656: i/o timeout addr={"id":"27aab76f983cd7c6558f1dfc50b919daaef14555","ip":"3.22.112.181","port":26656} module=pex

I started the node with 1.2.2beta-postfix, but did not start synchronizing the data.

seid status
{"NodeInfo":{"protocol_version":{"p2p":"8","block":"11","app":"0"},"id":"7599dc77fd9b41d469cf1214ea71619cfca89daa","listen_addr":"tcp://0.0.0.0:26656","network":"atlantic-1","version":"0.34.19","channels":"40202122233038606100","moniker":"sei","other":{"tx_index":"on","rpc_address":"tcp://127.0.0.1:26657"}},"SyncInfo":{"latest_block_hash":"","latest_app_hash":"","latest_block_height":"0","latest_block_time":"1970-01-01T00:00:00Z","earliest_block_hash":"","earliest_app_hash":"","earliest_block_height":"0","earliest_block_time":"1970-01-01T00:00:00Z","catching_up":true},"ValidatorInfo":{"Address":"2666FE7598BC3BEE6F4BD55ED0036C1E3E062DD7","PubKey":{"type":"tendermint/PubKeyEd25519","value":"Vgjar7wEDvFOu78cftfpzHzxGCMP9RX/wAL27Mxi67Y="},"VotingPower":"0"}}

panic: assignment to entry in nil map

Incident - panic: assignment to entry in nil map

  • The atlantic-2 validator node crashed with the following panic message.
    If you try to add or modify a key-value pair in a map that has not been initialized or has been set to nil, you will get the "panic: assignment to entry in nil map" error message.
    • It is assumed that the map was not initialized properly. This can harm the stability of the validator node and should be fixed.
9:22AM INF entering precommit step with invalid args current=5168653/0/RoundStepPrecommit entryLabel=precommit-two-thirds expected=#5168653/0 height=5168653 module=consensus round=0d=0 current=5168653/0/RoundStepPrecommit height=5168653 module=consensus
9:22AM INF commit is for a locked block; set ProposalBlock=LockedBlock block_hash=4E826AAFCEF37FF39561E3914E8B847D1EF9F2890D59C79D9D54D143B39077EB commit_round=0 height=5168653 module=consensus7FF39561E3914E8B847D1EF9F2890D59C79D9D54D143B39077EB height=5168653 module=consensus num_txs=25 root=87A0087F516C9B5C2F41B2BBAEBBAFB1CB0FAC5B28C385C0E6A3BC800CF97CC04268: connect: connection refused
9:22AM INF FinalizeBlock took 103ms
9:22AM INF finalized block block_app_hash=CE9AE13D7F6BADD7DF27AE93255310487842800E537ED99E40795ABC8C22310D height=5168653 latency_ms=103 module=state num_txs_res=25 num_val_updates=07F6BADD7DF27AE93255310487842800E537ED99E40795ABC8C22310D
9:22AM INF committed state block_app_hash=87A0087F516C9B5C2F41B2BBAEBBAFB1CB0FAC5B28C385C0E6A3BC800CF97CC0 height=5168653 module=state num_txs=25INF signed and pushed vote height=5168654 module=consensus round=0 vote={"block_id":{"hash":"E22A9ACC4B92031CC41B2DEE40E023D12EA10661C412FB0F322F1A9D03C27903","parts":{"hash":"7A9564C34873BAC1306B32F4705B2BBDE06481638868FD1A957DCDBF55D57A71","total":1}},"extension":null,"extension_signature":null,"height":"5168654","round":0,"signature":"LKZyDLtDsOCbuTaN8vOkGzX1qJHmQ/4bgJXY7rlOGjUkKuVKtpA/XbShQuZ+7K1d7lhvcGIbTEj3IiXQXwwVCg==","timestamp":"2023-04-08T07:22:49.132903589Z","type":2,"validator_address":"6557E859315448DB2DF93755C7D03F5CBF3BCC28","validator_index":7}
9:22AM INF entering precommit step with invalid args current=5168654/0/RoundStepPrecommit entryLabel=prevote-future expected=#5168654/0 height=5168654 module=consensus round=0
panic: assignment to entry in nil map

goroutine 9557 [running]:
github.com/tendermint/tendermint/internal/p2p.(*PeerManager).Add(0xc000c62280, {{0xc06f02ba48, 0x28}, {0xc06f02ba40, 0x5}, {0xc06f02ba71, 0x1b}, 0x6820, {0x0, 0x0}})
        /usr/local/go/pkg/mod/github.com/sei-protocol/[email protected]/internal/p2p/peermanager.go:435 +0x5a5
github.com/tendermint/tendermint/internal/p2p/pex.(*Reactor).handlePexMessage(0xc0003c5ad0, {0x2998db0, 0xc00055eb00}, 0xc13b5c5280, 0xc00719daa0?)
        /usr/local/go/pkg/mod/github.com/sei-protocol/[email protected]/internal/p2p/pex/reactor.go:303 +0x7ff
github.com/tendermint/tendermint/internal/p2p/pex.(*Reactor).processPexCh(0xc0003c5ad0, {0x2998db0?, 0xc00055eb00}, 0xc00719daa0)
        /usr/local/go/pkg/mod/github.com/sei-protocol/[email protected]/internal/p2p/pex/reactor.go:221 +0x528
created by github.com/tendermint/tendermint/internal/p2p/pex.(*Reactor).OnStart
        /usr/local/go/pkg/mod/github.com/sei-protocol/[email protected]/internal/p2p/pex/reactor.go:152 +0xd0

Ledger integration issue

I have been using Sei with either Leap or Kepler, but in all occasions I was connected with a Ledger.

While doing my tests I have realized that on many dapps, I was either:

  • Encountering a "Data error" with Keplr before the Ledger prompts me to sign.
  • Or, with Leap, slightly different, the "Approve" button is not clickable.

This occurs with many dapps, including the native Sei staking. On the attached image you will find all the dapps from the Sei Blockd quest where I'm encountering this exact same behavior. All the dapps that are not marked as "finished" are simply impossible to do with a Ledger device.

Capture d’écran 2023-05-14 à 21 27 49

Staking on seinetwork . io is not possible either for the exact same reasons.

Steps to reproduce:

  • Get a Ledger wallet
  • Install the cosmos app
  • Install Keplr and Leap
  • On both Keplr and Leap, connect your Ledger wallet
  • Go on seinetwork.io (or any other dapp related to unfinished missions on the screenshot attached)
  • Stake (or interact)
  • Experience "Data error" message on Keplr or disabled "Approve" button on Leap.

This is a major issue for Ledger users that should be looked at by the team. Don't fade. Thank you!

[BUG] Auto restart if behind not working properly

Seid version
2.0.48beta

Chain ID
all

Describe the bug
image

#######################################################
###       SelfRemediation Configuration Options     ###
#######################################################
[self-remediation]

# If the node has no p2p peers available then trigger a restart
# Set to 0 to disable
p2p-no-peers-available-window-seconds = 0

# If node has no peers for statesync after a period of time then restart
# Set to 0 to disable
statesync-no-peers-available-window-seconds = 0

# Threshold for how far back the node can be behind the current block height be>
# Set to 0 to disable
blocks-behind-threshold = 50

# How often to check if node is behind
blocks-behind-check-interval = 30

# Cooldown between each restart
restart-cooldown-seconds = 1800

Doesn't restart properly

Reported by kingnodes

[BUG] Unable to access the database when restarting the node during DB sync

First of all, I appreciate the sei team's efforts to reduce operation overhead 👍

Seid version

name: sei
server_name: <appd>
version: 2.0.48beta
commit: d6a3e606c7d3159e489d3499989f571cceca5fb6
build_tags: netgo,ledger
go: go version go1.20 linux/amd64
build_deps:
- filippo.io/[email protected]
- github.com/99designs/[email protected]
- github.com/CosmWasm/[email protected] => github.com/sei-protocol/[email protected]

Chain ID
atlantic-2

Describe the bug
I've encountered failed to initialize database error while restarting the node.
When unexpected exit happend while DB sync process, unable to restart DB sync process after. (expect resource cleaned up before prcoess goes down gracefully)

log command
journalctl -u seid.service | grep -E "database|dbsync"
logs

May 17 09:02:29 cosmovisor[1411964]: 9:02AM INF no file to sync; sync'ed 4431 out of 31231 so far; sleeping for 1.000000 seconds module=dbsync
May 17 09:02:30 cosmovisor[1411964]: 9:02AM INF no file to sync; sync'ed 4431 out of 31231 so far; sleeping for 1.000000 seconds module=dbsync
May 17 09:02:31 cosmovisor[1411964]: 9:02AM INF last metadata has timed out; sleeping for 1.000000 seconds module=dbsync
May 17 09:02:31 cosmovisor[1411964]: 9:02AM INF received metadata height=10416005 module=dbsync peer=6422161f9b769d19c9062c9e936a4d4487ac152b size=14143
--------- manual restart due to inactivity  ---------
May 17 09:09:24 cosmovisor[1411964]: 9:09AM INF stopping service module=dbsync service=DBSync
May 17 09:10:54 cosmovisor[1413357]: Error: failed to initialize database: database entry point either missing or corrupted
May 17 09:10:54 cosmovisor[1413357]:       --db-backend string                               database backend: goleveldb | cleveldb | boltdb | rocksdb | badgerdb (default "goleveldb")
May 17 09:10:54 cosmovisor[1413357]:       --db-dir string                                   database directory (default "data")

To Reproduce
Steps to reproduce the behavior:

  1. Truncate .sei/data folder
  2. Setup trust-height & trust-hash on .sei/config/config.toml
  3. Run node
  4. Restart it while db sync pending
  5. See error

Expected behavior
The resources are gracefully cleaned up when restarting the node.

Screenshots
Logs are provided above

Additional context

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.