nim-eth/eth
Adam Spitz 58284ffeda
Attempt to connect to many peers concurrently, not in sequence. (#575)
The old code, which did it in sequence, made it take a very long
time to accumulate peers in the peer pool, particularly because
occasionally a connection-attempt would hang for a couple of minutes
before timing out.
2023-01-04 05:56:23 -05:00
..
common fix `excessDataGas` type (`GasInt` --> `UInt256`) (#571) 2022-12-14 00:25:27 +01:00
db kvstore: return bool from del, add clear (#574) 2023-01-03 16:38:27 +01:00
keyfile Fix some typos (#557) 2022-11-16 17:44:00 +01:00
net add eth topic to all the logs scope (#568) 2022-12-06 14:54:03 +01:00
p2p Attempt to connect to many peers concurrently, not in sequence. (#575) 2023-01-04 05:56:23 -05:00
rlp Fix some typos (#557) 2022-11-16 17:44:00 +01:00
trie Fix some typos (#557) 2022-11-16 17:44:00 +01:00
utp add eth topic to all the logs scope (#568) 2022-12-06 14:54:03 +01:00
async_utils.nim awaitWithTimeout for Future[void] 2021-02-04 16:45:50 +02:00
bloom.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
common.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
eip1559.nim Add a helper for calculating the EIP1559 base fee 2022-08-18 23:36:45 +03:00
keyfile.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
keys.nim Fix some typos (#557) 2022-11-16 17:44:00 +01:00
p2p.nim add eth topic to all the logs scope (#568) 2022-12-06 14:54:03 +01:00
rlp.nim Fix some typos (#557) 2022-11-16 17:44:00 +01:00
trie.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00