Commit Graph

10375 Commits

Author SHA1 Message Date
mfahampshire c0811bc2a2 Making workspace versions for publication + removing unnecessary crates
from publication
2026-01-05 13:40:04 +00:00
mfahampshire 2ab7bc6e85 rename import based on rename of contracts-common dep 2026-01-05 12:09:25 +00:00
mfahampshire b528750cdd remove script now switched to manifest based exclusion 2026-01-05 11:15:59 +00:00
mfahampshire 712ad3579c Add publish=false to manifest for cargo workspaces / crates.io
publishing exclusion
2026-01-05 11:05:09 +00:00
mfahampshire 3cf33000de mod script again 2026-01-05 09:31:43 +00:00
mfahampshire 8eb408e619 more cargo versioning - wasm utils 2026-01-05 09:31:43 +00:00
mfahampshire e2a65b07e7 more cargo versioning - wasm utils 2026-01-05 09:31:43 +00:00
mfahampshire 6e4ae07ac6 more cargo versioning 2026-01-05 09:31:43 +00:00
mfahampshire 6868c7d5ae add topology to batch 2026-01-05 09:31:43 +00:00
mfahampshire 887db8c675 chore: Release 2026-01-05 09:31:42 +00:00
mfahampshire ca3a022c62 add zeroise to feature 2026-01-05 09:31:37 +00:00
mfahampshire 99f71ff032 remove erroueously included ignore-defaults 2026-01-05 09:31:37 +00:00
mfahampshire 59d2518f63 remove uploaded sphinx-types crate from script 2026-01-05 09:31:37 +00:00
mfahampshire 8dc6ed9599 remove default features from crate, add to monorepo root dep defintion 2026-01-05 09:31:37 +00:00
mfahampshire d482c1a023 make deps workspace version 2026-01-05 09:31:37 +00:00
mfahampshire b50173c56b use workspace version 2026-01-05 09:31:37 +00:00
mfahampshire 2f70f0c9e5 use workspace version 2026-01-05 09:31:37 +00:00
mfahampshire 24d7a5692d commit to remove dirty git tree err from cargo-release for test script 2026-01-05 09:31:36 +00:00
mfahampshire 34e7f8dc09 commit to remove dirty git tree err from cargo-release 2026-01-05 09:31:35 +00:00
mfahampshire e206846d41 added more info to publishing.md 2026-01-05 09:31:26 +00:00
mfahampshire 41bbceb753 removed --no-publish flag from script 2026-01-05 09:31:26 +00:00
mfahampshire f2c0cd2861 bring non-binary / contract / tools into workspace version 2026-01-05 09:31:22 +00:00
mfahampshire acfbb93acd add publishing file 2026-01-05 09:30:35 +00:00
mfahampshire 6942cd5d2f remove nym-api from script 2026-01-05 09:30:35 +00:00
mfahampshire 809f602150 Add note to commented out docs.rs link in sdk 2026-01-05 09:30:35 +00:00
mfahampshire 05318674af Add oneliner to client_pool doc comments 2026-01-05 09:30:35 +00:00
mfahampshire 6d95fb2a39 Test remove nym-api from deps 2026-01-05 09:30:35 +00:00
mfahampshire 515b3156a6 update script 2026-01-05 09:30:35 +00:00
mfahampshire 852f2f88e7 script > release.toml 2026-01-05 09:30:35 +00:00
mfahampshire fd221a97f5 first draft release file 2026-01-05 09:30:35 +00:00
mfahampshire 837c28e6db retry versioning for cargo-release 2026-01-05 09:30:35 +00:00
mfahampshire 1eb5d62fff bring contracts into sdk global version + nym-api 2026-01-05 09:30:34 +00:00
mfahampshire 1c7ce2d903 - standardise versions for all nym-sdk workspace dependencies
- prepend sqlx-pool-guard with 'nym-'
2026-01-05 09:30:21 +00:00
Simon Wicky d08da7f998 [bugfix] Sqlite transaction escalation was causing errors (#6299)
* well that was an easy fix

* change fn name because somebody wasn't happy about my one line fix
2025-12-18 16:53:33 +01:00
Jack Wampler ae54e86bf4 add pre-resolve stage that returns addrs if we have used static table previously (#6297) 2025-12-17 09:06:43 -07:00
Andrej Mihajlov 177fbaec99 Add Copy+Clone to nym_client_core::client::topology_control::nym_api_provider::Config (#6296) 2025-12-17 10:00:40 +00:00
dependabot[bot] 9a3a6dff59 build(deps): bump SonarSource/sonarqube-scan-action from 6 to 7 (#6294)
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 6 to 7.
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
- [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v6...v7)

---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 09:17:14 +00:00
dependabot[bot] 05fd287ae6 build(deps): bump mikefarah/yq from 4.49.2 to 4.50.1 (#6293)
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.49.2 to 4.50.1.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](https://github.com/mikefarah/yq/compare/v4.49.2...v4.50.1)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-version: 4.50.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 09:15:36 +00:00
dependabot[bot] eda421d3ab build(deps): bump actions/upload-artifact from 5 to 6 (#6292)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 09:15:14 +00:00
dependabot[bot] 510c754486 build(deps): bump actions/download-artifact from 6 to 7 (#6291)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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:50 +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
dependabot[bot] a3223b4f56 build(deps): bump actions/checkout from 4 to 6 (#6243)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 14:59:45 +00: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 1bf4109398 remove 465 for now 2025-12-16 13:02:15 +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] 2f2ab9c356 build(deps): bump next in /nym-node-status-api/nym-node-status-ui (#6289)
Bumps [next](https://github.com/vercel/next.js) from 15.4.9 to 15.4.10.
- [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.4.9...v15.4.10)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.4.10
  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 10:12:10 +00:00
dependabot[bot] 59e720af6f build(deps): bump mikefarah/yq from 4.48.1 to 4.49.2 (#6242)
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.48.1 to 4.49.2.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](https://github.com/mikefarah/yq/compare/v4.48.1...v4.49.2)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-version: 4.49.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:07:55 +00:00
dependabot[bot] c202d5cf49 build(deps): bump actions/upload-artifact from 4 to 5 (#6241)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:07:47 +00:00