Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f82ed0d
Merge branch 'restore-tests-and-peer-bak' to restore classic tests (2…
defiant1708 Oct 20, 2025
da841ec
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Oct 20, 2025
0f21c60
Merge branch 'bsv-blockchain:develop-port' into develop-port
voyager1708 Oct 20, 2025
b97e2d2
Merge branch 'develop-port' of https://github.com/voyager1708/py-sdk …
defiant1708 Oct 30, 2025
3a190f9
chore(tests): reflect server tests folder as source of truth
Oct 30, 2025
ea96b59
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Nov 12, 2025
c3ad089
Add BSV beef utils and transaction handling modules
defiant1708 Nov 12, 2025
c7eda1d
Merge branch 'bsv-blockchain:develop-port' into develop-port
voyager1708 Nov 12, 2025
b82dd43
Merge remote-tracking branch 'origin/develop-port' into develop-port
defiant1708 Nov 12, 2025
df2ef1f
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Nov 12, 2025
eebe702
Add utility and builder methods to Beef class
defiant1708 Nov 12, 2025
44f6619
Refine transaction validation and Merkle root computation
defiant1708 Nov 12, 2025
1b9acca
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Nov 12, 2025
28d4289
Merge branch 'bsv-blockchain:develop-port' into develop-port
voyager1708 Nov 12, 2025
4bef701
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Nov 13, 2025
1d4af81
Merge remote-tracking branch 'origin/develop-port' into develop-port
defiant1708 Nov 13, 2025
984bc02
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Nov 13, 2025
e3f18df
Add comprehensive test coverage for BEEF-related methods.
defiant1708 Nov 13, 2025
c21a8c6
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Nov 13, 2025
5671e24
Add comprehensive tests for BSV Transaction and related components
defiant1708 Nov 13, 2025
8516142
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Nov 13, 2025
5d660a6
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Nov 14, 2025
93c93f0
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Nov 14, 2025
68b9882
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Nov 17, 2025
9c81961
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Nov 17, 2025
1d06530
Merge branch 'develop-port' of https://github.com/bsv-blockchain/py-s…
defiant1708 Nov 17, 2025
f7c8fe4
Add key-level locking and support for delayed broadcast
defiant1708 Nov 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bsv/keystore/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ class KVStoreConfig:
# Optional TS/GO-style defaults for call arguments
fee_rate: int | None = None
default_ca: dict | None = None
# Optional options parity with TS
accept_delayed_broadcast: bool = False


@dataclass
Expand Down
Loading