| .. |
|
__init__.py
|
001f9bc6d6
configure pytest not to interfere with our forking
|
8 年之前 |
|
block.py
|
663a37cfc3
include difficulty constants in the genesis block (for easier debugging)
|
8 年之前 |
|
blockchain.py
|
94520a392d
move difficulty interval constants to proof of work
|
8 年之前 |
|
chainbuilder.py
|
0bbb90e8ba
only keep a logarithmic amount of blockchain checkpoints
|
8 年之前 |
|
crypto.py
|
2c36aaabfd
add a Signing.has_private flag
|
8 年之前 |
|
merkle.py
|
c02f887982
document everything
|
8 年之前 |
|
mining.py
|
001f9bc6d6
configure pytest not to interfere with our forking
|
8 年之前 |
|
mining_strategy.py
|
8e6108a4b6
when mining, do not waste the transaction fees
|
8 年之前 |
|
persistence.py
|
b84cfcb6e6
gzip compress persisted data
|
8 年之前 |
|
proof_of_work.py
|
94520a392d
move difficulty interval constants to proof of work
|
8 年之前 |
|
protocol.py
|
80ecd7595b
handle disconnected messages with lowest priority
|
8 年之前 |
|
transaction.py
|
30549e8053
verify transaction outputs of block reward transactions
|
8 年之前 |