Historique des commits

Auteur SHA1 Message Date
  Bernardo Magri 6e9f6ba66f several fixes il y a 7 ans
  Bernardo Magri 396271c92b bug fixes and major update il y a 7 ans
  Malte Kraus 358a586aa5 improve documentation il y a 8 ans
  Malte Kraus aef2d573fa do not send block hashes through the network il y a 8 ans
  Malte Kraus ee6ee093e1 remove all `prev_block` parameters il y a 8 ans
  Malte Kraus 663a37cfc3 include difficulty constants in the genesis block (for easier debugging) il y a 8 ans
  Malte Kraus 524e156566 check block difficulty il y a 8 ans
  Malte Kraus a3f0e4bc18 use more reliable timestamp storage than floats in local time il y a 8 ans
  Malte Kraus 94e1c2d083 dynamically recompute the desired block difficulty il y a 8 ans
  Malte Kraus 4e90ce4cda add sanity checks that block times are not completely made up il y a 8 ans
  Malte Kraus b666474c36 implement transaction fees il y a 8 ans
  Malte Kraus 7b7cd4e7cd verify the height of blocks il y a 8 ans
  Malte Kraus 508c3ff9c5 avoid validation warnings when genesis block is sent over the network il y a 8 ans
  Malte Kraus f06274515c make _int_to_bytes handle negative values properly il y a 8 ans
  Malte Kraus 6699e44225 encode timestamp float as 8 byte little endian in hash il y a 8 ans
  Malte Kraus b22e599a10 make sure that objects are definitely hashed to unique values il y a 8 ans
  Malte Kraus bd2d844afe hash raw bytes of integers, not their string representations il y a 8 ans
  Malte Kraus c02f887982 document everything il y a 8 ans
  Malte Kraus 20b99cbc15 add logging for verification issues il y a 8 ans
  Malte Kraus 4be5c895d4 fix block.verify_prev_block() il y a 8 ans
  Malte Kraus a7021158dd add a factory method for creating new blocks il y a 8 ans
  Malte Kraus 09ea55713a fix parameter order for Blocks il y a 8 ans
  Malte Kraus e664b67c0c make sure that transactions in the same block do not conflict with each other il y a 8 ans
  Malte Kraus 15f0049fdd fix JSON (de)-serialization and add simple wip protocol test il y a 8 ans
  Malte Kraus d77bf3b335 add sphynx documentation il y a 8 ans
  Malte Kraus e5075afb1d work in progress for P2P protocol il y a 8 ans
  Malte Kraus 9985148595 basic mining and sending money seems to work now il y a 8 ans