-
- Downloads
[alpha] Move devel to alpha (#4112)
* penalize naughty peers on PoS (#4060) * penalize naughty peers * lint * Small performance optimization (hash already calculated) (#4053) * speedup logIndex test (#4068) * Torrent: increase network request size (#4067) * save * save * CI: run integration tests on trunk after PR is merged (#4075) 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". * Update header_algos.go (#4078) * p2p: TestUDPv4_LookupIterator failures workaround (#4079) --- FAIL: TestUDPv4_LookupIterator (1.36s) 155 v4_lookup_test.go:168: handlePacket error: "unsolicited reply" 156 * CI: run integration tests on Windows (#4076) * [erigon2] Support for binary tree commitments (#4077) * binary tree * Binary commitment tree * [erigon2] Bin tree support * Point to latest erigon-lib Co-authored-by:Alexey Sharp <alexeysharp@Alexeys-iMac.local> * CI: more caching (#4083) 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) * rpcdaemon: optimize tests (#4082) * 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 * Downloader atomic snapshot dir, step 1 (#4085) * save * save * save * [Docs] Add PoS downloader diagram (#4084) * Extra comment for HeadersPOS * Add PoS downloader diagram * Revert "state_processor: fix ignored SkipAnalysis() result (#4046)" (#4087) This reverts commit cf448036. * Revert changes in decompressor (#4089) Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> * Remove preverified hashes (#4088) Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> * p2p: define DiscReason as uint8 (#4090) Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> * remove metrics package, step 1 (#4094) * atomic snapshot dir, step 2 (#4093) * atomic snapshot dir * atomic snapshot dir * switch toml lib to release version (#4095) * save * save * save (#4096) * Snapshots: restore logInterval #4098 * torrent not found fix (#4101) * Torrent: increase network-request size to 2Mb (#4100) * Amend description of override.mergeForkBlock flag (#4106) * p2p: move v4_lookup_test to integration tests (#4107) 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. * make: wmake refactoring (#4105) * 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 * Snapshots: atomic dir, step 3 (#4103) * up linter version (#4108) * save * save * save * Rename sentry.ControlServerImpl to sentry.MultyClient and sentry.SentryServerImpl to sentry.GrpcServer #444 * Simplify header downloader (#4104) * Simplify header downloader * Remove VerifyQueue * Fix * More fixes * Fix * Break out of the loop Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> * RPCDaemon: open snapshots on startup (because now snapshots dir is atomic), even if no Erigon available (#4110) * save * save * save * save * save * save * Bumb alpha version * Update to erigon-lib alpha Co-authored-by:
Giulio rebuffo <giulio.rebuffo@gmail.com> Co-authored-by:
Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com> Co-authored-by:
Alex Sharov <AskAlexSharov@gmail.com> Co-authored-by:
battlmonstr <battlmonstr@users.noreply.github.com> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
Showing
- .github/workflows/ci.yml 46 additions, 22 deletions.github/workflows/ci.yml
- .github/workflows/test-integration.yml 43 additions, 16 deletions.github/workflows/test-integration.yml
- .golangci.yml 1 addition, 1 deletion.golangci.yml
- Makefile 1 addition, 1 deletionMakefile
- cmd/cons/commands/clique.go 1 addition, 3 deletionscmd/cons/commands/clique.go
- cmd/downloader/downloader/downloader.go 225 additions, 256 deletionscmd/downloader/downloader/downloader.go
- cmd/downloader/downloader/downloader_grpc_server.go 7 additions, 21 deletionscmd/downloader/downloader/downloader_grpc_server.go
- cmd/downloader/downloader/torrentcfg/torrentcfg.go 12 additions, 18 deletionscmd/downloader/downloader/torrentcfg/torrentcfg.go
- cmd/downloader/downloader/util.go 149 additions, 22 deletionscmd/downloader/downloader/util.go
- cmd/downloader/main.go 15 additions, 38 deletionscmd/downloader/main.go
- cmd/integration/commands/stages.go 5 additions, 16 deletionscmd/integration/commands/stages.go
- cmd/rpcdaemon/cli/config.go 23 additions, 14 deletionscmd/rpcdaemon/cli/config.go
- cmd/rpcdaemon/cli/httpcfg/http_cfg.go 1 addition, 1 deletioncmd/rpcdaemon/cli/httpcfg/http_cfg.go
- cmd/rpcdaemon/commands/daemon.go 1 addition, 1 deletioncmd/rpcdaemon/commands/daemon.go
- cmd/rpcdaemon/commands/eth_subscribe_test.go 1 addition, 1 deletioncmd/rpcdaemon/commands/eth_subscribe_test.go
- cmd/rpcdaemon/commands/send_transaction_test.go 1 addition, 1 deletioncmd/rpcdaemon/commands/send_transaction_test.go
- cmd/rpcdaemon/rpcdaemontest/test_util.go 97 additions, 28 deletionscmd/rpcdaemon/rpcdaemontest/test_util.go
- cmd/sentry/sentry/broadcast.go 5 additions, 5 deletionscmd/sentry/sentry/broadcast.go
- cmd/sentry/sentry/sentry_api.go 5 additions, 5 deletionscmd/sentry/sentry/sentry_api.go
- cmd/sentry/sentry/sentry_grpc_server.go 32 additions, 32 deletionscmd/sentry/sentry/sentry_grpc_server.go
Loading
Please register or sign in to comment