SChernykh
530079b8a5
Broadcast uncle blocks at the same height
...
To reduce orphan block rate
2022-11-23 17:55:11 +01:00
SChernykh
2ca428bbbb
BlockTemplate: non-ambiguous transaction order
...
Different nodes could pick different transactions with the same fee/byte which hurted compact broadcasts efficiency
2022-11-22 23:05:17 +01:00
SChernykh
8a27a8cce4
Added a safety check to block template update
2022-11-22 15:23:32 +01:00
SChernykh
7eec4d742c
P2PServer: removed an unnecessary lock
2022-11-22 09:57:50 +01:00
SChernykh
3f66975e1b
Optimized transaction picking algorithm
2022-11-21 17:09:56 +01:00
SChernykh
b7f8c973f4
Refined transaction picking algorithm
2022-11-21 08:08:31 +01:00
SChernykh
98e51feb46
Updated libzmq
2022-11-18 20:23:14 +01:00
SChernykh
68fccd2edb
Updated FAQ
2022-11-17 10:51:26 +01:00
SChernykh
72e414b2b7
Fixed struct alignment
2022-11-16 18:48:46 +01:00
SChernykh
79a31ce57c
SideChain: reduce lock scope in get_outputs_blob
2022-11-16 14:23:13 +01:00
SChernykh
488ed8e562
Added more 128 bit calculations
2022-11-16 10:36:46 +01:00
SChernykh
b3bce1651b
SideChain: use full 128 bits in get_difficulty
2022-11-15 16:39:39 +01:00
SChernykh
e9a2e4b076
Added html
2022-11-15 14:16:34 +01:00
SChernykh
cc2f031a32
Fixed a race when stopping logger
2022-11-15 11:07:50 +01:00
SChernykh
d0eea1bf91
Fixed libuv init/shutdown sequence
2022-11-14 23:35:59 +01:00
SChernykh
53ba29b288
Optimized crypto cache memory allocation
2022-11-13 17:30:47 +01:00
SChernykh
c5f3a03d1e
Improved peers display
2022-11-10 19:56:14 +01:00
SChernykh
da9cdf7df3
Send our P2Pool version to other peers
2022-11-10 14:31:02 +01:00
SChernykh
8a7f1b1b3a
Log shares found by other nodes
2022-11-10 08:22:31 +01:00
SChernykh
aa14620a50
Merge branch 'compact_broadcast'
2022-11-10 07:56:30 +01:00
SChernykh
1fa6a7c11a
Fixed mouse wheel scrolling on Windows
2022-11-09 23:46:10 +01:00
SChernykh
25806b67a2
Added protocol version negotiation
...
Protocol version 1.1: compact block broadcasts
2022-11-09 22:56:12 +01:00
SChernykh
47ff7e228e
Added code to deserialize compact blobs
2022-11-09 16:21:31 +01:00
SChernykh
c135787620
Prepare compact blob for block broadcasts
...
Reference transactions by index in the parent block instead of storing full 32 bytes per transaction
2022-11-09 12:40:45 +01:00
SChernykh
bbc3d44526
P2PServer: tidy up PEER_LIST_RESPONSE messages
2022-11-08 16:36:09 +01:00
SChernykh
2e747beda6
Added sidechain height to SHARE FOUND log
2022-11-08 14:27:03 +01:00
SChernykh
b9a9be2795
Update robin-hood-hashing
2022-11-04 10:35:25 +01:00
SChernykh
19414b061b
Refactored BackgroundJobTracker
2022-11-04 10:20:32 +01:00
SChernykh
74b5ab1798
Force update block template after 30 seconds
...
To get new transactions in
2022-11-04 07:47:07 +01:00
SChernykh
83cda110aa
P2PServer: tweaked invalid timestamp messages
2022-11-03 21:19:48 +01:00
SChernykh
6f87546492
Update README.md
2022-11-03 19:55:25 +01:00
SChernykh
1f7c89a95c
Fixed Coverity issues
2022-11-03 19:24:15 +01:00
SChernykh
0df11d24f5
P2PServer: tweaked invalid timestamp logic
2022-11-03 16:14:56 +01:00
SChernykh
a6c27a1e3f
P2PServer: checks timestamps only for new blocks
2022-11-03 15:20:38 +01:00
SChernykh
0a5fa12ce5
Update wallet_tests.cpp
2022-11-03 14:29:57 +01:00
SChernykh
c090b0cf62
P2PServer: tweaked invalid timestamp logic
2022-11-03 13:52:29 +01:00
SChernykh
45660e3d96
Show wallet address in error messages and status
2022-11-03 11:38:43 +01:00
SChernykh
732190bb11
P2PServer: sanity check for timestamps
2022-11-03 08:51:06 +01:00
SChernykh
b667f88d0e
Updated cppzmq
2022-11-02 15:10:16 +01:00
SChernykh
255d312ae0
SideChain: log blocks with the same id
2022-11-02 12:49:12 +01:00
SChernykh
cc92ae7998
Retry get_block_headers_range RPC call if it fails
2022-11-02 11:36:29 +01:00
SChernykh
ae9905e4c7
CI: removed Ubuntu 18.04
2022-11-02 09:45:59 +01:00
SChernykh
38469c26ff
Updated curl to 7.86.0
2022-11-02 08:47:54 +01:00
SChernykh
07b460147e
P2PServer: added missing time check
2022-11-01 16:07:13 +01:00
SChernykh
6cf1b13500
p2pool v2.5
C/C++ CI / build-ubuntu (map[c:gcc-12 cpp:g++-12 os:ubuntu-22.04]) (push) Has been cancelled
C/C++ CI / build-ubuntu-static-libs (push) Has been cancelled
C/C++ CI / build-ubuntu-aarch64 (map[os:ubuntu-18.04]) (push) Has been cancelled
C/C++ CI / build-ubuntu-aarch64 (map[os:ubuntu-20.04]) (push) Has been cancelled
C/C++ CI / build-ubuntu-aarch64 (map[os:ubuntu-22.04]) (push) Has been cancelled
C/C++ CI / build-windows-msys2 (push) Has been cancelled
C/C++ CI / build-windows-msbuild (map[msbuild:C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\amd64\ os:2019 rx:ON vs:Visual Studio 16 2019]) (push) Has been cancelled
C/C++ CI / build-windows-msbuild (map[msbuild:C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Msbuild\Current\Bin\amd64\ os:2022 rx:OFF vs:Visual Studio 17 2022]) (push) Has been cancelled
C/C++ CI / build-windows-msbuild (map[msbuild:C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Msbuild\Current\Bin\amd64\ os:2022 rx:ON vs:Visual Studio 17 2022]) (push) Has been cancelled
C/C++ CI / build-macos (macos-11) (push) Has been cancelled
C/C++ CI / build-macos (macos-12) (push) Has been cancelled
C/C++ CI / build-ubuntu (map[c:gcc-11 cpp:g++-11 os:ubuntu-20.04]) (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Has been cancelled
cppcheck / cppcheck-ubuntu (push) Has been cancelled
cppcheck / cppcheck-windows (push) Has been cancelled
Microsoft C++ Code Analysis / Analyze (push) Has been cancelled
Sync test / sync-test-macos (push) Has been cancelled
Sync test / sync-test-windows (push) Has been cancelled
Sync test / sync-test-ubuntu (push) Has been cancelled
v2.5
2022-10-31 17:39:33 +01:00
SChernykh
4a8d4ab8d9
Updated github actions
2022-10-28 14:32:49 +02:00
SChernykh
65a9574e52
Added --p2p-external-port command line parameter
2022-10-28 14:06:26 +02:00
SChernykh
6eacb677a4
Update README.md
2022-10-20 10:36:52 +02:00
SChernykh
d081c8ea74
TCPServer: fixed data race during shutdown
2022-10-18 18:41:58 +02:00
SChernykh
0342e7ffb5
Enabled parallel compilation
2022-10-13 21:41:08 +02:00