Commit graph

37 commits

Author SHA1 Message Date
142a21861e
Replace json hex strings with types.Hash and types.Bytes on monero rpc
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-07 20:19:12 +02:00
1f33aeccc5
Remove github.com/stretchr/testify from monero levin/rpc tests
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-07 19:48:55 +02:00
b36c9561b9
Replace encoding/hex and encoding/json dependencies on monero RPC code 2024-04-07 19:32:18 +02:00
5a50924816
Remove git.gammaspectra.live/P2Pool/go-monero dependency, replace with pkg/rpc and pkg/levin inline 2024-04-07 19:29:22 +02:00
6c9ff41c7c
Remove github.com/stretchr/testify dependency from zmq tests 2024-04-07 17:58:42 +02:00
6cfb1e3905
Cleanup zmq / duplicate mempool types 2024-04-07 17:25:29 +02:00
355843d5a2
Remove not necessary utilities under utils/, annotate network utils, use fasthex across all project 2024-04-05 17:14:37 +02:00
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
50e1acbb3a
Upgrade to new logger format
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-26 21:24:37 +01:00
aae149677a
Move Coinbase Id cache into PoolBlock from CoinbaseTransaction
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-30 22:53:25 +02:00
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
e4be941d5e
fix zmq test 2023-06-03 10:05:05 +02:00
2fe65a7a62
ZMQ: Use serial method instead of channels to preserve ordering of events 2023-05-31 12:26:11 +02:00
879f15515c
ZMQ: Alter minimal txpool data to include all fields 2023-05-31 12:26:11 +02:00
d577856081
Faster JSON encoder/decoder
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-27 14:43:22 +02:00
4e68579f8b
Fix ZMQ test wrapper
Some checks are pending
continuous-integration/drone/push Build is running
2023-05-10 07:08:30 +02:00
7a7c21c6d6
Fix test locations and timeouts
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-10 05:06:23 +02:00
108cf1d682
Overhaul peer list, load from monerod peers as fallback, actual ban list 2023-04-19 15:16:56 +02:00
4327004ef5
Transaction lookup now has decoy output information as well 2023-04-16 11:51:52 +02:00
58730e4a77
Added experimental /api/transaction_lookup/{txid} 2023-04-14 04:53:47 +02:00
1fd3938939
Fix scanning for new main blocks, do not cache old headers in p2pool 2023-04-11 15:32:40 +02:00
b9d0fc7bdc
Added all entries to single docker-compose.yml
Working docker-compose version, removed old unused database code
2023-04-11 05:54:49 +02:00
e56d7ee46e
Index database, archivetoindex, database schema
Implemented daemon, web, api into new index backend
2023-04-11 04:26:24 +02:00
100020b782
Implemented GetOutputIndexes for transactions 2023-03-20 21:37:23 +01:00
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
17ac31371f
zmq: adjust docs, use timeout context on test 2023-01-15 12:04:26 +01:00
ed96eb5d5a
zmq: Implement full miner data 2023-01-15 09:08:05 +01:00
2ef7a5e1da
zmq: allow subscribing to multiple topics at once 2023-01-15 08:23:54 +01:00
0849421eb6
Add ZMQ, update dependencies 2023-01-15 08:11:41 +01:00
0472c9fcf4
Rename GetClient to GetDefaultClient, allow creation of custom clients 2022-12-16 20:32:57 +01:00
fc09d53b2e
Use ZeroHash instead of empty Hash 2022-12-12 17:15:43 +01:00
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
ac20abaeb1
Added ability to get inputs and their outputs from monerod 2022-11-06 07:58:51 +01:00
03a026c026
Initial sidechain verification 2022-11-03 15:24:54 +01:00
ab0e335b9a
Refactor Difficulty, cache derivations and client actions, faster miner transaction matching 2022-10-28 11:47:14 +02:00
ea97ca98b9
Initial consensus work 2022-10-26 18:56:37 +02:00
76d70a5f1a
Initial commit 2022-10-08 20:55:01 +02:00