consensus/p2pool/p2p
2023-03-07 18:57:06 +01:00
..
challenge.go Timeout outgoing connections in 10 seconds, reduce memory allocations, use sync.Pool for storing allocations 2022-11-08 11:35:09 +01:00
challenge_test.go Initial P2Pool work, move most derivations and signatures to crypto 2022-11-01 12:22:00 +01:00
client.go Support p2pool hardfork in March 2023-03-07 18:57:06 +01:00
messages.go Support protocol 1.1, receive and process compact block broadcasts 2022-12-03 23:43:18 +01:00
protocol.go Client utilities, adjustment of names on protocol / server to match p2pool 2022-12-11 13:31:43 +01:00
server.go Implemented ZMQ fetch of block data, proper main chain handling, refactored client RPC access, updated dependencies 2023-03-05 15:07:40 +01:00