- May 06, 2022
-
-
battlmonstr authored
Cache "go-build" containing cached build artifacts from the Go build system. This saves up to: - 6 min on Linux (from 10 min to 4 min) - 3 min on macOS (from 13 min to 10 min) - 7 min on Windows (from 27 min to 20 min) Cache Windows deps (mingw, cmake). This saves 6,5 min on Windows builds (from 20 min to 13,5 min)
-
- May 05, 2022
-
-
ledgerwatch authored
* binary tree * Binary commitment tree * [erigon2] Bin tree support * Point to latest erigon-lib Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
battlmonstr authored
-
battlmonstr authored
--- FAIL: TestUDPv4_LookupIterator (1.36s) 155 v4_lookup_test.go:168: handlePacket error: "unsolicited reply" 156
-
- May 04, 2022
-
-
ledgerwatch authored
-
battlmonstr authored
Running on PR close event tests the PR commit, not the final merged commit. The final commit is tested by "push" event, but it appears as "skipped" in the list of devel ccmmits, because "push" event was skipped by "if".
-
Alex Sharov authored
* save * save
-
Alex Sharov authored
-
Andrew Ashikhmin authored
-
Giulio Rebuffo authored
* penalize naughty peers * lint
-
ledgerwatch authored
-
ledgerwatch authored
* Update version.go * Fix lint Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
ledgerwatch authored
* Undo headers relaxation change * Undo headers relaxation change Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Alex Sharov authored
-
Alex Sharov authored
-
battlmonstr authored
-
Alex Sharov authored
-
- May 03, 2022
-
-
battlmonstr authored
The UDP test must be closed after the serveTestnet exits. If it happens before, the serveTestnet encounters this error. (it tries to emulate a packet receival after closing the transport) FindNode triggers a Ping in ensureBond. This causes an extra Sleep for "ping back". Don't wait for this in tests. Close v5 tests. The requests may also timeout if a lot of them queue up in the udpTest.pipe, and serveTestnet is slow to process them. Increase replyTimeout a bit to prevent that.
-
ledgerwatch authored
* Update node.go * Update node.go
-
ledgerwatch authored
This reverts commit e758fb80.
-
ledgerwatch authored
* More relax inclusion of headers in the downloader * Fix Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
ledgerwatch authored
-
battlmonstr authored
* refactor test * add a fast fixed examples test for the main suite * split slow test for the integration suite
-
- May 02, 2022
- May 01, 2022
-
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
ledgerwatch authored
* print branchHash * Print state changes * Print val * Fix for author * Remove prints Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
- Apr 30, 2022
-
-
EXEC authored
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Alex Sharov authored
-
Alex Sharov authored
* save * save * save * save
-
- Apr 29, 2022
-
-
Giulio Rebuffo authored
-
Alex Sharov authored
* save * save * save * save
-
Alex Sharov authored
* save * save * save * save * save
-
ledgerwatch authored
* Update stageloop.go * Print * Consider snapshot headers as parlia checkpoints * Not fail after not loading snapshot * Lazy snapshots * Print number of validators * More printing * Use epoch instead of checkpoint interval * Reduce logging * Fix compilation * Remove trace jump dest * Fix lint * Not store snapshots every epoch * Separate snapshot for verification and finalisation Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Alex Sharov authored
-
- Apr 28, 2022
-
-
battlmonstr authored
* exchange RLPx Hello even when maxpeers limit is reached * bump MaxPendingPeers to increase the default handshake queue (and the likelyhood of Hello exchange)
-