Commit graph

140 commits

Author SHA1 Message Date
DataHoarder 4fb641265d
Upgrade to go-randomx v3.1.0 with full JIT and full mode support
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-23 15:28:23 +02:00
DataHoarder 137356ee20
Support purego build via RandomX softfloat64
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-17 06:13:52 +02:00
DataHoarder e321374da1
Update to version v3.7.0, remove replace directives from go.mod
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-04-14 10:13:19 +02:00
DataHoarder 927b53b1f6
cleanup share comparison 2024-04-13 04:12:49 +02:00
DataHoarder dbeb877d6c
Update go-randomx, bump dependencies and use hashicorp LRU to remove golang.org/x/text, github.com/bahlo/generic-list-go dependencies 2024-04-13 00:26:21 +02:00
DataHoarder 249d97299e
Bump go-randomx to v2.0.0 with faster execution and JIT 2024-04-12 02:18:49 +02:00
DataHoarder 5136295d91
Remove github.com/sclevine/spec dependency on tests from monero levin/rpc packages
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-11 03:47:52 +02:00
DataHoarder 0527d67ecb
Upgrade randomx-go-bindings to v1.0.0 2024-04-11 03:47:05 +02:00
DataHoarder e390e970e6
Update crypto tests to verify NoAllocate implementations as well 2024-04-11 02:37:49 +02:00
DataHoarder fe5c673125
Split monero from p2pool hardforks 2024-04-10 09:03:31 +02:00
DataHoarder 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
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 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
DataHoarder 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
DataHoarder b36c9561b9
Replace encoding/hex and encoding/json dependencies on monero RPC code 2024-04-07 19:32:18 +02:00
DataHoarder 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
DataHoarder c999597d5e
Remove moneroutil dependency, replace base58 encoding with git.gammaspectra.live/P2Pool/monero-base58 2024-04-07 19:15:00 +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 97390b2e48
Added merkle root hash test/bench
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-07 05:26:22 +02:00
DataHoarder d2187564ca
Fallback on mempool GetBlockReward to non-overflow code 2024-04-07 04:36:23 +02:00
DataHoarder c733aa1d4f
Fix mempool and monero GetBlockReward
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-06 05:36:44 +02:00
DataHoarder 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
DataHoarder 1c17271ff0
Annotate BinaryTreeHash.RootHash() 2024-04-06 03:29:22 +02:00
DataHoarder 355843d5a2
Remove not necessary utilities under utils/, annotate network utils, use fasthex across all project 2024-04-05 17:14:37 +02:00
DataHoarder 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
DataHoarder 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
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 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
DataHoarder 86b7a92334
Added basic global logger 2024-02-26 04:09:27 +01:00
DataHoarder 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
DataHoarder 6fee8b6d62
Generalize signed actions for miners 2024-02-23 13:11:58 +01:00
DataHoarder 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
DataHoarder 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
DataHoarder 07d09286e9
Faster hex SIMD Encode/Decode 2023-07-24 13:26:18 +02:00
DataHoarder 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
DataHoarder b7b1344eea
Fix address.MarshalJSON
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-23 01:10:43 +02:00
DataHoarder 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
DataHoarder c0397bea86
Moved cache into its own module
Some checks are pending
continuous-integration/drone/push Build is running
2023-07-22 17:15:43 +02:00
DataHoarder 402bd79c6c
Use go.work and nested modules to split dependency import 2023-07-22 16:02:38 +02:00
DataHoarder 087137ab6d
Comment a few parts of the code for clarity 2023-07-20 07:40:19 +02:00
DataHoarder c1939598a5
Speedup deterministic key checks 2023-07-20 07:40:19 +02:00
DataHoarder 5c24136e45
Speedup GetShares, Shares allocation, Shares.Compact 2023-07-20 07:40:19 +02:00
DataHoarder 704b477c37
Slightly faster CompareConsensusPublicKeyBytes calls 2023-07-20 07:40:19 +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 4376c41511
Optimize struct alignment and memory size across the project 2023-06-14 17:26:46 +02:00
DataHoarder 29751ec74d
Prevent heap allocations in block encoding/decoding/generation of keys 2023-06-05 23:45:38 +02:00
DataHoarder 03ff13fc0c
added merkle tree MainBranch precalculation method, mempool utilities and handling, UVarInt64SliceSize, Share utilities 2023-06-05 23:44:24 +02:00
DataHoarder de663205ba
Report allocations on address benchmarks 2023-06-04 12:06:41 +02:00
DataHoarder 5ab76f5503
Calculate precise buffer lengths using varint sizes 2023-06-03 23:33:13 +02:00