Commit History

Автор SHA1 Съобщение Дата
  Malte Kraus 490af57fd0 run miner in forked process, to avoid the Python GIL преди 8 години
  Malte Kraus e791187f0a set PeerConnection._sent_uuid in constructor, to avoid race conditions преди 8 години
  Malte Kraus 20f16c3fa3 protocol: only try to close a peer connection when there is a peer преди 8 години
  Malte Kraus 2889010f15 set TCP_NODELAY for super fast block chain downloads преди 8 години
  Malte Kraus 19c1134766 set log level in executables, not in some random module преди 8 години
  Malte Kraus 249d3425f2 when a new primary block chain is assembled, broadcast its head преди 8 години
  Malte Kraus 5b8be3e9d8 implement persistence of primary blockchain, unconfirmed transactions and connected peers преди 8 години
  Malte Kraus 9c8bb6fa9a avoid connections to ourselves, store connected host names using their ips преди 8 години
  Malte Kraus 9fc935fd30 fix typo in ChainBuilder docs преди 8 години
  Malte Kraus 39d9bc4b66 implement fees in the wallet преди 8 години
  Malte Kraus 8e6108a4b6 when mining, do not waste the transaction fees преди 8 години
  Malte Kraus b666474c36 implement transaction fees преди 8 години
  Malte Kraus b974681130 add logging import to tests преди 8 години
  Malte Kraus 0500290a97 stop mining in protocol test even if an error occurs преди 8 години
  Malte Kraus 94ebc182a1 avoid race condition for validity checking in protocol test преди 8 години
  Malte Kraus bc9decda1d only monkey-patch the proof of work for the duration of the verificatin test cases преди 8 години
  Malte Kraus 7b7cd4e7cd verify the height of blocks преди 8 години
  Malte Kraus 508c3ff9c5 avoid validation warnings when genesis block is sent over the network преди 8 години
  Malte Kraus dcbe795044 implement basic wallet functionality преди 8 години
  Malte Kraus eb31cfe6da fix JSON serialization in protocol преди 8 години
  Malte Kraus 2c36aaabfd add a Signing.has_private flag преди 8 години
  Malte Kraus 4d104a0803 add a Signing.from_file factory function преди 8 години
  Malte Kraus bb3e2b624b add JSON conversion functions to Signing and TransactionInput преди 8 години
  Malte Kraus 4323dfad7e have the block chain keep track of unspent coins (for more efficient accesses) преди 8 години
  Malte Kraus f06274515c make _int_to_bytes handle negative values properly преди 8 години
  Malte Kraus 793c588ba4 make failing tests actually fail преди 8 години
  Malte Kraus cfd267ad8a avoid money created out of thin air преди 8 години
  Malte Kraus 37241163b3 fix key comparison in src.crypto.Signing преди 8 години
  Malte Kraus 5ad7b0cc6f get sphinx to properly interpret type hints преди 8 години
  Malte Kraus 709f797647 fix type hint in _verify_single_sig преди 8 години