-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge release/2025.2-hu to master #5430
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add windows to CI builds * Fix win build for node status api * Fix win build for sdk * Fix win build for cred proxy
* patch changelog done * auto commit generated command files
* Deduplicate code * Remove unneeded async
* Include IPINFO_API_TOKEN in nightly CI * Fix beta clippy
…5272) * removed incorrect body argument for '/rewarded-set' endpoint * removed incorrect pagination parameters for monitor run results
* revamped NymTopology * wip * working e2e client * updated nym-api * updated nym-node * updated rest of non-test code * updated the rest of the codebase * additional tweaks * linux clippy fixes + adding additional dummy ipr types for better linting on non-linux targets
* experimental log * introduce wireguard metrics updates * add wireguard traffic rates to console logger * missing import * changed order of displayed values * expose bytes information via rest endpoint * clippy
… listening for new blocks
…is already `transaction` in the base scraper schema
lower default ticket verification quorum to 0.7
HU - Downgrade harmless log message from info to debug
Relocate a validator api function
Nymnode entrypoint docker
* Send shutdown instead of panic when reaching max fail * Stop quicker on failure * Update comment
…pdates (#5406) Bumps the patch-updates group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.27` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.44` | | [getset](https://github.com/jbaublitz/getset) | `0.1.3` | `0.1.4` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.9` | `0.17.11` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.7` | `1.1.8` | | [semver](https://github.com/dtolnay/semver) | `1.0.24` | `1.0.25` | | [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.138` | | [bip32](https://github.com/iqlusioninc/crates) | `0.5.2` | `0.5.3` | Updates `clap` from 4.5.26 to 4.5.27 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.26...clap_complete-v4.5.27) Updates `clap_complete` from 4.5.40 to 4.5.44 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.40...clap_complete-v4.5.44) Updates `getset` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/jbaublitz/getset/releases) - [Commits](jbaublitz/getset@0.1.3...0.1.4) Updates `indicatif` from 0.17.9 to 0.17.11 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.9...0.17.11) Updates `log` from 0.4.22 to 0.4.25 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.25) Updates `pin-project` from 1.1.7 to 1.1.8 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.7...v1.1.8) Updates `semver` from 1.0.24 to 1.0.25 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.24...1.0.25) Updates `serde_json` from 1.0.135 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.135...v1.0.138) Updates `bip32` from 0.5.2 to 0.5.3 - [Commits](iqlusioninc/crates@bip32/v0.5.2...bip32/v0.5.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: getset dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: bip32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Upgrade to thiserror 2.0 * Remove line macros in vesting contract error type * Name positional arguments in GatewayRequestsError * Named positional argument * Revert "Remove line macros in vesting contract error type" This reverts commit 49f937d. * Use positional arguments for line
* removed all uses of the bloomfilter inside nym-api * changed http status code on bf queries
implementation of secure dns for websocket connection establishment. depends on #5355
* build(deps): bump tokio from 1.40.0 to 1.43.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.43.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.43.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * wip: test if token is set * Try with an artifical delay between calls --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Häggblad <[email protected]>
* spacing + working openapi local for nymapi * sandbox nyx rest api * add now working nym-api openapi json url to component
* add legal support notes * write dev release notes * create new legal page and add templates * remove node_api_check to backup * templates page * update specs * update backup and restore node * PR ready for review * address review comment * last tweaks - PR finished * last tweaks - PR finished
Feature/fix develop merge
tommyv1987
approved these changes
Feb 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change is![Reviewable](https://camo.githubusercontent.com/1541c4039185914e83657d3683ec25920c672c6c5c7ab4240ee7bff601adec0b/68747470733a2f2f72657669657761626c652e696f2f7265766965775f627574746f6e2e737667)