You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: