Skip to content

Commit f1d3c33

Browse files
Update changelog
1 parent 42fbb66 commit f1d3c33

File tree

2 files changed

+77
-1
lines changed

2 files changed

+77
-1
lines changed

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,82 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https://
44

55
## [Unreleased]
66

7+
## [2025.6-chuckles] (2025-03-31)
8+
9+
- Remove Google public DNS ([#5660])
10+
- Revert using AsyncWrite sink in IPR ([#5656])
11+
- Add fd callback for initial authentication ([#5654])
12+
- Add concurrency limit to CI ([#5651])
13+
- Remove UNIQUE constraint on node pubkey ([#5649])
14+
- Add RUSTUP_PERMIT_COPY_RENAME in two workflows that we forgot about ([#5646])
15+
- Upgrade sha2 to workspace version for validator-client ([#5644])
16+
- Add max_retransmissions flag on each message ([#5642])
17+
- build(deps): bump zip from 2.2.2 to 2.4.1 ([#5639])
18+
- build(deps): bump dtolnay/rust-toolchain from 1.90.0 to 1.100.0 ([#5638])
19+
- / regenerated yarn.lock ([#5636])
20+
- Rework IPR codec to extract out timer and implement AsyncWrite ([#5632])
21+
- build(deps): bump tempfile from 3.18.0 to 3.19.0 ([#5631])
22+
- build(deps): bump zeroize from 1.6.0 to 1.8.1 ([#5630])
23+
- build(deps): bump once_cell from 1.20.3 to 1.21.1 ([#5629])
24+
- build(deps): bump uuid from 1.15.1 to 1.16.0 ([#5628])
25+
- build(deps): bump celes from 2.5.0 to 2.6.0 ([#5627])
26+
- build(deps): bump http from 1.2.0 to 1.3.1 ([#5626])
27+
- build(deps): bump humantime from 2.1.0 to 2.2.0 ([#5625])
28+
- build(deps): bump the patch-updates group with 8 updates ([#5624])
29+
- build(deps): bump @babel/runtime from 7.16.3 to 7.26.10 in /testnet-faucet ([#5621])
30+
- Feature/paginated ticketbooks challenge ([#5619])
31+
- build(deps-dev): bump webpack from 5.77.0 to 5.98.0 in /wasm/client/internal-dev ([#5615])
32+
- build(deps-dev): bump ws from 8.13.0 to 8.18.1 in /wasm/client/internal-dev ([#5614])
33+
- build(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /wasm/mix-fetch/go-mix-conn ([#5613])
34+
- build(deps): bump braces from 3.0.2 to 3.0.3 in /sdk/typescript/packages/mix-fetch-node ([#5612])
35+
- Wireguard exit policies (and tests) ([#5557])
36+
- Explorer V2 ([#5548])
37+
- Clean stale partially received buffers ([#5536])
38+
- Corrected typos ([#5497])
39+
- build(deps): bump @octokit/plugin-paginate-rest and @actions/github in /.github/actions/nym-hash-releases/src ([#5488])
40+
- feature: upgrade cosmwasm to 2.2 ([#5479])
41+
- build(deps): bump store2 from 2.14.3 to 2.14.4 ([#5391])
42+
- build(deps): bump nanoid from 3.3.7 to 3.3.8 in /documentation/docs ([#5335])
43+
- build(deps): bump next from 13.5.7 to 14.2.15 in /documentation/docs ([#5281])
44+
- Bump http-proxy-middleware from 2.0.6 to 2.0.7 ([#5019])
45+
46+
[#5660]: https://github.com/nymtech/nym/pull/5660
47+
[#5656]: https://github.com/nymtech/nym/pull/5656
48+
[#5654]: https://github.com/nymtech/nym/pull/5654
49+
[#5651]: https://github.com/nymtech/nym/pull/5651
50+
[#5649]: https://github.com/nymtech/nym/pull/5649
51+
[#5646]: https://github.com/nymtech/nym/pull/5646
52+
[#5644]: https://github.com/nymtech/nym/pull/5644
53+
[#5642]: https://github.com/nymtech/nym/pull/5642
54+
[#5639]: https://github.com/nymtech/nym/pull/5639
55+
[#5638]: https://github.com/nymtech/nym/pull/5638
56+
[#5636]: https://github.com/nymtech/nym/pull/5636
57+
[#5632]: https://github.com/nymtech/nym/pull/5632
58+
[#5631]: https://github.com/nymtech/nym/pull/5631
59+
[#5630]: https://github.com/nymtech/nym/pull/5630
60+
[#5629]: https://github.com/nymtech/nym/pull/5629
61+
[#5628]: https://github.com/nymtech/nym/pull/5628
62+
[#5627]: https://github.com/nymtech/nym/pull/5627
63+
[#5626]: https://github.com/nymtech/nym/pull/5626
64+
[#5625]: https://github.com/nymtech/nym/pull/5625
65+
[#5624]: https://github.com/nymtech/nym/pull/5624
66+
[#5621]: https://github.com/nymtech/nym/pull/5621
67+
[#5619]: https://github.com/nymtech/nym/pull/5619
68+
[#5615]: https://github.com/nymtech/nym/pull/5615
69+
[#5614]: https://github.com/nymtech/nym/pull/5614
70+
[#5613]: https://github.com/nymtech/nym/pull/5613
71+
[#5612]: https://github.com/nymtech/nym/pull/5612
72+
[#5557]: https://github.com/nymtech/nym/pull/5557
73+
[#5548]: https://github.com/nymtech/nym/pull/5548
74+
[#5536]: https://github.com/nymtech/nym/pull/5536
75+
[#5497]: https://github.com/nymtech/nym/pull/5497
76+
[#5488]: https://github.com/nymtech/nym/pull/5488
77+
[#5479]: https://github.com/nymtech/nym/pull/5479
78+
[#5391]: https://github.com/nymtech/nym/pull/5391
79+
[#5335]: https://github.com/nymtech/nym/pull/5335
80+
[#5281]: https://github.com/nymtech/nym/pull/5281
81+
[#5019]: https://github.com/nymtech/nym/pull/5019
82+
783
## [2025.5-chokito] (2025-03-18)
884

985
- build(deps): bump braces from 3.0.2 to 3.0.3 in /sdk/typescript/packages/nodejs-client ([#5611])

nym-wallet/src-tauri/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ pub enum BackendError {
165165
#[error("there aren't any vesting delegations to migrate")]
166166
NoVestingDelegations,
167167

168-
#[error("this command has been temporarily dissabled")]
168+
#[error("this command has been temporarily disabled")]
169169
Disabled,
170170
//
171171
// #[error("this operation is no longer allowed to be performed with vesting tokens. please move them to your liquid balance and try again")]

0 commit comments

Comments
 (0)