import this
982786b678
[NTM]: NIP-7 port update & [DOCs/operators]: Release notes for v2026.2 oscypek ( #6384 )
...
* add operators notes
* add dev notes
* bump up version
* open NIP-7 ports
* bump up stats
* fix incorrect dash
2026-01-29 13:21:28 +00:00
Merve
dbf571cb0a
docs typos fixed ( #6368 )
2026-01-26 09:58:30 +00:00
mfahampshire
cf3fd00350
Max/crates io prep v2 ( #6270 )
...
* - standardise versions for all nym-sdk workspace dependencies
- prepend sqlx-pool-guard with 'nym-'
* Test remove nym-api from deps
* Add oneliner to client_pool doc comments
* Add note to commented out docs.rs link in sdk
* remove nym-api from script
* add publishing file
* bring non-binary / contract / tools into workspace version
* added more info to publishing.md
* make deps workspace version
* remove uploaded sphinx-types crate from script
* remove erroueously included ignore-defaults
* add zeroise to feature
* chore: Release
* add topology to batch
* more cargo versioning
* more cargo versioning - wasm utils
* more cargo versioning - wasm utils
* Add publish=false to manifest for cargo workspaces / crates.io
publishing exclusion
* remove script now switched to manifest based exclusion
* rename import based on rename of contracts-common dep
* Making workspace versions for publication + removing unnecessary crates
from publication
* Remove OOD info from publishing sdk guide
* rename contract imports + remove package
* temp commit: continuing with removal of path from cargo manifest and
replacing with workspace version import for publication
* continuing with cargo.toml updates
* dryrun only erroring on known version problem crates
* remove old published-crates file
* Minor comment change
* remove default features warning
* Additional info on workspace dep comment re publish list
* Add missing description to cargo.toml
* Fix missing feature flags
* Add missing descriptions
* Fix remaining path import
* Add workspace repo / homepage / documentation links to cargo.toml files
* remove workspace version from excluded crate
* Remove todo descriptions
* Minor comment change
* add homepage etc
* move from bls git import to nym_bls_fork crate
* Modify rest of imports from path to workspace import, excluding binaries
* add directory/homepage info
* fix cargo fmt
* add notes to gitignore
* better solution to contracts/ experiment
* wasm -> nym_wasm crate renaming
* fix fatfinger
* add metadata to ecash cargo.toml
* stub publishing guide
* fix misrevolved netlink- version
* Fixes and block publication of rebase re: LP
* first pass @ workflows
2026-01-19 13:19:45 +00:00
import this
877d4d68c9
Feature: NTM open SMTP + add rate limit fn & [DOCs/operators]: Release updates niolo ( #6317 )
...
* initialise smtp rate limit
* simplify
* remove duplicate hooks
* fix ordering
* ntm finalized
* add changelog for niolo
* bump up version
* correct nym buy info
* update stats
* fix typo
* fix typo
* ready to merge
* PR finished
2026-01-15 10:09:59 +00:00
p17o
29de743bd2
[DOCs/operators]: Update OVHCloud ( #6070 )
...
Co-authored-by: import this <97586125+serinko@users.noreply.github.com >
2026-01-12 12:29:14 +00:00
import this
122397f460
[feature/operators]: Improve Ansible UX, Nginx indempotency and error handling ( #6310 )
...
* make wireguard enabled flag bulletproof
* correct firewall setting
* add nginx handler
* make systemd template case sensitive
* twek nginx and ssl template
* finalize nginx and certbot configs
* add nginx purge command
* fix typo
* add removing vm guide
2026-01-07 13:45:56 +00:00
dependabot[bot]
198a245b2c
build(deps): bump js-yaml from 3.14.1 to 3.14.2 in /documentation/docs ( #6290 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.14.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 3.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 09:14:26 +00:00
benedetta davico
9665aab112
Merge pull request #6280 from nymtech/serinko/nip-4_nip-6/protocol_upgrade
...
Feature: Add ports for SMTP, Whatsup and Session
2025-12-16 08:28:26 -08:00
Simon Wicky
892341fa59
[chore] clippy fixes and use fixed rust version from REQUIRED_RUSTC_VERSION ( #6295 )
...
* clippy fix part 1
* use REQUIRED_RUSTC_VERSION instead of stable
* workflow fix
* forgot latest
2025-12-16 13:53:45 +01:00
benedetta davico
49e3abddf2
typo
2025-12-16 13:01:28 +01:00
benedetta davico
ade194f2b2
remove 465 until jan
2025-12-16 09:40:47 +01:00
dependabot[bot]
a00295a361
build(deps): bump next from 15.5.7 to 15.5.9 in /documentation/docs ( #6285 )
...
Bumps [next](https://github.com/vercel/next.js ) from 15.5.7 to 15.5.9.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v15.5.7...v15.5.9 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 15.5.9
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 09:59:44 +00:00
serinko
5258b55a61
finish PR for review
2025-12-11 17:24:12 +01:00
serinko
ae66c73faa
fix typo
2025-12-11 12:47:17 +01:00
serinko
424647f32e
fix typo
2025-12-11 12:36:38 +01:00
serinko
1c897cfe68
update stats
2025-12-11 12:28:17 +01:00
serinko
d566592862
fix typo
2025-12-11 12:23:57 +01:00
serinko
bfef3db28e
add news to changelog
2025-12-11 12:22:58 +01:00
import this
59aeb63272
Feature: Nym Node Ansible playbook & docs ( #6266 )
...
* + init ansible folder setup
* / restructure project
* / move hostname
* add ufw
* sort out latest binary
* tweak inventory
* add description toml
* add tunnel and quic roles
* add tunnel and quic and nnginx roles
* add postinst and tags
* add landing page
* add description
* quic fully noninteractive
* add bonding playbook
* add serial
* finish bonding
* initialise ansible docs
* initialise orchestration page
* start docs
* create upgrade flow
* fix upgrade flow
* remove redundant
* add more vars
* finish deploy and bond
* ansible guide
* orchestration intro
* syntax fix
* bump stats and fix syntax
* typo
* fix CVE-2025-66478 vulnerability
* update pnpm
* add pnpm-workspace
* add monorepo root packages
* fix inventory/all
* add moniker comment note
* fix inventory/all
---------
Co-authored-by: RadekSabacky <radek@nymtech.net >
2025-12-10 16:17:08 +00:00
import this
bf7cd15428
Merge pull request #6235 from nymtech/serinko/release-notes/v2025.21-mozzarella
...
[DOCs/operators]: Release notes for `v2025.21-mozzarella`
2025-11-26 13:58:40 +00:00
serinko
32e06e19e7
bump stats
2025-11-26 13:18:47 +01:00
serinko
fd1b524037
add operators news
2025-11-26 13:13:37 +01:00
serinko
36d0adfe92
add NTM info message
2025-11-26 12:15:50 +01:00
serinko
fcf782674c
bump up version
2025-11-26 12:08:27 +01:00
serinko
4b35c36299
add dev notes
2025-11-26 12:05:48 +01:00
dependabot[bot]
9714351fd8
Bump glob from 10.3.4 to 10.5.0 in /documentation/scripts/post-process ( #6216 )
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 10.3.4 to 10.5.0.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.4...v10.5.0 )
---
updated-dependencies:
- dependency-name: glob
dependency-version: 10.5.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-26 10:19:48 +00:00
Tommy Verrall
df52f10f52
Merge pull request #6219 from PaJaSoft/chain-link-fix
...
Update chain registry link
2025-11-26 00:41:55 -08:00
serinko
f1024bc976
improve formatting
2025-11-25 11:13:46 +01:00
serinko
1aec4c2f8e
fix typo
2025-11-25 11:11:16 +01:00
serinko
1b79107726
update explorer part
2025-11-25 11:02:26 +01:00
serinko
a69b473ba1
update explorer part
2025-11-25 11:00:14 +01:00
serinko
fe01c922c0
improve formatting
2025-11-25 10:52:58 +01:00
serinko
4b0fbc663a
improve formatting
2025-11-25 10:51:41 +01:00
serinko
4b292ca142
update nym-node-cli guide
2025-11-25 10:02:28 +01:00
serinko
a293d6da7d
full_tunnel_setup to nym_tunnel_setup
2025-11-24 15:20:45 +01:00
serinko
00d0ae0b5b
docs: add noninteractive mode for quic setup
2025-11-24 14:35:00 +01:00
serinko
de0ae687ef
docs: specify command desc
2025-11-24 14:24:04 +01:00
serinko
2d37c33a3d
tweak docs commands
2025-11-24 12:44:04 +01:00
import this
2cc59aadc5
Merge branch 'develop' into operators/tools-rewamp
2025-11-21 11:02:35 +00:00
serinko
47c6006bb7
ready to merge back
2025-11-20 13:52:41 +01:00
serinko
dcfd0f77ad
debug trace ticks
2025-11-20 13:39:11 +01:00
serinko
78fb779010
write wg exit policy testing steps
2025-11-20 13:33:06 +01:00
serinko
b4544c2b48
wg exit policy setup
2025-11-20 13:17:40 +01:00
PaJaSoft
b8479e1cde
Update chain registry link
2025-11-20 01:24:16 +01:00
serinko
37e3a101b1
fix routing test
2025-11-19 17:41:35 +01:00
serinko
45a1074377
remove redundant
2025-11-19 17:35:33 +01:00
serinko
1b9af19e20
update routing configuration steps and make components
2025-11-19 17:14:44 +01:00
RadekSabacky
ce26105986
typo
2025-11-14 13:24:05 +01:00
mfahampshire
577675bab3
Remove old conceptsoverview page + move index to proper place in sidebar ( #6196 )
2025-11-13 11:38:54 +00:00
mfahampshire
ec015618cd
update gw probe to point @ monorepo ( #6194 )
...
* update gw probe to point @ monorepo
* add funded nyx account info
2025-11-13 11:02:45 +00:00