Commit graph

11 commits

Author SHA1 Message Date
DataHoarder e321374da1
Update to version v3.7.0, remove replace directives from go.mod
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-04-14 10:13:19 +02:00
DataHoarder 6cfb1e3905
Cleanup zmq / duplicate mempool types 2024-04-07 17:25:29 +02:00
DataHoarder fe75cf259c
P2Pool consensus v3.0.0
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
Migrate cmd utils, cmds to own repository
2024-04-03 19:43:13 +02:00
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 2fe65a7a62
ZMQ: Use serial method instead of channels to preserve ordering of events 2023-05-31 12:26:11 +02:00
DataHoarder 879f15515c
ZMQ: Alter minimal txpool data to include all fields 2023-05-31 12:26:11 +02:00
DataHoarder d577856081
Faster JSON encoder/decoder
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-27 14:43:22 +02:00
DataHoarder 17ac31371f
zmq: adjust docs, use timeout context on test 2023-01-15 12:04:26 +01:00
DataHoarder ed96eb5d5a
zmq: Implement full miner data 2023-01-15 09:08:05 +01:00
DataHoarder 2ef7a5e1da
zmq: allow subscribing to multiple topics at once 2023-01-15 08:23:54 +01:00
DataHoarder 0849421eb6
Add ZMQ, update dependencies 2023-01-15 08:11:41 +01:00