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.
Files changed (26) hide show
  1. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/PKG-INFO +7 -6
  2. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/README.md +6 -5
  3. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/pyproject.toml +1 -1
  4. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward_protocol.egg-info/PKG-INFO +7 -6
  5. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/LICENSE +0 -0
  6. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/setup.cfg +0 -0
  7. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/__init__.py +0 -0
  8. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/chain_reader.py +0 -0
  9. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/client.py +0 -0
  10. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/constants.py +0 -0
  11. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/coverage.py +0 -0
  12. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/keys.py +0 -0
  13. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/monitor.py +0 -0
  14. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/pool.py +0 -0
  15. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/primitives.py +0 -0
  16. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/registry.py +0 -0
  17. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/settlement.py +0 -0
  18. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/tx_builder.py +0 -0
  19. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/validator.py +0 -0
  20. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/vault_monitor.py +0 -0
  21. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward/webhooks.py +0 -0
  22. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward_client.py +0 -0
  23. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward_protocol.egg-info/SOURCES.txt +0 -0
  24. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward_protocol.egg-info/dependency_links.txt +0 -0
  25. {ward_protocol-0.2.3 → ward_protocol-0.2.4}/ward_protocol.egg-info/requires.txt +0 -0
  26. {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
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
  [![Website](https://img.shields.io/badge/website-wardprotocol.org-blue)](https://wardprotocol.org)
36
- [![SDK](https://img.shields.io/badge/SDK-v0.2.3-green)](#sdk-changelog)
37
- [![Tests](https://img.shields.io/badge/tests-165%2F165-brightgreen)](#running-tests)
36
+ [![SDK](https://img.shields.io/badge/SDK-v0.2.4-green)](#sdk-changelog)
37
+ [![Tests](https://img.shields.io/badge/tests-204%2F204-brightgreen)](#running-tests)
38
38
  [![XRPL](https://img.shields.io/badge/XRPL-XLS--66%20%C2%B7%20XLS--70%20%C2%B7%20XLS--20-orange)](https://github.com/XRPLF/XRPL-Standards)
39
39
  [![License](https://img.shields.io/badge/license-MIT-lightgrey)](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 — 165/165 tests passing
183
+ - ✅ SDK built and tested — 204/204 Python tests passing
184
184
  - ✅ 40/40 Rust tests passing
185
- - ✅ v0.2.3 modular architecture 8 Python modules + 2 Rust modules
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.3165/165 Python tests · 40/40 Rust tests · 45/45 TypeScript tests · ruff clean
317
+ Current: v0.2.4204/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
  [![Website](https://img.shields.io/badge/website-wardprotocol.org-blue)](https://wardprotocol.org)
4
- [![SDK](https://img.shields.io/badge/SDK-v0.2.3-green)](#sdk-changelog)
5
- [![Tests](https://img.shields.io/badge/tests-165%2F165-brightgreen)](#running-tests)
4
+ [![SDK](https://img.shields.io/badge/SDK-v0.2.4-green)](#sdk-changelog)
5
+ [![Tests](https://img.shields.io/badge/tests-204%2F204-brightgreen)](#running-tests)
6
6
  [![XRPL](https://img.shields.io/badge/XRPL-XLS--66%20%C2%B7%20XLS--70%20%C2%B7%20XLS--20-orange)](https://github.com/XRPLF/XRPL-Standards)
7
7
  [![License](https://img.shields.io/badge/license-MIT-lightgrey)](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 — 165/165 tests passing
151
+ - ✅ SDK built and tested — 204/204 Python tests passing
152
152
  - ✅ 40/40 Rust tests passing
153
- - ✅ v0.2.3 modular architecture 8 Python modules + 2 Rust modules
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.3165/165 Python tests · 40/40 Rust tests · 45/45 TypeScript tests · ruff clean
285
+ Current: v0.2.4204/204 Python tests · 40/40 Rust tests · 45/45 TypeScript tests · ruff clean
285
286
 
286
287
  ### TypeScript (sdk/typescript/)
287
288
 
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "ward-protocol"
8
- version = "0.2.3"
8
+ version = "0.2.4"
9
9
  description = "Open specification for XLS-66 vault default protection on the XRP Ledger"
10
10
  readme = "README.md"
11
11
  requires-python = ">=3.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ward-protocol
3
- Version: 0.2.3
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
  [![Website](https://img.shields.io/badge/website-wardprotocol.org-blue)](https://wardprotocol.org)
36
- [![SDK](https://img.shields.io/badge/SDK-v0.2.3-green)](#sdk-changelog)
37
- [![Tests](https://img.shields.io/badge/tests-165%2F165-brightgreen)](#running-tests)
36
+ [![SDK](https://img.shields.io/badge/SDK-v0.2.4-green)](#sdk-changelog)
37
+ [![Tests](https://img.shields.io/badge/tests-204%2F204-brightgreen)](#running-tests)
38
38
  [![XRPL](https://img.shields.io/badge/XRPL-XLS--66%20%C2%B7%20XLS--70%20%C2%B7%20XLS--20-orange)](https://github.com/XRPLF/XRPL-Standards)
39
39
  [![License](https://img.shields.io/badge/license-MIT-lightgrey)](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 — 165/165 tests passing
183
+ - ✅ SDK built and tested — 204/204 Python tests passing
184
184
  - ✅ 40/40 Rust tests passing
185
- - ✅ v0.2.3 modular architecture 8 Python modules + 2 Rust modules
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.3165/165 Python tests · 40/40 Rust tests · 45/45 TypeScript tests · ruff clean
317
+ Current: v0.2.4204/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