Giter Site home page Giter Site logo

delivery's People

Contributors

0xkrishna avatar bladehan1 avatar clarkchenc avatar engwarrior avatar eodiandie avatar halibobo1205 avatar jdkanani avatar lvs007 avatar mankenavenkatesh avatar ptsayli avatar ramakrishna183 avatar reddyismav avatar shahbhavir avatar ss334452 avatar temaniarpit27 avatar tokamak-git avatar vaibhavchellani avatar yuekun0707 avatar zhang0125 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

delivery's Issues

delivery protocol isnt syncing

Heimdall version (use heimdall version or git rev-parse --verify HEAD if installed from source): a3d6186 (from source). v1.0.1

Environment: aws ec2

  • OS (e.g. from /etc/os-release): ubuntu 20
  • Install tools:
  • Others:

What happened: trying to run delivery protocol using snapshots available successfully configured path and data files. whwn i start script


set -x #echo on

DELIVERY_HOME_DIR=/data/.deliveryd

deliveryd --home $DELIVERY_HOME_DIR start

it logs 2 lines and not syncing further
logs :

  • DELIVERY_HOME_DIR=/data/.deliveryd
  • deliveryd --home /data/.deliveryd start
    I[2022-06-02|10:15:10.734] starting ABCI with Tendermint module=main

What you expected to happen:
expext to sync network

Have you tried the latest version: yes

How to reproduce it (as minimally and precisely as possible): https://doc.bt.io/v1/doc/fullnode.html#prerequisites
follow guide to run full node,

Logs (paste a small part showing an error (< 10 lines) or link a pastebin, gist, etc. containing more of the log file):

+ deliveryd --home /data/.deliveryd start
I[2022-06-02|10:15:10.734] starting ABCI with Tendermint                module=main

Config (you can paste only the changes you've made):

node command runtime flags:

/dump_consensus_state output for consensus bugs

Anything else we need to know:

Bttc

Summary

Problem Definition

Proposal


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned

Wrong Block.Header.AppHash

when synchronizing delivery i get this error, running latest vevrsion

I[2023-09-21|20:29:13.135] Executed block                               module=state height=8603520 validTxs=0 invalidTxs=0
I[2023-09-21|20:29:13.149] Committed state                              module=state height=8603520 txs=0 appHash=83A6D4C05D58D063A67A0ADCBDEC9C889926184EDC07CD8046CF6B204AE93F51
I[2023-09-21|20:29:13.167] Executed block                               module=state height=8603521 validTxs=0 invalidTxs=0
I[2023-09-21|20:29:13.176] Committed state                              module=state height=8603521 txs=0 appHash=83A6D4C05D58D063A67A0ADCBDEC9C889926184EDC07CD8046CF6B204AE93F51
I[2023-09-21|20:29:13.193] Executed block                               module=state height=8603522 validTxs=0 invalidTxs=0
I[2023-09-21|20:29:13.203] Committed state                              module=state height=8603522 txs=0 appHash=1F6C7E4A140DFEA221DB371F1E0D77EDF79EC9F35B8314C19DA32EC8231D9E36
panic: Failed to process committed block (8603523:B3EEF74D8AB8E9CFD3518572CC9ED57705B9A3910C2EE211D7CCCF06F5079326): Wrong Block.Header.AppHash.  Expected 1F6C7E4A140DFEA221DB371F1E0D77EDF79EC9F35B8314C19DA32EC8231D9E36, got EBFC1B856BFBA094E77776522679764A3AF7B0B6B8ED1AFC4E7E9F7EFBB26FF3

goroutine 43 [running]:
github.com/tendermint/tendermint/blockchain/v0.(*BlockchainReactor).poolRoutine(0xc0016e6000)
        /home/stepollo/go/pkg/mod/github.com/maticnetwork/[email protected]/blockchain/v0/reactor.go:344 +0x10a5
created by github.com/tendermint/tendermint/blockchain/v0.(*BlockchainReactor).OnStart
        /home/stepollo/go/pkg/mod/github.com/maticnetwork/[email protected]/blockchain/v0/reactor.go:118 +0x7a

Heimdall / delivery install failing

Heimdall version (use heimdall version or git rev-parse --verify HEAD if installed from source): n/a

Environment: cli

  • OS (e.g. from /etc/os-release): ubuntu 20.04
  • Install tools: make
  • Others:

What happened:
during make install it fails with the following right before fail

debugger.go:22:13: warning: ‘_duk_debugger_attach’ defined but not used [-Wunused-function]
mv /bin/heimdalld /bin/deliveryd
mv: cannot stat '/bin/heimdalld': No such file or directory
make: *** [Makefile:41: install] Error 1

What you expected to happen: the install to complete

Have you tried the latest version: yes/no yes

How to reproduce it (as minimally and precisely as possible):
nothing special was done outside of a standard install after git pull

Logs (paste a small part showing an error (< 10 lines) or link a pastebin, gist, etc. containing more of the log file):

sudo make install
go install -ldflags '-X github.com/bttcprotocol/delivery/version.Name=delivery -X github.com/bttcprotocol/delivery/version.ServerName=deliveryd -X github.com/bttcprotocol/delivery/version.ClientName=deliverycli -X github.com/bttcprotocol/delivery/version.Version=1.0.0 -X github.com/bttcprotocol/delivery/version.Commit=eaaf7fea8b80819a327bea478f942dd303728242 -X github.com/cosmos/cosmos-sdk/version.Name=delivery -X github.com/cosmos/cosmos-sdk/version.ServerName=deliveryd -X github.com/cosmos/cosmos-sdk/version.ClientName=deliverycli -X github.com/cosmos/cosmos-sdk/version.Version=1.0.0 -X github.com/cosmos/cosmos-sdk/version.Commit=eaaf7fea8b80819a327bea478f942dd303728242' ./cmd/heimdalld

gopkg.in/olebedev/go-duktape.v3

In file included from _cgo_export.c:4:
debugger.go:22:13: warning: ‘_duk_debugger_attach’ defined but not used [-Wunused-function]
go install -ldflags '-X github.com/bttcprotocol/delivery/version.Name=delivery -X github.com/bttcprotocol/delivery/version.ServerName=deliveryd -X github.com/bttcprotocol/delivery/version.ClientName=deliverycli -X github.com/bttcprotocol/delivery/version.Version=1.0.0 -X github.com/bttcprotocol/delivery/version.Commit=eaaf7fea8b80819a327bea478f942dd303728242 -X github.com/cosmos/cosmos-sdk/version.Name=delivery -X github.com/cosmos/cosmos-sdk/version.ServerName=deliveryd -X github.com/cosmos/cosmos-sdk/version.ClientName=deliverycli -X github.com/cosmos/cosmos-sdk/version.Version=1.0.0 -X github.com/cosmos/cosmos-sdk/version.Commit=eaaf7fea8b80819a327bea478f942dd303728242' ./cmd/heimdallcli

gopkg.in/olebedev/go-duktape.v3

In file included from _cgo_export.c:4:
debugger.go:22:13: warning: ‘_duk_debugger_attach’ defined but not used [-Wunused-function]
go install -ldflags '-X github.com/bttcprotocol/delivery/version.Name=delivery -X github.com/bttcprotocol/delivery/version.ServerName=deliveryd -X github.com/bttcprotocol/delivery/version.ClientName=deliverycli -X github.com/bttcprotocol/delivery/version.Version=1.0.0 -X github.com/bttcprotocol/delivery/version.Commit=eaaf7fea8b80819a327bea478f942dd303728242 -X github.com/cosmos/cosmos-sdk/version.Name=delivery -X github.com/cosmos/cosmos-sdk/version.ServerName=deliveryd -X github.com/cosmos/cosmos-sdk/version.ClientName=deliverycli -X github.com/cosmos/cosmos-sdk/version.Version=1.0.0 -X github.com/cosmos/cosmos-sdk/version.Commit=eaaf7fea8b80819a327bea478f942dd303728242' bridge/bridge.go

gopkg.in/olebedev/go-duktape.v3

In file included from _cgo_export.c:4:
debugger.go:22:13: warning: ‘_duk_debugger_attach’ defined but not used [-Wunused-function]
mv /bin/heimdalld /bin/deliveryd
mv: cannot stat '/bin/heimdalld': No such file or directory
make: *** [Makefile:41: install] Error 1

Config (you can paste only the changes you've made):

node command runtime flags:

/dump_consensus_state output for consensus bugs

Anything else we need to know:

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.