Forward port relay policy changes#35
Merged
ajtowns merged 13 commits intobitcoin-inquisition:25.xfrom Sep 1, 2023
Merged
Conversation
4bab865 to
6bbe543
Compare
Author
|
tACK 6bbe543d12a7f1c129a3f87b7b7c915890ed1efa ( Basic tests with make check and functional test_runner under clang-16 with --enable-c++20. Synced with signet and checked |
Allow 0 to 126 byte pushes in annex of the format: 0x50 <1 byte data len> <len bytes>
This will be used in following commits as the flag for ephemeral anchors, allowing dust values, but also requiring the output to be spend in the same relay package.
Anchor outputs are not yet required to be spent in same mempool package.
Does not have test coverage for making sure EA are spent, and package RBF cases, neither of which exist currently.
6bbe543 to
2d09fdb
Compare
Author
|
reACK 2d09fdb after rebasing on top of the merged commits |
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
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.
Adds annex data carrier from #22 and ephemeral anchors from #23 and #26.