Commit Graph

14 Commits

Author SHA1 Message Date
59bbeff1c1 Improve the block transfer logic
- Fix a bug where the blockchain could not be synced completely when
  block transfers happened in parallel
- Sum up multiple received blocks in the log output
2026-03-22 20:41:53 +01:00
1d3cf3e242 Log errors that occur when sending a udp packet 2026-03-22 16:12:39 +01:00
872e44e317 Implement gambling 2025-12-13 23:41:07 +01:00
77e85886ce Implement the wallet software 2024-03-25 20:59:32 +01:00
7037de6090 Add a missing byteorder parameter
(It caused an exception on Python 3.10)
2024-03-24 15:05:29 +01:00
825b07bc11 Implement the mining software 2024-03-24 13:09:29 +01:00
2f3216a0c4 Implement mining task request/response 2024-03-23 18:57:57 +01:00
54c81810ee Allow clients to transmit payments 2024-03-20 22:59:44 +01:00
c6394d2ca1 Implement exchange of open transactions 2024-03-20 22:23:26 +01:00
f41710c3dd Implement block transfer logic 2024-03-16 21:56:12 +01:00
ebf079ff4a Ignore invalid IPv6 addresses 2024-02-25 14:56:03 +01:00
bd51b5efff Fix a bug that caused a busy loop without peers 2024-02-11 22:31:43 +01:00
bc45c9d5e6 Implement the partner introduction logic 2024-02-11 22:14:19 +01:00
a5e44de6fc Implement sending of heartbeats 2024-02-11 18:27:32 +01:00