Skip to content
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

Feature: Full block support #8

Open
4 tasks
bbrtj opened this issue May 19, 2024 · 0 comments
Open
4 tasks

Feature: Full block support #8

bbrtj opened this issue May 19, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bbrtj
Copy link
Owner

bbrtj commented May 19, 2024

I'm looking for volunteers to implement block support. Currently, Bitcoin::Crypto contains only the absolute minimum block data required for implementing transaction locktime and sequence checks. There should be an option to upgrade this stub to full implementation. This would most likely involve:

  • block serialization / deserialization
  • Merkle trees
  • coinbase transactions
  • (bonus) implementing all the historical exceptions for bitcoin transaction validation
@bbrtj bbrtj added enhancement New feature or request help wanted Extra attention is needed labels May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant