p2pool-observer/utils
DataHoarder 4bebd10182
continuous-integration/drone/push Build is passing Details
Partially implement #11 Cumulative Share Effort on calculator, added mean shares per day
2024-02-28 05:11:11 +01:00
..
cache.go Optimize address sorting, crypto cache, use unsafe VarTimeScalarMult for sidechain operations 2023-05-20 10:49:05 +02:00
circular_buffer.go Updated to Go 1.21 2023-07-20 07:40:18 +02:00
concurrency.go Updated to Go 1.21 2023-07-20 07:40:18 +02:00
context_ticker.go Added utils ContextTicker 2023-05-23 07:30:25 +02:00
json.go Use github.com/goccy/go-json instead of github.com/json-iterator/go for even more optimized encoding, update base58 encoder/decoder 2023-05-27 17:28:03 +02:00
limitreader.go Updated to Go 1.21 2023-07-20 07:40:18 +02:00
logger.go Upgrade to new logger format 2024-02-26 21:24:37 +01:00
maps.go Fix removal of maps.Keys in go1.21rc4 2023-08-02 20:54:42 +02:00
network.go Add DHCPv6 addresses into address picking 2023-04-24 17:15:03 +02:00
network_extra.go Obtain specific outgoing IPv6 address for peering lists 2023-04-23 19:34:52 +02:00
network_extra_linux.go Obtain specific outgoing IPv6 address for peering lists 2023-04-23 19:34:52 +02:00
nthelement.go Remove last usages of ReverseSlice 2024-02-25 19:43:39 +01:00
number.go Encode types.Difficulty as uint64 if Difficulty.Hi is zero 2023-07-30 20:45:02 +02:00
number_test.go Split and cleanup merkle tree for transactions 2023-05-23 15:38:20 +02:00
shorten.go Speedup / less memory allocations on web hex / shorten / henc calls, fast path difficulty UnmarshalJSON 2023-07-21 17:43:24 +02:00
statistics.go Partially implement #11 Cumulative Share Effort on calculator, added mean shares per day 2024-02-28 05:11:11 +01:00
units.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
xorshift64star.go Sync speed improvements by better crypto cache 2023-05-23 09:38:09 +02:00