Skip to content

Commit aa438d9

Browse files
committed
Update tm-secret-enclave and cometbft version
1 parent 5cdc0e8 commit aa438d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace (
88
cosmossdk.io/api => github.com/scrtlabs/cosmos-sdk-api v0.7.6-secret.0
99
cosmossdk.io/store => github.com/scrtlabs/cosmos-sdk-store v1.1.1-secret.1
1010
cosmossdk.io/x/tx => github.com/scrtlabs/cosmos-sdk-x-tx v0.13.7-secret.0
11-
github.com/cometbft/cometbft => github.com/scrtlabs/tendermint v0.38.17-secret.0
11+
github.com/cometbft/cometbft => github.com/scrtlabs/tendermint v0.38.17-secret.1
1212
github.com/cosmos/cosmos-sdk => github.com/scrtlabs/cosmos-sdk v0.50.11-secret.0
1313
github.com/cosmos/iavl => github.com/scrtlabs/iavl v1.2.2-secret.0
1414
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
@@ -198,7 +198,7 @@ require (
198198
github.com/sagikazarmark/locafero v0.4.0 // indirect
199199
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
200200
github.com/sasha-s/go-deadlock v0.3.5 // indirect
201-
github.com/scrtlabs/tm-secret-enclave v1.11.9-0.20241106181222-964c7d7e9f02 // indirect
201+
github.com/scrtlabs/tm-secret-enclave v1.12.0 // indirect
202202
github.com/sourcegraph/conc v0.3.0 // indirect
203203
github.com/spf13/afero v1.11.0 // indirect
204204
github.com/subosito/gotenv v1.6.0 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -1603,10 +1603,10 @@ github.com/scrtlabs/cosmos-sdk-x-tx v0.13.7-secret.0 h1:i3k5706sDHKhaCvzokB+n33/
16031603
github.com/scrtlabs/cosmos-sdk-x-tx v0.13.7-secret.0/go.mod h1:V6DImnwJMTq5qFjeGWpXNiT/fjgE4HtmclRmTqRVM3w=
16041604
github.com/scrtlabs/iavl v1.2.2-secret.0 h1:P96PL1Lf8OBSW9pMrlaRxhceZ4z9Hc7jk12g9ShWeHw=
16051605
github.com/scrtlabs/iavl v1.2.2-secret.0/go.mod h1:GiM43q0pB+uG53mLxLDzimxM9l/5N9UuSY3/D0huuVw=
1606-
github.com/scrtlabs/tendermint v0.38.17-secret.0 h1:aE4dRFsrwcfHmscA/NE2LlxVTJ6kc7fS1pnbr3WdQxU=
1607-
github.com/scrtlabs/tendermint v0.38.17-secret.0/go.mod h1:kvdrksrPynEpNM80qMoqjN4p73/1FqOZA7qdP9gb7sg=
1608-
github.com/scrtlabs/tm-secret-enclave v1.11.9-0.20241106181222-964c7d7e9f02 h1:MqKAOILH6sv9D1Yg4wkIQ6c1riBfjoygaxbTeKhC3qQ=
1609-
github.com/scrtlabs/tm-secret-enclave v1.11.9-0.20241106181222-964c7d7e9f02/go.mod h1:nxZQtzzAqBNBLOEXSv4cKlUnVA4vRmHOn6ujr3kxVME=
1606+
github.com/scrtlabs/tendermint v0.38.17-secret.1 h1:r5MqyfnyOoM8JHfRDUK8ESWEzJLZcYX4rDfER1pAwys=
1607+
github.com/scrtlabs/tendermint v0.38.17-secret.1/go.mod h1:sCx2K8EtvPZkalP3XHKgN4zxUPfW7BBqYLHMBBa+2+s=
1608+
github.com/scrtlabs/tm-secret-enclave v1.12.0 h1:/Vo8JCPLxr5RaQZJ2eYd55DQPonbn6E0/Wwe7OVSx6g=
1609+
github.com/scrtlabs/tm-secret-enclave v1.12.0/go.mod h1:nxZQtzzAqBNBLOEXSv4cKlUnVA4vRmHOn6ujr3kxVME=
16101610
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
16111611
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
16121612
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=

0 commit comments

Comments
 (0)