-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade cometbft to version v1.0.0-alpha.1
go get github.com/cometbft/[email protected] go get github.com/cometbft/cometbft/api go get go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] go get go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] go mod tidy api changes: * tmnode.NewNode now needs a context.Background * use os.Stat instead of tmos.FileExists * github.com/cometbft/cometbft/proto/tendermint/types -> github.com/cometbft/cometbft/api/cometbft/types/v1 * abcitypes.CheckTxType_Recheck -> abcitypes.CHECK_TX_TYPE_RECHECK * abcitypes.RequestSomething -> abcitypes.SomethingRequest * abcitypes.ResponseSomething -> abcitypes.SomethingResponse * ProcessProposalResponse_ACCEPT -> PROCESS_PROPOSAL_STATUS_ACCEPT * ProcessProposalResponse_REJECT -> PROCESS_PROPOSAL_STATUS_REJECT * CheckTxType_Recheck -> CHECK_TX_TYPE_RECHECK
- Loading branch information
Showing
13 changed files
with
156 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.