Skip to content

Commit 0b39679

Browse files
committed
chore: bump dollar module
1 parent 555fb1e commit 0b39679

6 files changed

Lines changed: 22 additions & 4 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Bump Dollar to [`v2.0.1`](https://github.com/noble-assets/dollar/releases/tag/v2.0.1) to gracefully handle transfer errors. ([#567](https://github.com/noble-assets/noble/pull/567))

.changelog/v10.0.1/summary.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*Jul 3, 2025*
2+
3+
This is a patch to the v10 Stratum release line.
4+
5+
If the Dollar module has no yield recipients enabled, this is non-consensus breaking.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## v10.0.1
4+
5+
*Jul 3, 2025*
6+
7+
This is a patch to the v10 Stratum release line.
8+
9+
If the Dollar module has no yield recipients enabled, this is non-consensus breaking.
10+
11+
### DEPENDENCIES
12+
13+
- Bump Dollar to [`v2.0.1`](https://github.com/noble-assets/dollar/releases/tag/v2.0.1) to gracefully handle transfer errors. ([#567](https://github.com/noble-assets/noble/pull/567))
14+
315
## v10.0.0
416

517
*Jun 6, 2025*

api/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buf export buf.build/cosmos/ibc:e69c8f372b127401762cb251bb7b60371b4cef29 --outpu
99
buf export buf.build/noble-assets/aura:v2.0.0 --output api/proto
1010
buf export buf.build/noble-assets/authority:v1.0.3 --output api/proto
1111
buf export buf.build/noble-assets/cctp:4285c94ec19438ad1e05ba3e5106a5e7980cfffd --output api/proto
12-
buf export buf.build/noble-assets/dollar:v2.0.0 --output api/proto
12+
buf export buf.build/noble-assets/dollar:v2.0.1 --output api/proto
1313
buf export buf.build/noble-assets/fiattokenfactory:5f9bd9dd2c5b5336b94bae4a47195bdf035f04af --output api/proto
1414
buf export buf.build/noble-assets/florin:v2.0.0 --output api/proto
1515
buf export buf.build/noble-assets/forwarding:v2.0.2 --output api/proto

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
cosmossdk.io/x/evidence v0.1.1
1616
cosmossdk.io/x/feegrant v0.1.1
1717
cosmossdk.io/x/upgrade v0.1.4
18-
dollar.noble.xyz/v2 v2.0.0
18+
dollar.noble.xyz/v2 v2.0.1
1919
github.com/bcp-innovations/hyperlane-cosmos v1.0.1
2020
github.com/circlefin/noble-cctp v0.0.0-20241031192117-4285c94ec194
2121
github.com/circlefin/noble-fiattokenfactory v0.0.0-20250123235012-5f9bd9dd2c5b

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ cosmossdk.io/x/tx v0.13.8/go.mod h1:V6DImnwJMTq5qFjeGWpXNiT/fjgE4HtmclRmTqRVM3w=
227227
cosmossdk.io/x/upgrade v0.1.4 h1:/BWJim24QHoXde8Bc64/2BSEB6W4eTydq0X/2f8+g38=
228228
cosmossdk.io/x/upgrade v0.1.4/go.mod h1:9v0Aj+fs97O+Ztw+tG3/tp5JSlrmT7IcFhAebQHmOPo=
229229
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
230-
dollar.noble.xyz/v2 v2.0.0 h1:6qPbnqzl4JOomAsn1r57QiThbLyN+2bhaG2+muUdjhk=
231-
dollar.noble.xyz/v2 v2.0.0/go.mod h1:ZPbvn4T4hu9aWBIXQVM3VsMUIWKPDNaKRDRVmXXFuGY=
230+
dollar.noble.xyz/v2 v2.0.1 h1:4pzwLdJvRL0S5KcdvSiModJ80+u77lfFcQ9jlCvewgo=
231+
dollar.noble.xyz/v2 v2.0.1/go.mod h1:ZPbvn4T4hu9aWBIXQVM3VsMUIWKPDNaKRDRVmXXFuGY=
232232
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
233233
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
234234
github.com/4meepo/tagalign v1.3.4 h1:P51VcvBnf04YkHzjfclN6BbsopfJR5rxs1n+5zHt+w8=

0 commit comments

Comments
 (0)