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

Blocks, Headers and Tx validation #42

Open
7 of 14 tasks
dakk opened this issue Aug 9, 2017 · 0 comments
Open
7 of 14 tasks

Blocks, Headers and Tx validation #42

dakk opened this issue Aug 9, 2017 · 0 comments

Comments

@dakk
Copy link
Owner

dakk commented Aug 9, 2017

#We need to integrate these validity tests for blocks, headers and txs:
https://en.bitcoin.it/wiki/Protocol_rules#.22tx.22_messages
https://en.bitcoin.it/wiki/Protocol_rules#.22block.22_messages

  • Header validation
  • Header validation - prev block
  • Header validation - nbits pow
  • Header validation - nbits and diff
  • Header validation - median timestamp
  • Header validation - future timestamp
  • Header validation - checkpoints
  • Block validation
  • Block validation - Header validation (optional)
  • Block validation - Txs > 0 validation
  • Block validation - Coinbase validation
  • Block validation - Merkle root
  • Tx validation
  • Loggable assert function (atm if the verification fail, it didn't display any hint about the problem)
@dakk dakk added this to the Release 0.1 milestone Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant