ward-protocol 0.2.3__tar.gz → 0.2.4__tar.gz
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.
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/PKG-INFO +7 -6
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/README.md +6 -5
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/pyproject.toml +1 -1
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward_protocol.egg-info/PKG-INFO +7 -6
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/LICENSE +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/setup.cfg +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/__init__.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/chain_reader.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/client.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/constants.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/coverage.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/keys.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/monitor.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/pool.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/primitives.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/registry.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/settlement.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/tx_builder.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/validator.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/vault_monitor.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/webhooks.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward_client.py +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward_protocol.egg-info/SOURCES.txt +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward_protocol.egg-info/dependency_links.txt +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward_protocol.egg-info/requires.txt +0 -0
- {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward_protocol.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ward-protocol
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Open specification for XLS-66 vault default protection on the XRP Ledger
|
|
5
5
|
Author-email: Ward Protocol <team@wardprotocol.org>
|
|
6
6
|
License: MIT
|
|
@@ -33,8 +33,8 @@ Dynamic: license-file
|
|
|
33
33
|
# Ward Protocol
|
|
34
34
|
|
|
35
35
|
[](https://wardprotocol.org)
|
|
36
|
-
[](#sdk-changelog)
|
|
37
|
+
[](#running-tests)
|
|
38
38
|
[](https://github.com/XRPLF/XRPL-Standards)
|
|
39
39
|
[](LICENSE)
|
|
40
40
|
|
|
@@ -180,9 +180,10 @@ Output: `VALID / INVALID` + deterministic unsigned EscrowCreate
|
|
|
180
180
|
|
|
181
181
|
## Implementation Status
|
|
182
182
|
|
|
183
|
-
- ✅ SDK built and tested —
|
|
183
|
+
- ✅ SDK built and tested — 204/204 Python tests passing
|
|
184
184
|
- ✅ 40/40 Rust tests passing
|
|
185
|
-
- ✅
|
|
185
|
+
- ✅ 45/45 TypeScript tests passing (sdk/typescript/)
|
|
186
|
+
- ✅ v0.2.4 modular architecture — 8 Python modules + 2 Rust modules
|
|
186
187
|
- ✅ Testnet simulation confirmed — 5 on-chain transactions (Altnet)
|
|
187
188
|
- ✅ XRPLF Discussion #474 — active
|
|
188
189
|
- ✅ Security review complete — all findings resolved
|
|
@@ -313,7 +314,7 @@ ruff check ward/
|
|
|
313
314
|
|
|
314
315
|
See [CHANGELOG.md](CHANGELOG.md)
|
|
315
316
|
|
|
316
|
-
Current: v0.2.
|
|
317
|
+
Current: v0.2.4 — 204/204 Python tests · 40/40 Rust tests · 45/45 TypeScript tests · ruff clean
|
|
317
318
|
|
|
318
319
|
### TypeScript (sdk/typescript/)
|
|
319
320
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Ward Protocol
|
|
2
2
|
|
|
3
3
|
[](https://wardprotocol.org)
|
|
4
|
-
[](#sdk-changelog)
|
|
5
|
+
[](#running-tests)
|
|
6
6
|
[](https://github.com/XRPLF/XRPL-Standards)
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
|
|
@@ -148,9 +148,10 @@ Output: `VALID / INVALID` + deterministic unsigned EscrowCreate
|
|
|
148
148
|
|
|
149
149
|
## Implementation Status
|
|
150
150
|
|
|
151
|
-
- ✅ SDK built and tested —
|
|
151
|
+
- ✅ SDK built and tested — 204/204 Python tests passing
|
|
152
152
|
- ✅ 40/40 Rust tests passing
|
|
153
|
-
- ✅
|
|
153
|
+
- ✅ 45/45 TypeScript tests passing (sdk/typescript/)
|
|
154
|
+
- ✅ v0.2.4 modular architecture — 8 Python modules + 2 Rust modules
|
|
154
155
|
- ✅ Testnet simulation confirmed — 5 on-chain transactions (Altnet)
|
|
155
156
|
- ✅ XRPLF Discussion #474 — active
|
|
156
157
|
- ✅ Security review complete — all findings resolved
|
|
@@ -281,7 +282,7 @@ ruff check ward/
|
|
|
281
282
|
|
|
282
283
|
See [CHANGELOG.md](CHANGELOG.md)
|
|
283
284
|
|
|
284
|
-
Current: v0.2.
|
|
285
|
+
Current: v0.2.4 — 204/204 Python tests · 40/40 Rust tests · 45/45 TypeScript tests · ruff clean
|
|
285
286
|
|
|
286
287
|
### TypeScript (sdk/typescript/)
|
|
287
288
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ward-protocol
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Open specification for XLS-66 vault default protection on the XRP Ledger
|
|
5
5
|
Author-email: Ward Protocol <team@wardprotocol.org>
|
|
6
6
|
License: MIT
|
|
@@ -33,8 +33,8 @@ Dynamic: license-file
|
|
|
33
33
|
# Ward Protocol
|
|
34
34
|
|
|
35
35
|
[](https://wardprotocol.org)
|
|
36
|
-
[](#sdk-changelog)
|
|
37
|
+
[](#running-tests)
|
|
38
38
|
[](https://github.com/XRPLF/XRPL-Standards)
|
|
39
39
|
[](LICENSE)
|
|
40
40
|
|
|
@@ -180,9 +180,10 @@ Output: `VALID / INVALID` + deterministic unsigned EscrowCreate
|
|
|
180
180
|
|
|
181
181
|
## Implementation Status
|
|
182
182
|
|
|
183
|
-
- ✅ SDK built and tested —
|
|
183
|
+
- ✅ SDK built and tested — 204/204 Python tests passing
|
|
184
184
|
- ✅ 40/40 Rust tests passing
|
|
185
|
-
- ✅
|
|
185
|
+
- ✅ 45/45 TypeScript tests passing (sdk/typescript/)
|
|
186
|
+
- ✅ v0.2.4 modular architecture — 8 Python modules + 2 Rust modules
|
|
186
187
|
- ✅ Testnet simulation confirmed — 5 on-chain transactions (Altnet)
|
|
187
188
|
- ✅ XRPLF Discussion #474 — active
|
|
188
189
|
- ✅ Security review complete — all findings resolved
|
|
@@ -313,7 +314,7 @@ ruff check ward/
|
|
|
313
314
|
|
|
314
315
|
See [CHANGELOG.md](CHANGELOG.md)
|
|
315
316
|
|
|
316
|
-
Current: v0.2.
|
|
317
|
+
Current: v0.2.4 — 204/204 Python tests · 40/40 Rust tests · 45/45 TypeScript tests · ruff clean
|
|
317
318
|
|
|
318
319
|
### TypeScript (sdk/typescript/)
|
|
319
320
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|