Историја ревизија

Аутор SHA1 Порука Датум
  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 година
  Malte Kraus 6699e44225 encode timestamp float as 8 byte little endian in hash пре 8 година
  Malte Kraus b22e599a10 make sure that objects are definitely hashed to unique values пре 8 година
  Malte Kraus 5c4afaa0ea properly stop miner in stop_mining(), use condition variable instead of busy waiting пре 8 година
  Malte Kraus bd2d844afe hash raw bytes of integers, not their string representations пре 8 година
  Malte Kraus 5e67f8ce47 use pytest for testing пре 8 година
  Malte Kraus c02f887982 document everything пре 8 година
  Malte Kraus ff0a23e251 add option to print the connected peers to the wallet пре 8 година
  Malte Kraus d5db126211 start implementing a wallet пре 8 година
  Malte Kraus c1b72924bf cache transaction hash value once it is computed пре 8 година
  Malte Kraus a498bbcd8e add tests checking double spends are not allowed пре 8 година
  Malte Kraus 20b99cbc15 add logging for verification issues пре 8 година
  Malte Kraus 3495c9a66e explain how to run tests пре 8 година
  Malte Kraus d2b4ffd0c6 fix blockchain.get_block_by_hash if hash cannot be found пре 8 година
  Malte Kraus 4be5c895d4 fix block.verify_prev_block() пре 8 година
  Malte Kraus a7021158dd add a factory method for creating new blocks пре 8 година
  Malte Kraus 09ea55713a fix parameter order for Blocks пре 8 година
  Malte Kraus 3f27a1591e delete useless tests, change test_proto to actually fail on error пре 8 година
  Malte Kraus 5918f86037 broadcast received unknown transactions пре 8 година