generated from bitcoin-sv/template
-
Notifications
You must be signed in to change notification settings - Fork 8
Develop port #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
voyager1708
merged 27 commits into
bsv-blockchain:develop-port
from
voyager1708:develop-port
Nov 17, 2025
Merged
Develop port #123
voyager1708
merged 27 commits into
bsv-blockchain:develop-port
from
voyager1708:develop-port
Nov 17, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… into develop-port
…into develop-port
… into develop-port
Introduce utility and helper functions for BEEF transaction handling, including serialization, validation, merging, and data formatting. These modules enhance transaction processing capabilities and align with broader BSV protocol support.
… into develop-port
Introduces several utility, validation, and builder APIs for the `Beef` class, such as `find_atomic_transaction`, `txid_only_clone`, and validation/serialization helpers. These changes extend the flexibility of handling BEEF data and simplify common operations like merging, cloning, and verifying transaction data.
Updated transaction validation to enforce input anchoring for zero-input transactions and adjusted MerklePath handling for TypeErrors. These changes improve validation robustness and ensure compatibility with edge cases in transaction processing.
… into develop-port
… into develop-port
… into develop-port
This commit introduces extensive tests for BEEF (v1 and v2) functionality, including validation, serialization, cloning, merging, and utility functions. It ensures compatibility with GO/TS SDKs and handles edge cases like invalid data, inconsistent roots, and transaction ordering.
… into develop-port
Introduce new tests for various BSV transaction aspects including inputs, outputs, serialization, deserialization, fees, signing, and Merkle tree operations. These tests ensure thorough validation and are inspired by the GO SDK test cases to maintain compatibility.
… into develop-port
… into develop-port
… into develop-port
… into develop-port
… into develop-port
… into develop-port
Introduced key-level locks to ensure serialization of operations per key, improving thread-safety. Added an option to accept delayed broadcasts for consistency with TypeScript behavior. Enhanced transaction handling with protocol parity and fallback mechanisms.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Description of Changes
Provide a brief description of the changes you've made.
Linked Issues / Tickets
Reference any related issues or tickets, e.g. "Closes #123".
Testing Procedure
Describe the tests you've added or any testing steps you've taken.
Checklist:
CHANGELOG.mdwith my changes