@agoric/cosmos 0.35.0-upgrade-18a-dev-eaeaf5a.0 → 0.35.0-upgrade-18a-dev-2899fb9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/git-revision.txt +1 -1
- package/go.mod +82 -71
- package/go.sum +200 -167
- package/package.json +2 -2
- package/types/address_hooks.go +48 -19
- package/types/address_hooks_test.go +7 -4
- package/x/swingset/testing/queue.go +8 -0
- package/x/vibc/keeper/keeper.go +2 -5
- package/x/vibc/keeper/triggers.go +3 -6
- package/x/vibc/types/receiver.go +11 -5
- package/x/vstorage/testing/queue.go +6 -0
- package/x/vtransfer/ibc_middleware.go +5 -1
- package/x/vtransfer/ibc_middleware_test.go +510 -148
- package/x/vtransfer/keeper/keeper.go +190 -27
- package/x/vtransfer/utils_test.go +111 -0
package/git-revision.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2899fb9
|
package/go.mod
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
module github.com/Agoric/agoric-sdk/golang/cosmos
|
|
2
2
|
|
|
3
|
-
go 1.
|
|
3
|
+
go 1.22.0
|
|
4
|
+
|
|
5
|
+
toolchain go1.22.12
|
|
4
6
|
|
|
5
7
|
require (
|
|
6
8
|
cosmossdk.io/errors v1.0.0-beta.7
|
|
@@ -10,46 +12,47 @@ require (
|
|
|
10
12
|
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v6 v6.1.2
|
|
11
13
|
github.com/cosmos/ibc-go/v6 v6.3.1
|
|
12
14
|
github.com/gogo/protobuf v1.3.3
|
|
13
|
-
github.com/golang/protobuf v1.5.
|
|
15
|
+
github.com/golang/protobuf v1.5.4
|
|
14
16
|
github.com/gorilla/mux v1.8.0
|
|
15
17
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
|
18
|
+
github.com/iancoleman/orderedmap v0.2.0
|
|
16
19
|
github.com/pkg/errors v0.9.1
|
|
17
20
|
github.com/rakyll/statik v0.1.7
|
|
18
|
-
github.com/spf13/cast v1.
|
|
19
|
-
github.com/spf13/cobra v1.
|
|
21
|
+
github.com/spf13/cast v1.7.0
|
|
22
|
+
github.com/spf13/cobra v1.8.1
|
|
20
23
|
github.com/spf13/pflag v1.0.5
|
|
21
|
-
github.com/spf13/viper v1.
|
|
22
|
-
github.com/stretchr/testify v1.
|
|
23
|
-
github.com/tendermint/tendermint v0.34.
|
|
24
|
+
github.com/spf13/viper v1.19.0
|
|
25
|
+
github.com/stretchr/testify v1.10.0
|
|
26
|
+
github.com/tendermint/tendermint v0.34.35
|
|
24
27
|
github.com/tendermint/tm-db v0.6.7
|
|
25
|
-
google.golang.org/genproto/googleapis/api v0.0.0-
|
|
26
|
-
google.golang.org/grpc v1.
|
|
28
|
+
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117
|
|
29
|
+
google.golang.org/grpc v1.66.1
|
|
27
30
|
gopkg.in/yaml.v2 v2.4.0
|
|
28
31
|
)
|
|
29
32
|
|
|
30
33
|
require (
|
|
31
|
-
cloud.google.com/go v0.
|
|
32
|
-
cloud.google.com/go/compute
|
|
33
|
-
cloud.google.com/go/
|
|
34
|
-
cloud.google.com/go/
|
|
35
|
-
cloud.google.com/go/storage v1.30.1 // indirect
|
|
34
|
+
cloud.google.com/go v0.112.1 // indirect
|
|
35
|
+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
|
|
36
|
+
cloud.google.com/go/iam v1.1.6 // indirect
|
|
37
|
+
cloud.google.com/go/storage v1.38.0 // indirect
|
|
36
38
|
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
|
|
37
39
|
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
|
|
38
40
|
github.com/99designs/keyring v1.2.1 // indirect
|
|
39
|
-
github.com/ChainSafe/go-schnorrkel v1.
|
|
40
|
-
github.com/Workiva/go-datastructures v1.
|
|
41
|
+
github.com/ChainSafe/go-schnorrkel v1.1.0 // indirect
|
|
42
|
+
github.com/Workiva/go-datastructures v1.1.5 // indirect
|
|
41
43
|
github.com/aws/aws-sdk-go v1.44.122 // indirect
|
|
42
44
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
43
45
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
|
|
44
46
|
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
|
|
45
|
-
github.com/btcsuite/btcd/btcec/v2 v2.3.
|
|
47
|
+
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
|
|
48
|
+
github.com/bufbuild/protocompile v0.14.1 // indirect
|
|
46
49
|
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
|
|
47
50
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
48
|
-
github.com/cespare/xxhash/v2 v2.
|
|
51
|
+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
49
52
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
|
50
53
|
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
|
|
51
54
|
github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect
|
|
52
|
-
github.com/cometbft/cometbft-db v0.
|
|
55
|
+
github.com/cometbft/cometbft-db v0.9.5 // indirect
|
|
53
56
|
github.com/confio/ics23/go v0.9.1 // indirect
|
|
54
57
|
github.com/cosmos/btcutil v1.0.5 // indirect
|
|
55
58
|
github.com/cosmos/cosmos-proto v1.0.0-beta.1 // indirect
|
|
@@ -59,35 +62,36 @@ require (
|
|
|
59
62
|
github.com/cosmos/ledger-cosmos-go v0.12.4 // indirect
|
|
60
63
|
github.com/creachadair/taskgroup v0.3.2 // indirect
|
|
61
64
|
github.com/danieljoos/wincred v1.1.2 // indirect
|
|
62
|
-
github.com/davecgh/go-spew v1.1.
|
|
65
|
+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
63
66
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
|
|
64
67
|
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
|
|
65
68
|
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
|
|
66
|
-
github.com/dgraph-io/ristretto v0.1.
|
|
69
|
+
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
|
67
70
|
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
|
|
68
|
-
github.com/dustin/go-humanize v1.0.
|
|
71
|
+
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
69
72
|
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
|
|
70
|
-
github.com/felixge/httpsnoop v1.0.
|
|
71
|
-
github.com/fsnotify/fsnotify v1.
|
|
73
|
+
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
74
|
+
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
72
75
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
73
76
|
github.com/gin-gonic/gin v1.8.1 // indirect
|
|
74
|
-
github.com/go-kit/kit v0.
|
|
77
|
+
github.com/go-kit/kit v0.13.0 // indirect
|
|
75
78
|
github.com/go-kit/log v0.2.1 // indirect
|
|
76
|
-
github.com/go-logfmt/logfmt v0.
|
|
79
|
+
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
80
|
+
github.com/go-logr/logr v1.4.1 // indirect
|
|
81
|
+
github.com/go-logr/stdr v1.2.2 // indirect
|
|
77
82
|
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
|
|
78
83
|
github.com/gogo/gateway v1.1.0 // indirect
|
|
79
|
-
github.com/golang/glog v1.
|
|
84
|
+
github.com/golang/glog v1.2.2 // indirect
|
|
80
85
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
81
86
|
github.com/golang/snappy v0.0.4 // indirect
|
|
82
|
-
github.com/google/btree v1.1.
|
|
83
|
-
github.com/google/go-cmp v0.5.9 // indirect
|
|
87
|
+
github.com/google/btree v1.1.3 // indirect
|
|
84
88
|
github.com/google/orderedcode v0.0.1 // indirect
|
|
85
|
-
github.com/google/s2a-go v0.1.
|
|
86
|
-
github.com/google/uuid v1.
|
|
87
|
-
github.com/googleapis/enterprise-certificate-proxy v0.2
|
|
88
|
-
github.com/googleapis/gax-go/v2 v2.
|
|
89
|
+
github.com/google/s2a-go v0.1.7 // indirect
|
|
90
|
+
github.com/google/uuid v1.6.0 // indirect
|
|
91
|
+
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
|
92
|
+
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
|
|
89
93
|
github.com/gorilla/handlers v1.5.1 // indirect
|
|
90
|
-
github.com/gorilla/websocket v1.5.
|
|
94
|
+
github.com/gorilla/websocket v1.5.3 // indirect
|
|
91
95
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
|
|
92
96
|
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
|
|
93
97
|
github.com/gtank/merlin v0.1.1 // indirect
|
|
@@ -100,64 +104,69 @@ require (
|
|
|
100
104
|
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
|
|
101
105
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
102
106
|
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
|
|
103
|
-
github.com/iancoleman/orderedmap v0.2.0 // indirect
|
|
104
107
|
github.com/improbable-eng/grpc-web v0.15.0 // indirect
|
|
105
108
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
106
109
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
107
110
|
github.com/jmhodges/levigo v1.0.0 // indirect
|
|
108
|
-
github.com/klauspost/compress v1.
|
|
109
|
-
github.com/lib/pq v1.10.
|
|
111
|
+
github.com/klauspost/compress v1.17.9 // indirect
|
|
112
|
+
github.com/lib/pq v1.10.9 // indirect
|
|
110
113
|
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
|
|
111
|
-
github.com/
|
|
114
|
+
github.com/linxGnu/grocksdb v1.9.3 // indirect
|
|
115
|
+
github.com/magiconair/properties v1.8.7 // indirect
|
|
112
116
|
github.com/manifoldco/promptui v0.9.0 // indirect
|
|
113
117
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
114
118
|
github.com/mattn/go-isatty v0.0.18 // indirect
|
|
115
|
-
github.com/
|
|
116
|
-
github.com/
|
|
117
|
-
github.com/minio/highwayhash v1.0.2 // indirect
|
|
119
|
+
github.com/mimoo/StrobeGo v0.0.0-20220103164710-9a04d6ca976b // indirect
|
|
120
|
+
github.com/minio/highwayhash v1.0.3 // indirect
|
|
118
121
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
119
122
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
120
123
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
121
124
|
github.com/mtibben/percent v0.2.1 // indirect
|
|
122
|
-
github.com/
|
|
123
|
-
github.com/pelletier/go-toml/v2 v2.
|
|
124
|
-
github.com/petermattis/goid v0.0.0-
|
|
125
|
-
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
126
|
-
github.com/prometheus/client_golang v1.
|
|
127
|
-
github.com/prometheus/client_model v0.
|
|
128
|
-
github.com/prometheus/common v0.
|
|
129
|
-
github.com/prometheus/procfs v0.
|
|
125
|
+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
126
|
+
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
|
127
|
+
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
|
|
128
|
+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
129
|
+
github.com/prometheus/client_golang v1.20.3 // indirect
|
|
130
|
+
github.com/prometheus/client_model v0.6.1 // indirect
|
|
131
|
+
github.com/prometheus/common v0.59.1 // indirect
|
|
132
|
+
github.com/prometheus/procfs v0.15.1 // indirect
|
|
130
133
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
|
|
131
134
|
github.com/regen-network/cosmos-proto v0.3.1 // indirect
|
|
132
|
-
github.com/rs/cors v1.
|
|
135
|
+
github.com/rs/cors v1.11.1 // indirect
|
|
133
136
|
github.com/rs/zerolog v1.29.1 // indirect
|
|
134
|
-
github.com/
|
|
135
|
-
github.com/
|
|
136
|
-
github.com/
|
|
137
|
-
github.com/
|
|
137
|
+
github.com/sagikazarmark/locafero v0.6.0 // indirect
|
|
138
|
+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
139
|
+
github.com/sasha-s/go-deadlock v0.3.5 // indirect
|
|
140
|
+
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
141
|
+
github.com/spf13/afero v1.11.0 // indirect
|
|
142
|
+
github.com/subosito/gotenv v1.6.0 // indirect
|
|
138
143
|
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
|
|
139
|
-
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
|
|
140
144
|
github.com/tendermint/go-amino v0.16.0 // indirect
|
|
141
145
|
github.com/tidwall/btree v1.5.0 // indirect
|
|
142
146
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
|
143
147
|
github.com/zondax/hid v0.9.2 // indirect
|
|
144
148
|
github.com/zondax/ledger-go v0.14.3 // indirect
|
|
145
|
-
go.etcd.io/bbolt v1.3.
|
|
149
|
+
go.etcd.io/bbolt v1.3.11 // indirect
|
|
146
150
|
go.opencensus.io v0.24.0 // indirect
|
|
147
|
-
golang.org/
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
golang.org/x/
|
|
154
|
-
golang.org/x/
|
|
155
|
-
golang.org/x/
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
151
|
+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
|
|
152
|
+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
|
|
153
|
+
go.opentelemetry.io/otel v1.24.0 // indirect
|
|
154
|
+
go.opentelemetry.io/otel/metric v1.24.0 // indirect
|
|
155
|
+
go.opentelemetry.io/otel/trace v1.24.0 // indirect
|
|
156
|
+
go.uber.org/multierr v1.11.0 // indirect
|
|
157
|
+
golang.org/x/crypto v0.31.0 // indirect
|
|
158
|
+
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
|
|
159
|
+
golang.org/x/net v0.33.0 // indirect
|
|
160
|
+
golang.org/x/oauth2 v0.22.0 // indirect
|
|
161
|
+
golang.org/x/sync v0.10.0 // indirect
|
|
162
|
+
golang.org/x/sys v0.28.0 // indirect
|
|
163
|
+
golang.org/x/term v0.27.0 // indirect
|
|
164
|
+
golang.org/x/text v0.21.0 // indirect
|
|
165
|
+
golang.org/x/time v0.5.0 // indirect
|
|
166
|
+
google.golang.org/api v0.171.0 // indirect
|
|
167
|
+
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
|
|
168
|
+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
|
|
169
|
+
google.golang.org/protobuf v1.34.2 // indirect
|
|
161
170
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
162
171
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
163
172
|
nhooyr.io/websocket v1.8.6 // indirect
|
|
@@ -167,6 +176,8 @@ require (
|
|
|
167
176
|
replace (
|
|
168
177
|
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
|
|
169
178
|
|
|
179
|
+
github.com/btcsuite/btcd/btcec/v2 => github.com/btcsuite/btcd/btcec/v2 v2.3.2
|
|
180
|
+
|
|
170
181
|
github.com/confio/ics23/go => github.com/agoric-labs/cosmos-sdk/ics23/go v0.8.0-alpha.agoric.1
|
|
171
182
|
|
|
172
183
|
// https://pkg.go.dev/vuln/GO-2023-2409
|
|
@@ -198,7 +209,7 @@ replace (
|
|
|
198
209
|
// use cometbft
|
|
199
210
|
// Use our fork at least until post-v0.34.14 is released with
|
|
200
211
|
// https://github.com/tendermint/tendermint/issue/6899 resolved.
|
|
201
|
-
github.com/tendermint/tendermint => github.com/agoric-labs/cometbft v0.34.
|
|
212
|
+
github.com/tendermint/tendermint => github.com/agoric-labs/cometbft v0.34.35-alpha.agoric.3
|
|
202
213
|
|
|
203
214
|
// For testing against a local cosmos-sdk, ibc-go, or cometbft
|
|
204
215
|
// github.com/cosmos/cosmos-sdk => ../../../forks/cosmos-sdk
|