dvpn-core 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,7 +22,7 @@ From the repository root:
22
22
  ```sh
23
23
  cd packages/npm
24
24
  npm pack
25
- npm install -g dvpn-core-0.1.9.tgz
25
+ npm install -g dvpn-core-0.1.10.tgz
26
26
  ```
27
27
 
28
28
  ## Install From npm
@@ -108,6 +108,11 @@ Build/deploy helpers live in `scripts/solana` in the source repository.
108
108
  The source repository also includes `scripts/solana/test-staking-localnet.sh`
109
109
  for full localnet staking lifecycle and safety tests.
110
110
 
111
+ Version `0.1.10` includes localnet staking validation for duplicate config
112
+ rejection, duplicate position rejection, multiple relay positions per staker,
113
+ unauthorized pause rejection, signer mismatch rejection, staking, pause,
114
+ partial unstake, and full unstake.
115
+
111
116
  ## Platform Notes
112
117
 
113
118
  The npm package distributes the DVPN CLI binary. Real VPN tunnel activation also
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dvpn-core",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "DVPN Core CLI for clients, relay nodes, and control plane operators.",
5
5
  "license": "MIT",
6
6
  "bin": {
Binary file
Binary file
Binary file
Binary file