SChernykh
|
899a908409
|
Added hardfork code
|
2024-05-14 22:48:59 +02:00 |
|
SChernykh
|
c3add767be
|
Merge branch 'master' into merge-mining
|
2024-04-23 18:43:35 +02:00 |
|
SChernykh
|
6dd72dfcd5
|
Fixed a rare crash on shutdown
|
2024-04-23 18:40:15 +02:00 |
|
SChernykh
|
fdb2ab19ab
|
Added Tari gRPC client stub
|
2024-02-06 21:04:19 +01:00 |
|
SChernykh
|
ec15417fd2
|
More C++17
|
2024-01-05 14:36:35 +01:00 |
|
SChernykh
|
f95d366881
|
Merge branch 'master' into merge-mining
|
2024-01-02 14:26:32 +01:00 |
|
SChernykh
|
1e1c3ad6e9
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
|
SChernykh
|
896eac6d8c
|
Force debug checks
|
2023-12-25 20:34:18 +01:00 |
|
SChernykh
|
c28021b5a4
|
Merge branch 'master' into merge-mining
|
2023-12-23 19:07:04 +01:00 |
|
SChernykh
|
bc36be1e58
|
Fixed block broadcast detection
Peers could ban each other erroneously for "not broadcasting blocks"
|
2023-12-23 19:06:18 +01:00 |
|
SChernykh
|
f7a2a6fe07
|
Fixed block broadcasts
|
2023-12-23 15:19:25 +01:00 |
|
SChernykh
|
ae233bbf0b
|
Fixed BLOCK_FOUND detection
|
2023-12-22 11:50:08 +01:00 |
|
SChernykh
|
4362ee490c
|
Multiple bugfixes
|
2023-12-10 15:40:05 +01:00 |
|
SChernykh
|
e20c73fa27
|
Merge branch 'master' into merge-mining
|
2023-12-08 14:18:22 +01:00 |
|
SChernykh
|
2e3d042d60
|
Fixed cppcheck error
|
2023-12-08 09:38:22 +01:00 |
|
SChernykh
|
abd9c80e4d
|
Merge branch 'master' into merge-mining
|
2023-11-07 16:52:57 +01:00 |
|
hinto.janai
|
bf39319cbb
|
add gupax.io to DNS seed nodes
|
2023-11-06 17:05:33 -05:00 |
|
SChernykh
|
ec35c74e5f
|
Init merge mining tag properly
|
2023-10-25 00:14:09 +02:00 |
|
SChernykh
|
294d1a525e
|
Update check now also checks for connected peer versions
|
2023-10-09 11:08:51 +02:00 |
|
SChernykh
|
e5770a5343
|
Fixed cppcheck errors
|
2023-10-08 23:33:06 +02:00 |
|
SChernykh
|
7a65e1feb5
|
Check for updates in status and version commands
|
2023-10-08 21:01:50 +02:00 |
|
SChernykh
|
4e55f53fb4
|
Notify about new P2Pool versions
|
2023-10-08 18:52:06 +02:00 |
|
SChernykh
|
d99a48d87d
|
Added a reserve domain for seed node lists
|
2023-09-30 08:43:29 +02:00 |
|
SChernykh
|
b922440fc7
|
Refactored software id code
Show a warning when an unknown software id is seen
|
2023-09-23 18:04:02 +02:00 |
|
SChernykh
|
0b544bf55a
|
API: removed file size limitation
|
2023-09-16 19:38:16 +02:00 |
|
SChernykh
|
a9d39f0803
|
Better error messages
|
2023-09-13 21:37:07 +02:00 |
|
SChernykh
|
2248739dd5
|
Don't update api when shutting down
|
2023-09-13 21:12:01 +02:00 |
|
SChernykh
|
b83b691714
|
TCPServer: cleaned up IPv4 address handling
|
2023-09-11 19:43:28 +02:00 |
|
SChernykh
|
887611c9d8
|
P2Pool: normalized peer list IPv4/IPv6 data
|
2023-09-09 20:22:43 +02:00 |
|
SChernykh
|
2c5cfb6442
|
Fixed data races when using uv_async_send
|
2023-09-04 19:33:31 +02:00 |
|
SChernykh
|
d8bbe2110e
|
P2PServer: fixed a data race when banning peers
|
2023-09-03 13:15:45 +02:00 |
|
SChernykh
|
76c4573c39
|
CI: cleanup build warnings
Tests: fixed "unused const variable" warning
CMakeLists.txt: fixed deprecation warnings
|
2023-08-16 14:20:23 +02:00 |
|
SChernykh
|
f4a18726b5
|
P2PServer: support future major protocol changes
|
2023-08-04 15:52:28 +02:00 |
|
SChernykh
|
0f88640575
|
CI: added sync test with memory leak detection
|
2023-07-19 13:59:57 +02:00 |
|
SChernykh
|
75cc82ae0c
|
P2PServer: removed protocol version check for fastest peer
|
2023-07-12 12:48:52 +02:00 |
|
SChernykh
|
6ffe1d81c2
|
P2PServer: ignore protocol versions higher than supported
|
2023-07-10 20:13:37 +02:00 |
|
SChernykh
|
5b245e64d3
|
Fixed a typo
|
2023-07-10 16:54:01 +02:00 |
|
SChernykh
|
a067361d74
|
P2PServer: prefetch 2 blocks ahead during sync
|
2023-07-10 15:44:18 +02:00 |
|
SChernykh
|
a7f66c8883
|
SideChain: filter duplicates from missing blocks
|
2023-07-10 14:11:22 +02:00 |
|
SChernykh
|
e03e7d831e
|
P2PServer: tweaked switching to the fastet peer when syncing
|
2023-07-10 11:40:48 +02:00 |
|
SChernykh
|
1219ed0dd6
|
P2PServer: check protocol version when choosing fastest peer
|
2023-07-07 23:49:43 +02:00 |
|
SChernykh
|
fe2ff95f19
|
P2PServer: use BLOCK_NOTIFY to speed up syncing
|
2023-07-07 16:48:28 +02:00 |
|
SChernykh
|
d72f0ce40c
|
P2PServer: fixed some excess block requests
|
2023-07-07 14:52:47 +02:00 |
|
SChernykh
|
d8ecc1174d
|
P2PServer: refactored BLOCK_NOTIFY logic
- Limit how many block requests can be in flight
- Don't send requests for the same block twice
|
2023-07-07 12:14:24 +02:00 |
|
SChernykh
|
3e269b49d4
|
Tweaked log level for BLOCK_NOTIFY
|
2023-07-05 19:06:49 +02:00 |
|
SChernykh
|
2f5b0db786
|
P2PServer: request blocks coming from BLOCK_NOTIFY
|
2023-07-05 11:42:34 +02:00 |
|
SChernykh
|
8d9f16c387
|
P2PServer: sanity check message id
|
2023-07-04 16:47:14 +02:00 |
|
SChernykh
|
d6cb0ee8a0
|
P2PServer: avoid unnecessary block broadcasts
|
2023-07-04 16:06:01 +02:00 |
|
SChernykh
|
5444701c38
|
Tweaked status code
Don't create stream when it's not needed
|
2023-07-02 15:33:51 +02:00 |
|
SChernykh
|
e5bf27030d
|
Rate limit peer list requests
Send an empty response if the request comes too soon
|
2023-06-29 18:20:07 +02:00 |
|