first draft release file

This commit is contained in:
mfahampshire
2025-12-04 13:18:35 +00:00
parent 837c28e6db
commit fd221a97f5
+74
View File
@@ -0,0 +1,74 @@
# This is the release file for the nym-sdk; we need to publish a bunch of workspace dependencies alongside it.
[workspace]
allow-branch = ["*"] # THIS IS FOR DRYRUN TESTING - MAKE SURE WE ACTUALLY CAN ONLY RELEASE FROM A CERTAIN BRANCH TAG OR AFTER MERGING WITH MAIN ETC, TODO MODIFY
prev-tag-name = "" # This is for first release
members = [
"nym-api",
"nym-bandwidth-controller",
"nym-bin-common",
"nym-client-core",
"nym-client-core-config-types",
"nym-client-core-gateways-storage",
"nym-client-core-surb-storage",
"nym-compact-ecash",
"nym-config",
"nym-contracts-common",
"nym-coconut-dkg-common",
"nym-credential-storage",
"nym-credential-utils",
"nym-credentials",
"nym-credentials-interface",
"nym-crypto",
"nym-ecash-contract-common",
"nym-ecash-signer-check-types",
"nym-ecash-time",
"nym-exit-policy",
"nym-gateway-client",
"nym-gateway-requests",
"nym-group-contract-common",
"nym-http-api-client",
"nym-http-api-client-macro",
"nym-http-api-common",
"nym-id",
"nym-metrics",
"nym-mixnet-client",
"nym-mixnet-contract-common",
"nym-multisig-contract-common",
"nym-network-defaults",
"nym-noise",
"nym-noise-keys",
"nym-nonexhaustive-delayqueue",
"nym-node-requests",
"nym-ordered-buffer",
"nym-outfox",
"nym-pemstore",
"nym-performance-contract-common",
"nym-serde-helpers",
"nym-service-providers-common",
"nym-socks5-client-core",
"nym-socks5-proxy-helpers",
"nym-socks5-requests",
"nym-sphinx",
"nym-sphinx-acknowledgements",
"nym-sphinx-addressing",
"nym-sphinx-anonymous-replies",
"nym-sphinx-chunking",
"nym-sphinx-cover",
"nym-sphinx-forwarding",
"nym-sphinx-framing",
"nym-sphinx-params",
"nym-sphinx-routing",
"nym-sphinx-types",
"nym-statistics-common",
"nym-task",
"nym-ticketbooks-merkle",
"nym-topology",
"nym-upgrade-mode-check
"nym-validator-client",
"nym-vesting-contract-common",
"nym-wireguard-types",
"nym-sqlx-pool-guard",
"nym-sdk",
]