-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[R4R]Introduce fast finality to erigon #6152
Conversation
go.mod
Outdated
google.golang.org/appengine v1.6.7 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect | ||
k8s.io/apimachinery v0.18.3 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why so many k8s deps? Can we avoid them somehow?
@@ -86,29 +87,44 @@ require ( | |||
pgregory.net/rapid v0.5.3 | |||
) | |||
|
|||
require github.com/ethereum/go-ethereum v1.10.13 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we avoid it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try "go mod tidy"
replace github.com/tendermint/tendermint => github.com/bnb-chain/tendermint v0.31.12 | ||
replace ( | ||
github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/prysmaticlabs/grpc-gateway/v2 v2.3.1-0.20210702154020-550e1cd83ec1 | ||
github.com/tendermint/tendermint => github.com/bnb-chain/tendermint v0.31.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we depend on some sub-set of tendermint instead of whole project?
This PR is stale because it has been open for 40 days with no activity. |
Introduced by bnb-chain/BEPs#126. This PR tries to implement fast finality mechanism for erigon to be fully compatible with bnb-chain