Commit graph

7 commits

Author SHA1 Message Date
DataHoarder 4ef60296f1
Updated to Go 1.21
* Replaced exp/slices and exp/maps with slices/maps implementation
* Replaced utils.Min/Max with min/max
* Introduced GOEXPERIMENT=loopvar on build steps
* Updated tests/docker-compose to go1.21-rc-alpine
* Updated nginx to 1.25
* Preallocate mined blocks on Sidechain
* Update edwards25519 version
2023-07-20 07:40:18 +02:00
DataHoarder 330d3fe3aa
fix: CircularBuffer PushUnique with zero len 2023-06-05 23:38:58 +02:00
DataHoarder 3e97fdc46f
Sort found blocks/side blocks circular buffer on initial fill 2023-04-28 22:50:50 +02:00
DataHoarder 976d32da46
Added /api/events 2023-04-24 19:48:57 +02:00
DataHoarder fa52d8c44a
Added /api/consensus_check/ for p2pool consensus server 2023-04-19 19:18:35 +02:00
DataHoarder e2911150f7
Implement pruning, add tcp listener instead of interface, improve read/write times on client and limit requests when already requested 2022-12-09 13:13:00 +01:00
DataHoarder 4adf67825d
Produce pruned / compact block broadcasts 2022-12-04 01:46:22 +01:00