You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Renaming all instances of nymd to nyxd
* Might as well get the changelogs too
* Making it clearer that an ApiClient is a NymApiClient
* Lining up config templates with struct keys on gateway
* Changed the last references to validator_urls to nyxd_urls
* Fixed up a few type errors after refactoring
* Changed the changelog
* Fixed typo in changelog
* Further instances of renaming 'nymd' + introducing additional clap aliases
* updated environmental variables and allowed usage of deprecated variants
* missing occurences of coconut-locked environmental variables
Co-authored-by: Jędrzej Stuczyński <[email protected]>
@@ -45,7 +47,7 @@ The release also include some additional work for distributed key generation in
45
47
### Changed
46
48
47
49
- validator-api: can recover from shutdown during DKG process ([#1872])
48
-
- clients: deduplicate gateway inititialization, part of work towards a rust-sdk
50
+
- clients: deduplicate gateway initialization, part of work towards a rust-sdk
49
51
- clients: keep all transmission lanes going at all times by making priority probabilistic
50
52
- clients: ability to use multi-reply SURBs to send arbitrarily long messages fully anonymously whilst requesting additional reply blocks whenever they're about to run out ([#1796], [#1801], [#1804], [#1835], [#1858], [#1883]))
51
53
@@ -120,7 +122,7 @@ The release also include some additional work for distributed key generation in
120
122
- native-client/socks5-client/wasm-client: `use_extended_packet_size` Debug config option to make the client use 'ExtendedPacketSize' for its traffic (32kB as opposed to 2kB in 1.0.2) ([#1671])
121
123
- network-requester: added additional Blockstream Green wallet endpoint to `example.allowed.list` ([#1611])
122
124
- validator-api: add `interval_operating_cost` and `profit_margin_percent` to compute reward estimation endpoint
123
-
- validator-client: added `query_contract_smart` and `query_contract_raw` on `NymdClient` ([#1558])
125
+
- validator-client: added `query_contract_smart` and `query_contract_raw` on `NyxdClient` ([#1558])
124
126
- wasm-client: uses updated wasm-compatible `client-core` so that it's now capable of packet retransmission, cover traffic and poisson delay (among other things!) ([#1673])
125
127
126
128
### Fixed
@@ -215,7 +217,7 @@ The release also include some additional work for distributed key generation in
215
217
- All binaries and cosmwasm blobs are configured at runtime now; binaries are configured using environment variables or .env files and contracts keep the configuration parameters in storage ([#1463])
216
218
- gateway, network-statistics: include gateway id in the sent statistical data ([#1478])
217
219
- network explorer: tweak how active set probability is shown ([#1503])
218
-
- validator-api: rewarder set update fails without panicking on possible nymd queries ([#1520])
220
+
- validator-api: rewarder set update fails without panicking on possible nyxd queries ([#1520])
219
221
- network-requester, socks5 client (nym-connect): send and receive respectively a message error to be displayed about filter check failure ([#1576])
220
222
221
223
[#1249]: https://github.com/nymtech/nym/pull/1249
@@ -588,14 +590,14 @@ The release also include some additional work for distributed key generation in
588
590
- Feature/update wallet with stake rates [\#739](https://github.com/nymtech/nym/pull/739) ([neacsu](https://github.com/neacsu))
589
591
- Add stake reward rates and bump version of client [\#738](https://github.com/nymtech/nym/pull/738) ([neacsu](https://github.com/neacsu))
590
592
- Bump next from 10.1.3 to 11.1.0 in /wallet-web [\#737](https://github.com/nymtech/nym/pull/737) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bug/fix parking lot on wasm [\#735](https://github.com/nymtech/nym/pull/735) ([neacsu](https://github.com/neacsu))
593
595
- Explorer API: add new HTTP resource to decorate mix nodes with geoip locations [\#734](https://github.com/nymtech/nym/pull/734) ([mmsinclair](https://github.com/mmsinclair))
594
-
- Feature/completing nymd client api [\#732](https://github.com/nymtech/nym/pull/732) ([jstuczyn](https://github.com/jstuczyn))
596
+
- Feature/completing nyxd client api [\#732](https://github.com/nymtech/nym/pull/732) ([jstuczyn](https://github.com/jstuczyn))
595
597
- Explorer API - add port check and node description/stats proxy [\#731](https://github.com/nymtech/nym/pull/731) ([mmsinclair](https://github.com/mmsinclair))
- Updated used sphinx dependency to the most recent revision [\#722](https://github.com/nymtech/nym/pull/722) ([jstuczyn](https://github.com/jstuczyn))
601
603
- update state management and validation [\#721](https://github.com/nymtech/nym/pull/721) ([fmtabbara](https://github.com/fmtabbara))
@@ -614,7 +616,7 @@ The release also include some additional work for distributed key generation in
614
616
- Bond and delegation alerts [\#698](https://github.com/nymtech/nym/pull/698) ([fmtabbara](https://github.com/fmtabbara))
615
617
- Bugfix/network monitor version check [\#697](https://github.com/nymtech/nym/pull/697) ([jstuczyn](https://github.com/jstuczyn))
0 commit comments