@@ -21,24 +21,24 @@ Everything consensus critical is found in the modules under bitcoin.core. This
2121rule is followed pretty strictly, for instance chain parameters are split into
2222consensus critical and non-consensus-critical.
2323
24- bitcoin.core - Basic core definitions, datastructures, and
25- (context-independent) validation
26- bitcoin.core.key - ECC pubkeys
27- bitcoin.core.script - Scripts and opcodes
28- bitcoin.core.scripteval - Script evaluation/verification
29- bitcoin.core.serialize - Serialization
24+ bitcoin.core - Basic core definitions, datastructures, and
25+ (context-independent) validation
26+ bitcoin.core.key - ECC pubkeys
27+ bitcoin.core.script - Scripts and opcodes
28+ bitcoin.core.scripteval - Script evaluation/verification
29+ bitcoin.core.serialize - Serialization
3030
3131In the future the bitcoin.core may use the Satoshi sourcecode directly as a
3232library. Non-consensus critical modules include the following:
3333
34- bitcoin - Chain selection
35- bitcoin.base58 - Base58 encoding
36- bitcoin.bloom - Bloom filters (incomplete)
37- bitcoin.net - Network communication (in flux)
38- bitcoin.messages - Network messages (in flux)
39- bitcoin.rpc - Bitcoin Core RPC interface support
40- bitcoin.wallet - Wallet-related code, currently Bitcoin address and private
41- key support
34+ bitcoin - Chain selection
35+ bitcoin.base58 - Base58 encoding
36+ bitcoin.bloom - Bloom filters (incomplete)
37+ bitcoin.net - Network communication (in flux)
38+ bitcoin.messages - Network messages (in flux)
39+ bitcoin.rpc - Bitcoin Core RPC interface support
40+ bitcoin.wallet - Wallet-related code, currently Bitcoin address and
41+ private key support
4242
4343Effort has been made to follow the Satoshi source relatively closely, for
4444instance Python code and classes that duplicate the functionality of
0 commit comments