Commit graph

17 commits

Author SHA1 Message Date
DataHoarder 3cde3800de
Allow stratum mempool selection to include high fee transactions or time since last reception
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-08 13:59:11 +02:00
DataHoarder 6c9ff41c7c
Remove github.com/stretchr/testify dependency from zmq tests 2024-04-07 17:58:42 +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 e4be941d5e
fix zmq test 2023-06-03 10:05:05 +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 4e68579f8b
Fix ZMQ test wrapper
Some checks are pending
continuous-integration/drone/push Build is running
2023-05-10 07:08:30 +02:00
DataHoarder 7a7c21c6d6
Fix test locations and timeouts
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-10 05:06:23 +02:00
DataHoarder e56d7ee46e
Index database, archivetoindex, database schema
Implemented daemon, web, api into new index backend
2023-04-11 04:26:24 +02:00
DataHoarder 92b74f667f
Implemented ZMQ fetch of block data, proper main chain handling, refactored client RPC access, updated dependencies 2023-03-05 15:07:40 +01: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