@agoric/cosmos 0.35.0-u19.1 → 0.35.0-u19.2
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/CHANGELOG.md +8 -0
- package/e2e_test/go.mod +2 -2
- package/e2e_test/go.sum +2 -2
- package/git-revision.txt +1 -1
- package/go.mod +1 -1
- package/go.sum +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.35.0-u19.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.35.0-u19.1...@agoric/cosmos@0.35.0-u19.2) (2025-03-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @agoric/cosmos
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.35.0-u19.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/cosmos@0.35.0-u19.0...@agoric/cosmos@0.35.0-u19.1) (2025-03-03)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @agoric/cosmos
|
package/e2e_test/go.mod
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
module github.com/Agoric/agoric-sdk/golang/cosmos/
|
|
1
|
+
module github.com/Agoric/agoric-sdk/golang/cosmos/e2e_test
|
|
2
2
|
|
|
3
3
|
go 1.20
|
|
4
4
|
|
|
@@ -225,7 +225,7 @@ replace (
|
|
|
225
225
|
github.com/cosmos/iavl => github.com/cosmos/iavl v0.19.7
|
|
226
226
|
|
|
227
227
|
// Use a version of ibc-go that is compatible with the above forks.
|
|
228
|
-
github.com/cosmos/ibc-go/v6 => github.com/agoric-labs/ibc-go/v6 v6.3.1-alpha.agoric.
|
|
228
|
+
github.com/cosmos/ibc-go/v6 => github.com/agoric-labs/ibc-go/v6 v6.3.1-alpha.agoric.4
|
|
229
229
|
|
|
230
230
|
// use cometbft
|
|
231
231
|
// Use our fork at least until post-v0.34.14 is released with
|
package/e2e_test/go.sum
CHANGED
|
@@ -87,8 +87,8 @@ github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrd
|
|
|
87
87
|
github.com/Workiva/go-datastructures v1.0.53 h1:J6Y/52yX10Xc5JjXmGtWoSSxs3mZnGSaq37xZZh7Yig=
|
|
88
88
|
github.com/agoric-labs/cosmos-sdk v0.46.16-alpha.agoric.2.5 h1:cwbONQaVbGEPzfVqvTY9PGcLZptlR9LTPunZ9La0QCg=
|
|
89
89
|
github.com/agoric-labs/cosmos-sdk v0.46.16-alpha.agoric.2.5/go.mod h1:Yny/YE+GJ+y/++UgvraITGzfLhXCnwETSWw3dAY5NDg=
|
|
90
|
-
github.com/agoric-labs/ibc-go/v6 v6.3.1-alpha.agoric.
|
|
91
|
-
github.com/agoric-labs/ibc-go/v6 v6.3.1-alpha.agoric.
|
|
90
|
+
github.com/agoric-labs/ibc-go/v6 v6.3.1-alpha.agoric.4 h1:dlzsn/JzNsMWFh14lRn+pjog4L4C72SH3PNNO93xN+4=
|
|
91
|
+
github.com/agoric-labs/ibc-go/v6 v6.3.1-alpha.agoric.4/go.mod h1:pNhYr/yk5M0b4tWX6Nh+SopaE/YaY0oigx1qwepLlLg=
|
|
92
92
|
github.com/agoric-labs/interchaintest/v6 v6.0.1-agoriclabs h1:OG3Z7F9YsqFKCi2w/JZVhMWs+VWNsAEujy39/I2Clxo=
|
|
93
93
|
github.com/agoric-labs/interchaintest/v6 v6.0.1-agoriclabs/go.mod h1:B/KLzyRfuZI+uFKDQe+AXrvjJKRBjl5gds27iOwT9mM=
|
|
94
94
|
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw=
|
package/git-revision.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
f0ae74b84c
|
package/go.mod
CHANGED
|
@@ -204,7 +204,7 @@ replace (
|
|
|
204
204
|
github.com/cosmos/iavl => github.com/cosmos/iavl v0.19.7
|
|
205
205
|
|
|
206
206
|
// Use a version of ibc-go that is compatible with the above forks.
|
|
207
|
-
github.com/cosmos/ibc-go/v6 => github.com/agoric-labs/ibc-go/v6 v6.3.1-alpha.agoric.
|
|
207
|
+
github.com/cosmos/ibc-go/v6 => github.com/agoric-labs/ibc-go/v6 v6.3.1-alpha.agoric.4
|
|
208
208
|
|
|
209
209
|
// use cometbft
|
|
210
210
|
// Use our fork at least until post-v0.34.14 is released with
|
package/go.sum
CHANGED
|
@@ -235,8 +235,8 @@ github.com/agoric-labs/cosmos-sdk v0.46.16-alpha.agoric.2.5 h1:cwbONQaVbGEPzfVqv
|
|
|
235
235
|
github.com/agoric-labs/cosmos-sdk v0.46.16-alpha.agoric.2.5/go.mod h1:Yny/YE+GJ+y/++UgvraITGzfLhXCnwETSWw3dAY5NDg=
|
|
236
236
|
github.com/agoric-labs/cosmos-sdk/ics23/go v0.8.0-alpha.agoric.1 h1:2jvHI/2d+psWAZy6FQ0vXJCHUtfU3ZbbW+pQFL04arQ=
|
|
237
237
|
github.com/agoric-labs/cosmos-sdk/ics23/go v0.8.0-alpha.agoric.1/go.mod h1:E45NqnlpxGnpfTWL/xauN7MRwEE28T4Dd4uraToOaKg=
|
|
238
|
-
github.com/agoric-labs/ibc-go/v6 v6.3.1-alpha.agoric.
|
|
239
|
-
github.com/agoric-labs/ibc-go/v6 v6.3.1-alpha.agoric.
|
|
238
|
+
github.com/agoric-labs/ibc-go/v6 v6.3.1-alpha.agoric.4 h1:dlzsn/JzNsMWFh14lRn+pjog4L4C72SH3PNNO93xN+4=
|
|
239
|
+
github.com/agoric-labs/ibc-go/v6 v6.3.1-alpha.agoric.4/go.mod h1:pNhYr/yk5M0b4tWX6Nh+SopaE/YaY0oigx1qwepLlLg=
|
|
240
240
|
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw=
|
|
241
241
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
|
242
242
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/cosmos",
|
|
3
|
-
"version": "0.35.0-u19.
|
|
3
|
+
"version": "0.35.0-u19.2",
|
|
4
4
|
"description": "Connect JS to the Cosmos blockchain SDK",
|
|
5
5
|
"parsers": {
|
|
6
6
|
"js": "mjs"
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"typeCoverage": {
|
|
39
39
|
"atLeast": 0
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "f0ae74b84cb6de3724bfdcd18b4bea7e8199dee1"
|
|
42
42
|
}
|