benedettadavico
f3a449b7cc
bump versions
2025-10-06 14:38:00 +02:00
benedetta davico
48c06545ab
Merge pull request #6087 from nymtech/serinko/autorun-callout-msg
2025-10-05 12:15:23 +02:00
serinko
f53e5fe8dd
add a quick start message
2025-10-05 11:48:49 +02:00
Jędrzej Stuczyński
fc98c497b4
feat: DKG contract method for updating announce address ( #6050 )
...
* added new dkg execute methods for ownership transfer and announce address update
* cherry-pick TestableNymContract for the dkg contract from #5091
* tests
* schema fixes
* removed old queued migrations
2025-10-02 17:19:03 +01:00
benedetta davico
cf21593ffa
Merge pull request #6080 from nymtech/release/2025.17-isabirra
...
Merge release/2025.17-isabirra to master
2025-10-02 16:06:41 +02:00
benedetta davico
92a88cdf9a
Merge pull request #6079 from nymtech/release/2025.17-isabirra
...
Release/2025.17 isabirra
2025-10-02 16:00:53 +02:00
Bogdan-Ștefan Neacşu
026d3a6466
Get wireguard keypair as arg instead of reading it from disk ( #6078 )
...
* Get wireguard keypair as arg instead of reading it from disk
* Move keypair out of NymNode
* Remove legacy auth client
2025-10-02 16:27:48 +03:00
import this
53c4fde314
Hotfix: Update API source in node ping tester script ( #6082 )
2025-10-02 12:53:51 +00:00
Simon Wicky
3f55e62764
ci fixes
...
(cherry picked from commit caf40e7a37 )
2025-10-02 14:05:43 +02:00
import this
00cc54f5c3
[DOCs/operators]: Release notes 2025.17-isabirra & New tools documentation ( #6081 )
...
* initialise release update notes
* add api changes
* create tools page and document nym-node-cli usage
* syntax fix
* document cmd tools
* add tools and ufw command to changelog
* add ufw 51830 to nym-node ports snippet
* ready for review except missing version hash info
* finished - ready for review
* add spectre delegation wizzard
2025-10-02 11:56:12 +00:00
import this
c1904840e1
Feature: Node rewards tracker ( #6064 )
2025-10-02 08:52:46 +00:00
benedetta davico
c652e3bdcd
Benny/ci contract fix ( #5962 )
...
* use different runner
* Update Makefile
* Update Makefile
* Update ci-contracts-upload-binaries.yml
change to dtolnay
* Update ci-contracts-upload-binaries.yml
allow features alloc
* Update ci-contracts-upload-binaries.yml
try a specific cosmwasm-check
* Update ci-contracts-upload-binaries.yml
temp disable - until the right cosm check is found
* try new runner
* remove version check
* try to dockerize
* test
* remove rust install
* test
* change runner
* .
* set cargo path
* set path
* diff image
* error
* set path
* .
* aah
* .
* remove singlepass feature
* change runner
* Update ci-contracts-upload-binaries.yml
---------
Co-authored-by: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com >
2025-10-02 09:15:48 +01:00
benedetta davico
f9844416df
Update ci-contracts.yml
2025-10-01 12:45:18 +02:00
benedetta davico
bbea2ff9e9
Add nym-node binary
nym-binaries-v2025.17-isabirra
2025-10-01 12:06:07 +02:00
Simon Wicky
4acaec48b4
update runner for nym stats api build ( #6077 )
nym-statistics-api-0.2.1
2025-10-01 09:48:16 +02:00
Simon Wicky
51779c06a4
Registration Client ( #6059 )
...
* removing wg-gateway-client
* bandwidth_provider trait
* authenticator client
* adapt ip-packet-client
* nit
* registration_client
* accomodate new shutdown and bugfix
* sdk changes
* cleanup and shutdown management
* remove credential mode
* error cleanup
* better error handling
* removing useless cover traffic delay
* wasm client stuff
* cfg unix
* more wasm stuff
* change authenticator client to not be blocked by mixnet client
2025-09-30 15:50:04 +02:00
import this
5cc650e901
Feature: Ping probe all nodes /described from a server ( #6074 )
...
* initialise test-nodes-pings.sh
* add retry
2025-09-30 13:30:54 +00:00
Simon Wicky
a7ec178c9f
[Stats API] Add flat table to stats API ( #6073 )
...
* add flat table to stats API
* remove day column
2025-09-30 14:30:05 +02:00
benedetta davico
4e97a2f871
Update push-credential-proxy.yaml
2025-09-30 12:03:04 +02:00
benedetta davico
5fbfc21fb2
Bump cred proxy version
2025-09-30 11:22:18 +02:00
benedettadavico
3d45801bb7
Fix swagger v2 endpoint
2025-09-30 10:26:55 +02:00
benedettadavico
3aea9f127b
Update changelog
2025-09-30 10:23:55 +02:00
benedetta davico
a26ff644cc
Update mainnet.rs
2025-09-29 19:16:49 +02:00
Mark Sinclair
a0e37e78e2
Node Status API: add bridge information to dVPN endpoint ( #6069 )
...
* ns api: add node scraper for bridge information and add to dVPN gateway output
* extra error reporting
* run sqlx-prepare
* fix clippy
---------
Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com >
Co-authored-by: benedettadavico <benedetta.davico@gmail.com >
2025-09-29 16:27:10 +01:00
Jędrzej Stuczyński
b3d02e3ba7
feat: NS ticket faucet ( #6047 )
...
* ns-api: remove sqlite support
ns-api: add env var to skip migrations for local dev
ns-api: tidy up imports
ns-api: fix deserialisation fo node descriptions
update dockerfile
update README
fix up README and example env
ns-api: bump major version to 4
ns-api: add more geoip data and new performance field in dvpn responses
* ability to import partial ticketbooks
* wip: adding common ecash state to NS API
* buffering ticketbooks
* wip
* distribute tickets when getting testrun assignment
* passing ticketbook data to gateway probe
* wrapped around storage tx
* ticketbook query fixes
* clippy
* modified testrun assignment to always return tickets
* Update version
* Update push-node-status-agent.yaml
* Update Cargo.toml
* add entrypoint for ns agents
* sqlx prepare and cargo fmt
* clippy fixes
* Update ci-check-ns-api-version.yml
---------
Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com >
Co-authored-by: benedetta davico <46782255+benedettadavico@users.noreply.github.com >
Co-authored-by: benedettadavico <benedetta.davico@gmail.com >
2025-09-29 14:53:15 +01:00
Mark Sinclair
f5b5177073
Update push-node-status-api.yaml
2025-09-26 20:14:30 +01:00
dependabot[bot]
37c4a3aa36
build(deps): bump SonarSource/sonarqube-scan-action
...
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action ) from 5 to 6.
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases )
- [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
dependency-version: '6'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-26 13:13:05 +00:00
Simon Wicky
a29df08463
frontdoor typo fix ( #6067 )
2025-09-26 12:06:40 +02:00
Simon Wicky
6a028417ad
[chore] Clippy fix ( #6060 )
...
* clippy multiple of fix
* removed dead code?
* huh?
* ci fixes
2025-09-26 11:58:59 +02:00
benedetta davico
4cd4dc2d1c
Merge pull request #6065 from nymtech/release/2025.17-isabirra
2025-09-26 10:34:09 +02:00
Jack Wampler
983cba21ba
Bridge proto client params in Self-Described ( #6035 )
2025-09-25 11:24:21 -06:00
benedetta davico
b9fb2c4e0a
Merge pull request #6062 from nymtech/benny/gw-fixes
...
Bugfix | Fix the registration handshake
2025-09-24 15:28:15 +02:00
Simon Wicky
7bcd3fe754
fixy fix
2025-09-24 15:14:42 +02:00
import this
eeb0278d13
Bugfix: Nym node CLI download nym-node exception ( #6058 )
...
* dowloand nym-node script fix
* ready for review
* ready for review
* fix landing page flow
* fix landing page flow
2025-09-24 12:49:48 +00:00
benedettadavico
7147ba56e2
adding log
2025-09-24 14:40:53 +02:00
benedetta davico
7bf5553fd1
Update ci-build-upload-binaries.yml
2025-09-24 14:15:23 +02:00
benedettadavico
810b0628bb
testing fixes
2025-09-24 14:06:42 +02:00
Drazen Urch
8d28016e08
Run SM with cancel_on_panic ( #6054 )
2025-09-23 10:51:13 +02:00
Mark Sinclair
fb0b55d540
Node Status API: remove sqlite support ( #6004 )
...
* ns-api: remove sqlite support
ns-api: add env var to skip migrations for local dev
ns-api: tidy up imports
ns-api: fix deserialisation fo node descriptions
update dockerfile
update README
fix up README and example env
ns-api: bump major version to 4
ns-api: add more geoip data and new performance field in dvpn responses
* ns-api: polyfill dVPN probe outcomes to make compatible with existing clients
* Use explicit transaction for testrun status change (#6046 )
* Use explicit transaction for testrun status change
* Improve run scripts
* Skip locked rows
* bump version 4.0.2
* Fix build.rs
* Fix up .sqlx queries
* Bump agent version and change dockerfile to run the agent in a loop
* Make time between agents configurable by env var SLEEP_TIME
* Update entrypoint.sh
* Update Dockerfile with full path
* Force bigint to avoid postgres numeric cast
* Add override args to agent entry point, bump agent version and NS API version
---------
Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com >
Co-authored-by: dynco-nym <173912580+dynco-nym@users.noreply.github.com >
2025-09-19 17:00:54 +01:00
import this
1bb973e4a7
Feature: Nym node html landing page ( #6053 )
...
* add proper landing page and hook it to node autorun
* Update nym-node version
---------
Co-authored-by: benedetta davico <46782255+benedettadavico@users.noreply.github.com >
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
2025-09-19 13:15:16 +00:00
benedetta davico
f0d8dabb9f
Merge pull request #6042 from nymtech/release/2025.16-halloumi
...
Merge release/2025.16-halloumi to master
2025-09-17 14:20:19 +02:00
Drazen Urch
aa1cad4422
Transparent ShutdownManager with cascading ShutdownTrackers ( #6040 )
...
* Idea for transparent ShutdownManager use
* Tracker hierarchies
* Fix wasm shutdown, convinience shutdown method
2025-09-17 12:51:00 +02:00
benedettadavico
e388e67357
bump versions
2025-09-17 12:40:40 +02:00
benedetta davico
44ac5e1ced
Merge pull request #6044 from nymtech/feature/merge-halloumi
...
Merge release/2025.16-halloumi to develop using separated branch
2025-09-17 11:54:08 +02:00
Bogdan-Ștefan Neacşu
78d3d78a8c
Merge remote-tracking branch 'origin/develop' into release/2025.16-halloumi
2025-09-17 12:24:40 +03:00
Bogdan-Ștefan Neacşu
05734e6fe9
Revert "Backport metadata endpoint ( #6010 )"
...
This reverts commit d984d085a7 .
2025-09-17 12:21:48 +03:00
import this
d2d90160be
[DOCs/operators]: Release notes for v2025.16-halloumi ( #6039 )
2025-09-16 11:38:07 +00:00
benedetta davico
6731b89714
update rust version
nym-binaries-v2025.16-halloumi
2025-09-16 11:41:49 +02:00
benedetta davico
55aea37b89
typo
2025-09-16 11:29:32 +02:00
Jędrzej Stuczyński
748478c89e
chore: made http-api-client-macro doctest compile ( #6037 )
2025-09-16 09:58:09 +01:00