consensus/utils
DataHoarder 03f19ae2ed
Some checks are pending
continuous-integration/drone/push Build is running
Improve base58 encode/decode and PackedAddress storage
2023-07-23 01:02:43 +02: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
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
number.go Improve base58 encode/decode and PackedAddress storage 2023-07-23 01:02:43 +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
slice.go Reword and split GetDifficulty on SideChain utils 2023-07-21 00:48:28 +02: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