Skip to content

Commit a4db748

Browse files
Remove unused scripts and increment version to 1.0.9
- Deleted outdated scripts: `create_wallet.py`, `inspect_live_policy.py`, and `live_test.py`. - Updated `__init__.py` to reflect version 1.0.9. - Added release notes for version 1.0.9 in `CHANGELOG.md`.
1 parent 86cd318 commit a4db748

File tree

5 files changed

+10
-172
lines changed

5 files changed

+10
-172
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
## Table of Contents
88

99
- [Unreleased](#unreleased)
10+
- [1.0.9 - 2025-09-30](#109---2025-09-30)
1011
- [1.0.8 - 2025-08-13](#108---2025-08-13)
1112
- [1.0.7.1- 2025-07-28](#1071---2025-07-28)
1213
- [1.0.7- 2025-07-28](#107---2025-07-28)
@@ -44,6 +45,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4445
### Security
4546
- (Notify of any improvements related to security vulnerabilities or potential risks.)
4647

48+
49+
---
50+
## [1.0.9] - 2025-09-30
51+
52+
### Added
53+
- Integrated `LivePolicy` for dynamic fee computations with caching and fallback mechanisms.
54+
[ts-sdk#343](https://github.com/bsv-blockchain/ts-sdk/pull/343).
55+
4756
---
4857
## [1.0.8] - 2025-08-13
4958

bsv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
from .signed_message import *
2121

2222

23-
__version__ = '1.0.8'
23+
__version__ = '1.0.9'

create_wallet.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

inspect_live_policy.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

live_test.py

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)