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

Block consensus validation when it process a block for transaction decoupling #4 #415

Open
Bigpiggy01 opened this issue Dec 12, 2024 · 0 comments

Comments

@Bigpiggy01
Copy link
Collaborator

Block consensus validation when it processes a block:

Construct a raw block equivalent with existing block structure by pulling raw tx from buspool
then reconstruct raw block then get pass through block validation logics.

  1. Chainlocked tx would only do basic check
  2. Output amount > input amount
  3. No negative output
  4. No spent input
  5. Block get stored in blockdb with the reconstruct raw block (i,e include raw tx from both mempool and buspool)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant