Commit graph

24 commits

Author SHA1 Message Date
e390e970e6
Update crypto tests to verify NoAllocate implementations as well 2024-04-11 02:37:49 +02:00
c999597d5e
Remove moneroutil dependency, replace base58 encoding with git.gammaspectra.live/P2Pool/monero-base58 2024-04-07 19:15:00 +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
3cbc992279
Update dependencies, use faster UnsafeVarTimeScalarBaseMult on non-private operations
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-05 10:25:50 +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
e2885687b2
Implement Miner Options page, add webhook notifications
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-25 14:12:33 +01:00
6fee8b6d62
Generalize signed actions for miners 2024-02-23 13:11:58 +01:00
03f19ae2ed
Improve base58 encode/decode and PackedAddress storage
Some checks are pending
continuous-integration/drone/push Build is running
2023-07-23 01:02:43 +02:00
951b1105ff
Speed improvements on partial crypto derivation
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-23 10:25:10 +02:00
2ad5e1ba38
Sync speed improvements by better crypto cache
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-23 09:38:09 +02:00
e9eb5915ed
Optimize address sorting, crypto cache, use unsafe VarTimeScalarMult for sidechain operations
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-20 10:49:05 +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
6a690ad278
Reduce allocations on ephemeral public key verification
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-11 12:05:27 +02:00
c1dd874343
Reduce allocations on ephemeral public key cache operations 2023-05-10 04:31:59 +02:00
968b07ae0b
Support p2pool hardfork in March 2023-03-07 18:57:06 +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
55b39f8535
Faster address derivation via benchmark, lesser cache of derivations 2022-11-07 15:58:02 +01:00
51bdaf581a
Adjust derivations to use edwards25519 methods, and use proper reductions 2022-11-07 09:52:35 +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
a9e0ce96b0
Initial P2Pool work, move most derivations and signatures to crypto 2022-11-01 12:22:00 +01:00
e702cd3e08
Align HashToScalar usage with monero codebase 2022-10-30 17:41:27 +01:00
ab0e335b9a
Refactor Difficulty, cache derivations and client actions, faster miner transaction matching 2022-10-28 11:47:14 +02:00