Commit graph

119 commits

Author SHA1 Message Date
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
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
1c17271ff0
Annotate BinaryTreeHash.RootHash() 2024-04-06 03:29:22 +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
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
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
86b7a92334
Added basic global logger 2024-02-26 04:09:27 +01: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
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
07d09286e9
Faster hex SIMD Encode/Decode 2023-07-24 13:26:18 +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
b7b1344eea
Fix address.MarshalJSON
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-23 01:10:43 +02: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
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
402bd79c6c
Use go.work and nested modules to split dependency import 2023-07-22 16:02:38 +02:00
087137ab6d
Comment a few parts of the code for clarity 2023-07-20 07:40:19 +02:00
c1939598a5
Speedup deterministic key checks 2023-07-20 07:40:19 +02:00
5c24136e45
Speedup GetShares, Shares allocation, Shares.Compact 2023-07-20 07:40:19 +02:00
704b477c37
Slightly faster CompareConsensusPublicKeyBytes calls 2023-07-20 07:40:19 +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
4376c41511
Optimize struct alignment and memory size across the project 2023-06-14 17:26:46 +02:00
29751ec74d
Prevent heap allocations in block encoding/decoding/generation of keys 2023-06-05 23:45:38 +02:00
03ff13fc0c
added merkle tree MainBranch precalculation method, mempool utilities and handling, UVarInt64SliceSize, Share utilities 2023-06-05 23:44:24 +02:00
de663205ba
Report allocations on address benchmarks 2023-06-04 12:06:41 +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
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
ff1b712f32
Optimize public/private keypair JSON encoding 2023-05-27 15:38:26 +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
3c1f7dfe38
Optimize JSON decoding of Address with less buffer creation
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-24 16:23:54 +02:00
c32f87e9b4
Optimize JSON decoding of Hash / Address / PublicKeyBytes / PrivateKeyBytes
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-24 15:59:07 +02:00
415cde0759
Cleanup merkle tree calculation to be less verbose
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-23 20:21:40 +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
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
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
c430c21a34
Added crypto_tests.txt support from upstream
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-17 07:41:53 +02:00
3a3960f661
Support Monero stagenet
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-16 07:29:06 +02:00
ba3f9b9ae4
Support Monero test network in address packed <-> unpacked roundtrip
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-16 07:14:58 +02:00
6d7eacf3b0
Use Bytes public keys on Address 2023-05-15 09:16:37 +02:00
3372475242
Do not allocate RandomX dataset on light mode
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-14 10:30:43 +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