Commit graph

184 commits

Author SHA1 Message Date
9116ade669
Hardfork on October 2nd 2024 12deaff85f 2024-06-22 10:41:02 +02:00
9d2f728409
Upgrade to v4 for p2pool upcoming hardfork 2024-06-19 20:59:08 +02:00
582b794525
Bounds check on merge mining extra data, share signaling based on version 4.x.x 2024-06-19 20:55:41 +02:00
8c0660c52d
Second merge mining testnet hardfork 2024-06-17 10:44:07 +02:00
c7aae5c0fa
Implement merge mining extra matching 5b3c1d749c 2024-06-17 10:35:58 +02:00
6a1f6ddb49
Version 3.11.1, prepare for testnet fork at Jun 09 2024 20:00:00 GMT+0000
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2024-06-07 15:50:39 +02:00
c515911d79
Follow behavior on monero major/minor version from 4bc0b559cb 2024-06-03 11:35:53 +02:00
8d82fa0929
Version v3.11.0, increase max merkle proof size to 8, correct smallest minimum difficulty
Some checks failed
continuous-integration/drone/tag Build is failing
continuous-integration/drone/push Build is failing
2024-06-03 11:21:02 +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
9d5ef952a0
Fix sidechain bench open 2024-05-01 06:07:29 +02:00
ea12ffd0ad
Use >= for share version comparisons, fix auxiliary data not containing the template id on pruned 2024-05-01 04:15:18 +02:00
b4cd80c787
Added sanity checks for height and difficulty
matches upstream b3f562caab
2024-04-28 11:11:03 +02:00
848b3e72e9
initialize blocksByMerkleRoot on sidechain 2024-04-23 18:46:23 +02:00
bbbf1f2638
Change how default consensus is picked
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-23 18:39:31 +02:00
d71446b00f
Added HARDFORKS.md
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-23 17:17:47 +02:00
e368222621
PoolBlock metadata json field
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-04-13 15:53:20 +02:00
6a7cb676aa
PoolBlockReceptionMetadata binary marshaler
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-04-13 06:37:34 +02:00
82d2a2a2bd
Added pool block metadata field, register precise ingress time and peer information 2024-04-13 04:45:47 +02:00
927b53b1f6
cleanup share comparison 2024-04-13 04:12:49 +02:00
8adaa81245
Explicitly use errgroup for SplitWork 2024-04-11 05:25:24 +02:00
e390e970e6
Update crypto tests to verify NoAllocate implementations as well 2024-04-11 02:37:49 +02:00
71dbf635d1
Remove unused GetPoolBlockByCoinbaseExtraIdentifier and BlockSeen check
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-10 09:36:33 +02:00
0ec08e8aac
Document differences between share versions 2024-04-10 09:36:01 +02:00
fe5c673125
Split monero from p2pool hardforks 2024-04-10 09:03:31 +02:00
3e689ae7be
Add extra consensus id for temporary testing 2024-04-10 08:06:40 +02:00
860f60be51
Test PoolBlockExternalVerify via LoadSideChainTestData on sidechain tests
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-10 04:11:07 +02:00
ef9e6f173b
Allow to change handshake consensus id under p2p server as temporary measure for testing
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-10 03:53:12 +02:00
6efd52cae7
Experimental: Support new merge mine Consensus Id
All checks were successful
continuous-integration/drone/push Build is passing
Depends on p2pool how migration/hardfork of existing chains will be done. A challenge still exists due to handshake challenges not discriminating
2024-04-10 03:38:44 +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
4a8971dae1
Fix nil dereference on merge mining tag depth 2024-04-08 16:44:55 +02:00
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
c999597d5e
Remove moneroutil dependency, replace base58 encoding with git.gammaspectra.live/P2Pool/monero-base58 2024-04-07 19:15:00 +02:00
791345c3e7
Added PubKeyToTable cache hits on sidechain test
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-07 05:31:26 +02:00
b138b39ab5
Use bits.Mul64 on p2p challenge 2024-04-07 04:36:23 +02:00
019375e929
Experimental: Stratum server, template generation, uncle and transaction selection
Some checks are pending
continuous-integration/drone/push Build is running
Specify wallet address on login user in xmrig or similar
2024-04-06 03:59:03 +02:00
2627e6b574
Add Consensus SeedNodes() method 2024-04-06 03:04:22 +02:00
61cfc4478c
Match deep block behavior in missed spot from b498084388 2024-04-05 18:13:50 +02:00
878d9df69b
Annotate and hash test data, include README, download from local mirror of p2pool 2024-04-05 18:13:46 +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
13d2e51383
Update dependencies, use faster UnsafeVarTimeScalarBaseMult on non-private operations, use precomputed UnsafeVarTimeScalarMultPrecomputed on public keys
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-05 10:54:04 +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
4d9f99747b
Use new Go 1.22 features: newinliner and math/rand/v2 2024-02-26 19:07:14 +01:00
86b7a92334
Added basic global logger 2024-02-26 04:09:27 +01:00
01369eb4c8
Prevent NaN on division by zero on sidechain_test on pre-fork chains
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-25 14:21:57 +01:00
4de201775d
Set precalc finished on sync for early start 2024-02-23 13:11:58 +01: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
deb3c6db01
Id -> id in consensus json
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-25 09:05:38 +02:00
f9903f096d
Made ShareVersion an uint8 instead of int to match Monero hardfork version 2023-07-25 08:57:03 +02:00