Commit d73c1bb 1 parent 5a52315 commit d73c1bb Copy full SHA for d73c1bb
File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,10 @@ replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
32
32
33
33
// At least until post-v0.34.12 is released with
34
34
// https://github.com/tendermint/tendermint/issue/6899 resolved.
35
- replace github.com/tendermint/tendermint => github.com/agoric-labs/tendermint v0.34.12-alpha.agoric.1
35
+ replace github.com/tendermint/tendermint => github.com/agoric-labs/tendermint v0.34.12-alpha.agoric.8
36
36
37
- // At least until GetABCIEventHistory() is implemented and released.
38
- // And also until the above tendermint issue is released.
39
- replace github.com/cosmos/cosmos-sdk => github.com/agoric-labs/cosmos-sdk v0.44.0-alpha.agoric.2
37
+ // We need a fork of cosmos-sdk until all of the differences are merged.
38
+ replace github.com/cosmos/cosmos-sdk => github.com/agoric-labs/cosmos-sdk v0.44.0-alpha.agoric.5
40
39
41
40
// For testing against a local cosmos-sdk or tendermint
42
41
// replace github.com/cosmos/cosmos-sdk => ../forks/cosmos-sdk
Original file line number Diff line number Diff line change @@ -95,8 +95,12 @@ github.com/agoric-labs/cosmos-sdk v0.44.0-alpha.agoric h1:X5D4QHvjlhq5CntQR1jlVd
95
95
github.com/agoric-labs/cosmos-sdk v0.44.0-alpha.agoric /go.mod h1:ENm1b98MKZzKfYKbWwpVNfjcTZToveK+IDhHa2WRNQo =
96
96
github.com/agoric-labs/cosmos-sdk v0.44.0-alpha.agoric.2 h1:s9vdQixPCD5qGY6MubGypDkjpikkIcmUuSZQYwUaFjI =
97
97
github.com/agoric-labs/cosmos-sdk v0.44.0-alpha.agoric.2 /go.mod h1:ENm1b98MKZzKfYKbWwpVNfjcTZToveK+IDhHa2WRNQo =
98
+ github.com/agoric-labs/cosmos-sdk v0.44.0-alpha.agoric.5 h1:6gI2FSFqnTcYO7ZBfHm1wlOjSG2tooWfYRyNW9UjENk =
99
+ github.com/agoric-labs/cosmos-sdk v0.44.0-alpha.agoric.5 /go.mod h1:wvjoIRARpPFK8Xrrj11cexWRA1oBbvlBO3zbIIsmDls =
98
100
github.com/agoric-labs/tendermint v0.34.12-alpha.agoric.1 h1:N6qCgZLeSa2CzmNnjxmxoxY7r7rZGtY5vCtoHrauOSo =
99
101
github.com/agoric-labs/tendermint v0.34.12-alpha.agoric.1 /go.mod h1:aeHL7alPh4uTBIJQ8mgFEE8VwJLXI1VD3rVOmH2Mcy0 =
102
+ github.com/agoric-labs/tendermint v0.34.12-alpha.agoric.8 h1:Enx/u3VEVSuTySMyUVSIWlQRHAbQHrHTnDRSHKJS2Po =
103
+ github.com/agoric-labs/tendermint v0.34.12-alpha.agoric.8 /go.mod h1:aeHL7alPh4uTBIJQ8mgFEE8VwJLXI1VD3rVOmH2Mcy0 =
100
104
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
101
105
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
102
106
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf /go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0 =
You can’t perform that action at this time.
0 commit comments