-
Notifications
You must be signed in to change notification settings - Fork 2
Update to the upstream C Kernel API & add Transaction, Blocks classes #4
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
yuvicc
wants to merge
5
commits into
master
Choose a base branch
from
2025-10-add_blocks_and_transactions
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.
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
a755e00a135 kernel: Fix bitcoin-chainstate for windows 670eb49289e kernel: Add Purpose section to header documentation 06ee1c7336b kernel: Allowing reducing exports 57b20b5a4d9 kernel: Add pure kernel bitcoin-chainstate 7cf58f8c4cb Kernel: Add functions for working with outpoints 64a4564ccb6 kernel: Add block hash type and block tree utility functions to C header 43855d656eb kernel: Add function to read block undo data from disk to C header e080e80da7d kernel: Add functions to read block from disk to C header 51634ca37ab kernel: Add function for copying block data to C header 5ed5a9724fd kernel: Add functions for the block validation state to C header 38e5c526a86 kernel: Add validation interface to C header REVERT: 81cec737e68 kernel: Fix bitcoin-chainstate for windows REVERT: 1826c485ddc kernel: Add Purpose section to header documentation REVERT: d7e618aa981 kernel: Allowing reducing exports REVERT: fb7f5241331 kernel: Add pure kernel bitcoin-chainstate REVERT: dd0bdf279ef Kernel: Add functions for working with outpoints REVERT: eaa6abfc733 kernel: Add block hash type and block tree utility functions to C header REVERT: 824ddf2885a kernel: Add function to read block undo data from disk to C header REVERT: 76cab0768b1 kernel: Add functions to read block from disk to C header REVERT: e41f6f459a2 kernel: Add function for copying block data to C header REVERT: 39c647647a2 kernel: Add functions for the block validation state to C header REVERT: 8a19a9d6070 kernel: Add validation interface to C header git-subtree-dir: bitcoinkernel/bitcoin git-subtree-split: a755e00a13541b3b5a707cf385f1cbec0449c6a9
…add_blocks_and_transactions
3 tasks
4e34c22 to
f3d4081
Compare
Owner
Author
|
Will mark it for Review when all the classes are implemented. |
…ld.gradle for macos(added path library for macos and windows) removed the -j flag for parallel jobs. todos: 1. complete the importblocks function in ChainstateManager class 2. complete processblock function 3. complete Block and Blocktree class as well 4. Also chain class 5. ContextManager as well -> not yet started
Owner
Author
|
See the latest commit message for status of this PR. |
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.
List of tasks that needs to be addressed before merging, will mark this for review once ready.