consensus/p2pool/sidechain
DataHoarder 142a21861e
All checks were successful
continuous-integration/drone/push Build is passing
Replace json hex strings with types.Hash and types.Bytes on monero rpc
2024-04-07 20:19:12 +02:00
..
blobcache.go P2Pool consensus v3.0.0 2024-04-03 19:43:13 +02:00
cache.go Update dependencies, use faster UnsafeVarTimeScalarBaseMult on non-private operations, use precomputed UnsafeVarTimeScalarMultPrecomputed on public keys 2024-04-05 10:54:04 +02:00
consensus.go Remove moneroutil dependency, replace base58 encoding with git.gammaspectra.live/P2Pool/monero-base58 2024-04-07 19:15:00 +02:00
consensus_test.go Changed how consensus Id is generated 2023-06-05 23:41:32 +02:00
fake_server.go Replace json hex strings with types.Hash and types.Bytes on monero rpc 2024-04-07 20:19:12 +02:00
hardfork.go Made ShareVersion an uint8 instead of int to match Monero hardfork version 2023-07-25 08:57:03 +02:00
nilcache.go P2Pool consensus v3.0.0 2024-04-03 19:43:13 +02:00
poolblock.go Remove not necessary utilities under utils/, annotate network utils, use fasthex across all project 2024-04-05 17:14:37 +02:00
poolblock_test.go Replace json hex strings with types.Hash and types.Bytes on monero rpc 2024-04-07 20:19:12 +02:00
share.go P2Pool consensus v3.0.0 2024-04-03 19:43:13 +02:00
sidechain.go Experimental: Stratum server, template generation, uncle and transaction selection 2024-04-06 03:59:03 +02:00
sidechain_test.go Added PubKeyToTable cache hits on sidechain test 2024-04-07 05:31:26 +02:00
sidedata.go Experimental: Stratum server, template generation, uncle and transaction selection 2024-04-06 03:59:03 +02:00
utils.go Use bits.Mul64 on p2p challenge 2024-04-07 04:36:23 +02:00