- May 10, 2022
-
-
Alex Sharov authored
* save * save * save
-
Alex Sharov authored
-
battlmonstr authored
* list "all" targets explicitly * add missing targets * add missing build flags * add test-integration target * show tests output * use wmake test on CI * update submodules for all targets (like Makefile) * remove unused function Test-Administrator
-
battlmonstr authored
The test is flaky when the reply timeout is too low. Increasing the timeout makes it slow. Move the test to the integration suite. Having a higher timeout is fine there.
-
- May 09, 2022
-
-
Andrew Ashikhmin authored
-
- May 08, 2022
-
-
Alex Sharov authored
-
Alex Sharov authored
-
- May 07, 2022
-
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
* save * save
-
Alex Sharov authored
* atomic snapshot dir * atomic snapshot dir
-
Alex Sharov authored
-
- May 06, 2022
-
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Alex Sharov authored
This reverts commit cf448036.
-
Andrew Ashikhmin authored
* Extra comment for HeadersPOS * Add PoS downloader diagram
-
Alex Sharov authored
* save * save * save
-
battlmonstr authored
* reuse the generated test blockchain across tests * copy ChainPack to ensure test isolation This improves the speed from 10s to 4s. The package tests timeout can be reduced to 5s: go test ./cmd/rpcdaemon/commands -count 1 --timeout 5s
-
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>
-