Commit graph

35 commits

Author SHA1 Message Date
9d2f728409
Upgrade to v4 for p2pool upcoming hardfork 2024-06-19 20:59:08 +02:00
e6812c58b1
Fixup c515911d79 wrong code changes
All checks were successful
continuous-integration/drone/push Build is passing
2024-06-07 15:30:34 +02:00
c515911d79
Follow behavior on monero major/minor version from 4bc0b559cb 2024-06-03 11:35:53 +02:00
3aa98d061c
More checks and caps on block marshal/unmarshal, fast path for split reward
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-10 02:40:11 +02:00
d85464b4e2
Partial merge mining template support for p2pool merge-mining upcoming changes
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-10 03:10:55 +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
7c3e71171f
Fix mismatching encode methods for PoolBlock on connectivity-check API
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-31 22:35:58 +02: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
a23c30455d
Fix transaction parent indices not serializing in light blocks
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-24 12:18:11 +02:00
4376c41511
Optimize struct alignment and memory size across the project 2023-06-14 17:26:46 +02:00
5ab76f5503
Calculate precise buffer lengths using varint sizes 2023-06-03 23:33:13 +02:00
0cd75a0509
added limitbytereader to utils, less buffer usage on block decoding 2023-06-03 10:05:05 +02:00
3b268558d8
Split and cleanup merkle tree for transactions
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-23 15:38:20 +02:00
041fc55f16
Serialize pool blocks using append on stack buffers instead of heap buffer allocations
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-18 05:21:23 +02:00
22077acdfa
Reduce allocations on utils.SplitWork, add BufferLength methods for pool block serialization 2023-05-17 17:29:01 +02:00
3eafb954df
Reduce hash heap allocations by using exported sha3
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-12 08:55:01 +02:00
c1375a3cb8
Refactored RandomX state creation 2023-04-30 21:49:25 +02:00
1a1c818741
Added SideChain consensus hard fork information 2023-04-16 19:25:24 +02:00
e56d7ee46e
Index database, archivetoindex, database schema
Implemented daemon, web, api into new index backend
2023-04-11 04:26:24 +02:00
f8fb72c502
Block format if printed to JSON, handle window size in pool_info 2023-03-20 15:15:35 +01:00
28a417bccd
Consensus adjustements for hardfork, fix private key calculation from seed 2023-03-19 00:25:52 +01:00
efe6ed6bed
Partial update for p2pool web/api/scraper for fork 2023-03-18 21:19:54 +01:00
968b07ae0b
Support p2pool hardfork in March 2023-03-07 18:57:06 +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
0472c9fcf4
Rename GetClient to GetDefaultClient, allow creation of custom clients 2022-12-16 20:32:57 +01:00
4adf67825d
Produce pruned / compact block broadcasts 2022-12-04 01:46:22 +01:00
2823029eb9
Support protocol 1.1, receive and process compact block broadcasts 2022-12-03 23:43:18 +01:00
95c92fd114
Add compiler bound checks 2022-11-08 14:25:29 +01:00
7929753c40
Timeout outgoing connections in 10 seconds, reduce memory allocations, use sync.Pool for storing allocations 2022-11-08 11:35:09 +01:00
59d8bcd0f7
Reduce allocations 2022-11-05 09:33:53 +01:00
f2eae36712
Rewrite private/public key usage away from types.Hash, generic address interface 2022-11-05 08:59:00 +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
135fbd8973
Make nonce on block uint32 instead of bytes 2022-10-27 10:09:39 +02:00
ea97ca98b9
Initial consensus work 2022-10-26 18:56:37 +02:00