SChernykh
|
4bc0b559cb
|
Block parser: sanity check minor version
|
2024-06-03 11:29:01 +02:00 |
|
SChernykh
|
9a9f6379cd
|
Tweaked software version display
GoObserver will have the same version format
|
2024-06-03 11:10:38 +02:00 |
|
SChernykh
|
7293e37165
|
More hardfork code
All block format changes must be a part of hardfork
|
2024-06-03 10:59:57 +02:00 |
|
SChernykh
|
403a39d32f
|
Sync test: detect integer overflows
|
2024-06-02 20:04:18 +02:00 |
|
SChernykh
|
fb87e01986
|
Fixed keccak_bmi.cpp compilation without RandomX
|
2024-05-31 11:40:35 +02:00 |
|
SChernykh
|
bd6f68790e
|
Faster Keccak code (BMI instructions)
|
2024-05-31 00:39:11 +02:00 |
|
SChernykh
|
33e1ebd3fe
|
Calculate hashing blobs in parallel
Improved performance with high number of connected miners.
|
2024-05-30 16:53:32 +02:00 |
|
SChernykh
|
9a2cab4b5e
|
Fixed a Coverity warning
|
2024-05-29 13:32:11 +02:00 |
|
SChernykh
|
70e889ebdb
|
Fixed software version display
|
2024-05-29 10:47:03 +02:00 |
|
SChernykh
|
59b693d2f3
|
P2Pool version: add patch number
|
2024-05-28 22:41:37 +02:00 |
|
SChernykh
|
c96e7323cc
|
Miner: fix displayed difficulty for found aux blocks
|
2024-05-24 18:32:03 +02:00 |
|
SChernykh
|
4acc9d09b8
|
JSON RPC API: added seed_hash
It is required to verify RandomX PoW
|
2024-05-24 17:05:50 +02:00 |
|
SChernykh
|
d0107ed148
|
Fixed block template generation
Mining with `--merge-mining` in the command line but with merge mining disabled was broken
|
2024-05-23 22:17:39 +02:00 |
|
SChernykh
|
3d85ee847c
|
Merge branch 'master' into merge-mining
|
2024-05-23 19:10:00 +02:00 |
|
SChernykh
|
10c2d334f8
|
Updated Monero nodes
|
2024-05-23 17:12:14 +02:00 |
|
SChernykh
|
82d9d75a78
|
Updated Monero nodes
|
2024-05-23 17:10:31 +02:00 |
|
SChernykh
|
23ba77ee4d
|
Updated dependencies
|
2024-05-23 15:37:39 +02:00 |
|
SChernykh
|
460b09e70b
|
Updated curl to 8.8.0
|
2024-05-23 11:27:23 +02:00 |
|
SChernykh
|
b07e8813c6
|
Tari: call SubmitBlock RPC in background
to avoid stalling the main thread
|
2024-05-23 00:16:13 +02:00 |
|
SChernykh
|
406aa72112
|
Merge branch 'master' into merge-mining
|
2024-05-22 16:21:46 +02:00 |
|
SChernykh
|
9fd85942e0
|
Fixed cppcheck error
|
2024-05-22 16:18:40 +02:00 |
|
SChernykh
|
5e7d48e70c
|
Fix: don't call update_block_template twice
|
2024-05-22 15:27:23 +02:00 |
|
SChernykh
|
fb9ade7e9f
|
CI: fix BSD builds
|
2024-05-21 01:26:49 +02:00 |
|
SChernykh
|
2b7febf5d0
|
Fixed cppcheck error
|
2024-05-20 19:17:19 +02:00 |
|
SChernykh
|
710f6c2eb7
|
Submit merge mined blocks asynchronously
|
2024-05-20 15:22:03 +02:00 |
|
SChernykh
|
b0a63e2d34
|
Update grpc
|
2024-05-20 00:25:01 +02:00 |
|
SChernykh
|
84b656ebbd
|
Merge branch 'master' into merge-mining
|
2024-05-18 18:38:26 +02:00 |
|
SChernykh
|
7bd824bae3
|
CI: updated nodes for sync test
|
2024-05-18 11:33:40 +02:00 |
|
SChernykh
|
e7ce5d044d
|
CI: updated nodes for sync test
|
2024-05-18 11:25:19 +02:00 |
|
SChernykh
|
1c2939e8b2
|
CI: macos-11 is deprecated, use macos-13
|
2024-05-17 10:19:02 +02:00 |
|
SChernykh
|
9c3b8ef3a7
|
CI: New config for the sync test
|
2024-05-17 00:54:35 +02:00 |
|
SChernykh
|
08384156e4
|
Better API name, added API descriptions
|
2024-05-16 18:10:04 +02:00 |
|
SChernykh
|
d219b78d4c
|
CI: added MSVC 2022 build
|
2024-05-16 15:55:40 +02:00 |
|
SChernykh
|
d40b3ddfab
|
Fixed gcc-14 msys2 build
|
2024-05-16 12:37:17 +02:00 |
|
SChernykh
|
2c549f61a4
|
Create test-sync-old.yml
|
2024-05-14 23:43:49 +02:00 |
|
SChernykh
|
899a908409
|
Added hardfork code
|
2024-05-14 22:48:59 +02:00 |
|
SChernykh
|
21326c5103
|
Merkle trees: added get_position_from_path
Also double check against Monero's Merkle tree path code.
|
2024-05-14 19:37:38 +02:00 |
|
SChernykh
|
ae1907816e
|
CI: don't build curl tests
|
2024-05-14 12:11:16 +02:00 |
|
SChernykh
|
5063ace6bf
|
Merge branch 'master' into merge-mining
|
2024-05-14 11:45:40 +02:00 |
|
SChernykh
|
e05ece5ad7
|
Update libuv
|
2024-05-14 11:44:41 +02:00 |
|
SChernykh
|
a25b5c9713
|
Tari: fixed pow_data generation
|
2024-05-11 18:58:53 +02:00 |
|
SChernykh
|
c09da948fe
|
Merge branch 'master' into merge-mining
|
2024-05-11 11:50:34 +02:00 |
|
SChernykh
|
0fe44256b9
|
Update curl
|
2024-05-11 11:47:15 +02:00 |
|
SChernykh
|
fe19402218
|
Tari: enabled submit block gRPC call
|
2024-05-10 20:01:10 +02:00 |
|
SChernykh
|
be1445d7b5
|
Added Merkle proof's path bitmap to JSON RPC API
|
2024-05-10 16:53:47 +02:00 |
|
SChernykh
|
27f644fc1c
|
Update grpc
|
2024-05-10 15:54:44 +02:00 |
|
SChernykh
|
f67009f133
|
Added path bitmap to get_merkle_proof
|
2024-05-10 15:34:30 +02:00 |
|
SChernykh
|
e986e5dc2e
|
Tari: Added coinbase_merkle_proof to pow_data
|
2024-05-10 13:56:28 +02:00 |
|
SChernykh
|
d6364709ca
|
Fixed cppcheck errors
|
2024-05-10 00:09:53 +02:00 |
|
SChernykh
|
e07d37ede8
|
Fixed overflow check
|
2024-05-09 21:55:30 +02:00 |
|