Skip to content

Commit 9893696

Browse files
authored
Update tendermint version (#1541)
Update the tendermint fork version. ## Testing Validated use LocalNet instructions at [doc/guides/localnet.md](https://github.com/pokt-network/pocket-core/blob/staging/doc/guides/localnet.md) ## Changes - Update Tendermint to Go 1.18 + minor fixes: [tendermint/pull/74](pokt-network/tendermint#74) - Prevent peers who errored being added to the peer_set: [tendermint/pull/75](pokt-network/tendermint#75)
1 parent 60cf936 commit 9893696

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/pokt-network/pocket-core
22

33
go 1.18
44

5-
replace github.com/tendermint/tendermint => github.com/pokt-network/tendermint v0.32.11-0.20220824215059-3214a152d8d4
5+
replace github.com/tendermint/tendermint => github.com/pokt-network/tendermint v0.32.11-0.20230405220629-96c095f0058d
66

77
replace github.com/tendermint/tm-db => github.com/pokt-network/tm-db v0.5.2-0.20220118210553-9b2300f289ba
88

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
339339
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
340340
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
341341
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
342-
github.com/pokt-network/tendermint v0.32.11-0.20220824215059-3214a152d8d4 h1:xH58BhZBHCCxslhvxvzX5t5lu0IAlxsSMtr3xEyiTj4=
343-
github.com/pokt-network/tendermint v0.32.11-0.20220824215059-3214a152d8d4/go.mod h1:K0FjOLKFgqlDB/fy/2cx3BoMgFg6JD2FP3EK/9M3Tlk=
342+
github.com/pokt-network/tendermint v0.32.11-0.20230405220629-96c095f0058d h1:ql7jYYyC5t40DHwBKhM1YWOL0efL2mEZu8EeT1+6n0g=
343+
github.com/pokt-network/tendermint v0.32.11-0.20230405220629-96c095f0058d/go.mod h1:ZKCJtR9p4/VAC3h8ccc11OwBKjXFFt6bXxs3TC0m8f4=
344344
github.com/pokt-network/tm-db v0.5.2-0.20220118210553-9b2300f289ba h1:u2yqCF5l3Kaz8fra6A023nx9Bsfj+KCm2t5xEO4weOo=
345345
github.com/pokt-network/tm-db v0.5.2-0.20220118210553-9b2300f289ba/go.mod h1:7TGWH92hEbEFVzNJxGi8Ka0O+OohcLLjZCxco/xMrWY=
346346
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=

0 commit comments

Comments
 (0)