dvpn-core 0.1.7 → 0.1.9
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.
|
|
25
|
+
npm install -g dvpn-core-0.1.9.tgz
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
## Install From npm
|
|
@@ -98,6 +98,16 @@ DVPN_SOLANA_RPC_URL=https://api.mainnet-beta.solana.com dvpn control run
|
|
|
98
98
|
|
|
99
99
|
Only verified stake declarations are eligible for reward epoch allocations.
|
|
100
100
|
|
|
101
|
+
The repository also includes an Anchor staking program:
|
|
102
|
+
|
|
103
|
+
```text
|
|
104
|
+
Program ID: A2jGcrKMp2noJPfaVhHLh9WdiWx4vWE4uiLJkgoAfWZj
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
Build/deploy helpers live in `scripts/solana` in the source repository.
|
|
108
|
+
The source repository also includes `scripts/solana/test-staking-localnet.sh`
|
|
109
|
+
for full localnet staking lifecycle and safety tests.
|
|
110
|
+
|
|
101
111
|
## Platform Notes
|
|
102
112
|
|
|
103
113
|
The npm package distributes the DVPN CLI binary. Real VPN tunnel activation also
|
package/package.json
CHANGED
package/vendor/dvpn-linux-amd64
CHANGED
|
Binary file
|
package/vendor/dvpn-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|