-
Notifications
You must be signed in to change notification settings - Fork 0
v0.3.0 Full node capabilities #17
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
Draft
jtraub91
wants to merge
76
commits into
master
Choose a base branch
from
dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
WIP create PSBT, parse PSBT, test bip174, plus blacken repository, and a Coinjoin example!
…tch pre-commit config
…andler debug, other misc squashme squashme wip log unhandled message queue ibd block download, confusing wip, squashme
…merkle root function for odd length list of txns, compute n_bits from target, utilize config-dir arg, and more WIP
…d to and improve/fix functions related to target / difficulty / bits, implement testnet p2p that if no blocks found in >=20min difficulty is set to 0
…getblocks requests, + some code organization WIP squashme wip
…les from testnet re difficulty WIP
…for changing difficutly nbits WIP
…ssing blocks on disk but in index WIP
…ject on disk, etc.
…BlockError, other misc.
…ed functions and sig related function in bits.utils to bits.pem and bits.script, respectively
compute_point squashme
…ments, comments WIP
…xoset commit, signal handlers for gracefully exiting, some sanity checks on node startup, more trace log statements
…ordinals, flag for assumevalid, flag for reindex from 0, Tx class, other misc
…tants and script/ to script.py, start debugging test_bip143
…r rpc integration, fix test_bip143 tests
…y parsing push as var int, plus other misc
…|str] in witness_ser, remove and leave placeholder for witness script decoding on CLI
…nto main_loop, consolidate connect_peers to connect_to_peer / connect_from_peer, remove reindex and assumevalid, and other misc edits
…e which need not be the same during utxo removals, see #25
…, split accept and connect block functions, retrofit with ephemeral cursor logic and allow for injecting cursorto enable transaction rollback mechanism when needed - future block revert to be reimplemented by inferring changes from block data instead of revert table log, and if concurrent db operations are needed (e.g. for peer table) can be refactored to use multiple sqlite dbs
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.
Major changes happening in
p2p.py
and beyond; enough to warrant a new (minor) release.At a minimum, this release will include:
TODO:
Related: