consensus/p2pool/sidechain
2023-03-27 15:27:29 +02:00
..
blobcache.go Move block pre-processing from sidechain/archive into PoolBlock via callback interfaces 2023-03-21 11:01:51 +01:00
cache.go Better archive fetch, improved derivation cache allocations, close on zmq disconnect, fill private key on share decoding 2023-03-20 08:36:39 +01:00
consensus.go Consensus adjustements for hardfork, fix private key calculation from seed 2023-03-19 00:25:52 +01:00
consensus_test.go Refactor Difficulty, cache derivations and client actions, faster miner transaction matching 2022-10-28 11:47:14 +02:00
nilcache.go Added API to p2pool implementation, fixed archive 2023-03-17 10:01:52 +01:00
poolblock.go Faster cache to archive, fixed legacy to archive, added archive to archive cmd 2023-03-26 05:44:30 +02:00
poolblock_test.go Faster cache to archive, fixed legacy to archive, added archive to archive cmd 2023-03-26 05:44:30 +02:00
share.go Updated remaining spots to types.Difficulty to match p2pool logic, update block compression 2022-12-11 14:00:53 +01:00
sidechain.go Use currentDifficulty on sidechain for too low diff checks 2023-03-27 15:27:29 +02:00
sidedata.go Faster cache to archive, fixed legacy to archive, added archive to archive cmd 2023-03-26 05:44:30 +02:00
utils.go Stricter checks in sidechain GetDifficulty via 645de31fe3 2023-03-27 14:37:50 +02:00