forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More consensus rules in block verification (paritytech#28)
* Revisit max_sig_ops check * Check block height in coinbase * Check witness commitment * Check header version * Add height to Coin * Check PrematureSpendOfCoinbase * Move get_legacy_sig_op_count() into tx_verify module * Check total_sig_ops_cost * Use secrets.GITHUB_TOKEN instead of github.token * Fix clippy * Fix test * Update docs * Docs
- Loading branch information
1 parent
f56e068
commit 7b8714c
Showing
7 changed files
with
287 additions
and
112 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.