-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[alpha] Move from devel #4059
[alpha] Move from devel #4059
Commits on Apr 21, 2022
-
Change version to alpha (#3926)
Co-authored-by: Alexey Sharp <[email protected]> Co-authored-by: Alex Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5058e45 - Browse repository at this point
Copy the full SHA 5058e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for cedb486 - Browse repository at this point
Copy the full SHA cedb486View commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a8f20f0 - Browse repository at this point
Copy the full SHA a8f20f0View commit details -
Fix some cli flag descriptions (#3933)
* Fix some cli flag descriptions * add node about verbosity
Configuration menu - View commit details
-
Copy full SHA for dc5125e - Browse repository at this point
Copy the full SHA dc5125eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65be763 - Browse repository at this point
Copy the full SHA 65be763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d35791 - Browse repository at this point
Copy the full SHA 3d35791View commit details -
Added Ethstats service (#3931)
* somewhat there but not yet * lol * more efficient ethstats * lint * not die on no wifi
Configuration menu - View commit details
-
Copy full SHA for c5b1836 - Browse repository at this point
Copy the full SHA c5b1836View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab29bfc - Browse repository at this point
Copy the full SHA ab29bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bcd73d - Browse repository at this point
Copy the full SHA 1bcd73dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8eb34 - Browse repository at this point
Copy the full SHA 4a8eb34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a226ef - Browse repository at this point
Copy the full SHA 7a226efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d6775f - Browse repository at this point
Copy the full SHA 0d6775fView commit details -
Observer - P2P network crawler (#3928)
Observer crawls the Ethereum network and collects information about the nodes.
Configuration menu - View commit details
-
Copy full SHA for 92db317 - Browse repository at this point
Copy the full SHA 92db317View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c3775 - Browse repository at this point
Copy the full SHA 62c3775View commit details -
[erigon2] Fuzz tests for commitment (#3939)
* [erigon2] Fuzz tests for commitment * Cleanup * Update to erigon-lib main Co-authored-by: Alexey Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 984eee6 - Browse repository at this point
Copy the full SHA 984eee6View commit details -
Introduce unlimited download rate (#3945)
* Introduce unlimited download rate * More generous burst Co-authored-by: Alexey Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 961f4f5 - Browse repository at this point
Copy the full SHA 961f4f5View commit details
Commits on Apr 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6844e74 - Browse repository at this point
Copy the full SHA 6844e74View commit details -
Sentry GRPC: rename Peers to PeerEvents (#3944)
* Sentry GRPC: rename Peers to PeerEvents see erigontech/interfaces#101 * Update to erigon-lib main Co-authored-by: Alexey Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ad25c9 - Browse repository at this point
Copy the full SHA 3ad25c9View commit details
Commits on Apr 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e1900c - Browse repository at this point
Copy the full SHA 5e1900cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8742141 - Browse repository at this point
Copy the full SHA 8742141View commit details
Commits on Apr 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 874cd5d - Browse repository at this point
Copy the full SHA 874cd5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8116fb1 - Browse repository at this point
Copy the full SHA 8116fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4774a8 - Browse repository at this point
Copy the full SHA b4774a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 230a21c - Browse repository at this point
Copy the full SHA 230a21cView commit details -
got rid of the automatic usage of net api (#3952)
* got rid of the automatic usage of net api * less confusing comment * ops * ops2 * important * ops
Configuration menu - View commit details
-
Copy full SHA for e2fec2a - Browse repository at this point
Copy the full SHA e2fec2aView commit details -
* RPC: admin.peers() This RPC method returns information about the connected remote nodes. https://geth.ethereum.org/docs/rpc/ns-admin#admin_peers The peers are collected from all configured sentries. See: erigontech/interfaces#102 Test with: curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc": "2.0", "method": "admin_peers", "params": [], "id":1}' localhost:8545 * save * liner fix Co-authored-by: alex.sharov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc3eeca - Browse repository at this point
Copy the full SHA fc3eecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07367c2 - Browse repository at this point
Copy the full SHA 07367c2View commit details -
Experiment files 1 by 1 (#3959)
* Experiment files 1 by 1 * Remove check * sort preverified snapshots * docs: docker permissions * sort preverified snapshots * sort preverified snapshots * sort preverified snapshots * sort preverified snapshots * sort preverified snapshots * sort preverified snapshots * save * Fix speed log, remove file name * Move timer out of the loop * Calculate total size of downloaded files * Fixes * Fix * Fix * Fix * Move downloadData * Fix * Revert "Fix" This reverts commit 038e02b. * Revert "Move downloadData" This reverts commit 8130a4d. * Revert "Fix" This reverts commit 1dca25b. * Revert "Fix" This reverts commit ee5a1e8. * Revert "Fix" This reverts commit 8af7be7. * Revert "Fixes" This reverts commit 50509af. * Revert "Calculate total size of downloaded files" This reverts commit 64a26df. * Remove progress * Remove progress Co-authored-by: Alexey Sharp <[email protected]> Co-authored-by: alex.sharov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 538543a - Browse repository at this point
Copy the full SHA 538543aView commit details
Commits on Apr 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9c2ea3d - Browse repository at this point
Copy the full SHA 9c2ea3dView commit details -
Snapshots: open bittorrent udp port in docker (#3969)
* Snapshots: open torrent udp in docker-compose.yml * Snapshots: open torrent udp in docker-compose.yml
Configuration menu - View commit details
-
Copy full SHA for 6865f25 - Browse repository at this point
Copy the full SHA 6865f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for dba9544 - Browse repository at this point
Copy the full SHA dba9544View commit details -
Snapshots: allow stage_headers --unwind behind available snapshots (#…
…3971) * save * save * save
Configuration menu - View commit details
-
Copy full SHA for 3906d7e - Browse repository at this point
Copy the full SHA 3906d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e04f7fc - Browse repository at this point
Copy the full SHA e04f7fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61515ed - Browse repository at this point
Copy the full SHA 61515edView commit details -
rlp: add support for optional struct fields (#22832) (#3977)
This adds support for a new struct tag "optional". Using this tag, structs used for RLP encoding/decoding can be extended in a backwards-compatible way, by adding new fields at the end. see geth commit ethereum/go-ethereum@700df14 Co-authored-by: Felix Lange <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04f3e90 - Browse repository at this point
Copy the full SHA 04f3e90View commit details -
Forgot to check err status (#3978)
* Forgot to check err status * Invalid header shouldn't fail the entire stage
Configuration menu - View commit details
-
Copy full SHA for 3e1d4fa - Browse repository at this point
Copy the full SHA 3e1d4faView commit details -
Potential fix for verification (#3962)
* Potential fix for verification * multi verify Co-authored-by: Alexey Sharp <[email protected]> Co-authored-by: Alex Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5a2a62 - Browse repository at this point
Copy the full SHA b5a2a62View commit details -
p2p/discover/v4wire: use optional RLP field for EIP-868 seq (#3963)
This changes the definitions of Ping and Pong, adding an optional field for the sequence number. This field was previously encoded/decoded using the "tail" struct tag, but using "optional" is much nicer. see ethereum/go-ethereum#22842 Co-authored-by: Felix Lange <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13d6619 - Browse repository at this point
Copy the full SHA 13d6619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d2db44 - Browse repository at this point
Copy the full SHA 4d2db44View commit details
Commits on Apr 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 72f3fbf - Browse repository at this point
Copy the full SHA 72f3fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5304781 - Browse repository at this point
Copy the full SHA 5304781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f5290 - Browse repository at this point
Copy the full SHA 62f5290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d31cb7 - Browse repository at this point
Copy the full SHA 8d31cb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a31835 - Browse repository at this point
Copy the full SHA 0a31835View commit details -
Configuration menu - View commit details
-
Copy full SHA for b25cbb4 - Browse repository at this point
Copy the full SHA b25cbb4View commit details -
Update to erigon-lib main (#3992)
Co-authored-by: Alex Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ec90a1 - Browse repository at this point
Copy the full SHA 5ec90a1View commit details -
* save * save * tolerate some fails * tolerate some fails Co-authored-by: Alexey Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8de3e8d - Browse repository at this point
Copy the full SHA 8de3e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9d515 - Browse repository at this point
Copy the full SHA 6c9d515View commit details -
Check that safe & finalized blocks are canonical for no-op forkChoice (…
…#3997) * Place finishHandlingForkChoice after startHandlingForkChoice * forkChoiceMessage -> forkChoice * Check that safe & finalized blocks are canonical for no-op forkChoice
Configuration menu - View commit details
-
Copy full SHA for c9b26c2 - Browse repository at this point
Copy the full SHA c9b26c2View commit details -
Re-introduced cleanup of temporary table (#3999)
* Re-introduced cleanup of temporary table * Fix sign * Fix lint * Fix lint * Revert Co-authored-by: Alex Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad4182c - Browse repository at this point
Copy the full SHA ad4182cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b24090 - Browse repository at this point
Copy the full SHA 7b24090View commit details
Commits on Apr 28, 2022
-
Downloader: calc stat inside, add --torrent.download.slots and limit …
…downloads inside (#3986) * save * save * save * save * save * save * save * save * save
Configuration menu - View commit details
-
Copy full SHA for ea8a347 - Browse repository at this point
Copy the full SHA ea8a347View commit details -
p2p: speed-up TestUDPv4_LookupIterator (#4000)
The test was slow, because it was trying to find predefined nodeIDs (lookupTestnet) by generating random keys and trying to find their neighbours until it hits all nodes of the lookupTestnet. In addition each FindNode response was waited for 0.5 sec (respTimeout). This could take up to 30 sec and fail the test suite. A fake random key generator is now used during the test. It issues the expected keys, and the lookup converges quickly. The reply timeout is reduced for the test. Now it normally takes less than.1 sec.
Configuration menu - View commit details
-
Copy full SHA for 7558730 - Browse repository at this point
Copy the full SHA 7558730View commit details -
p2p: refactor MaxPendingPeers handling (#3981)
* use semaphore instead of a chan struct{} * move MaxPendingPeers default value to DefaultConfig.P2P * log Error if Accept fails * replace quit channel with context
Configuration menu - View commit details
-
Copy full SHA for c6649f5 - Browse repository at this point
Copy the full SHA c6649f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ce562 - Browse repository at this point
Copy the full SHA d2ce562View commit details -
Open only existing torrent files (#4007)
* save * save * save * save * save
Configuration menu - View commit details
-
Copy full SHA for d0ce0df - Browse repository at this point
Copy the full SHA d0ce0dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b8c442 - Browse repository at this point
Copy the full SHA 8b8c442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d7b6d - Browse repository at this point
Copy the full SHA 53d7b6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ddea2 - Browse repository at this point
Copy the full SHA 43ddea2View commit details -
reduce downloader deps (#4010)
* reduce downloader deps * reduce downloader deps
Configuration menu - View commit details
-
Copy full SHA for 2655d57 - Browse repository at this point
Copy the full SHA 2655d57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 831da9b - Browse repository at this point
Copy the full SHA 831da9bView commit details -
Handle system-txn in block_reader (#4012)
* reduce downloader deps * reduce downloader deps * save * reduce downloader deps
Configuration menu - View commit details
-
Copy full SHA for eda385e - Browse repository at this point
Copy the full SHA eda385eView commit details -
[integration tool] Clean BorReceipt when reset state (#4013)
* Update reset_state.go * Update reset_state.go
Configuration menu - View commit details
-
Copy full SHA for bd3b734 - Browse repository at this point
Copy the full SHA bd3b734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 352869f - Browse repository at this point
Copy the full SHA 352869fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c36c2 - Browse repository at this point
Copy the full SHA 76c36c2View commit details -
Observer: fix panic on clean start (#4002) (#4017)
Problem: (nil, nil) from CountPingErrors was not handled. This happens if the node is not in the db (a bootstrap node), and was never crawled before.
Configuration menu - View commit details
-
Copy full SHA for 4b3eb0f - Browse repository at this point
Copy the full SHA 4b3eb0fView commit details -
Add override.terminaltotaldifficulty flag (#4018)
* cmd/utils: initialize f.Value before setting variable * override.terminaltotaldifficulty flag * Add OverrideTerminalTotalDifficulty to default_flags
Configuration menu - View commit details
-
Copy full SHA for f9858ff - Browse repository at this point
Copy the full SHA f9858ffView commit details -
p2p: fix flaky TestUDPv5_lookupE2E (#4020)
The test was flaky, because of the "endpoint prediction". The test starts 5 nodes one by one. Node 0 is used as a bootstrap node for nodes 1-4. When it is about to add, say, node 3, nodes 0 and 1 might already have had a chance to communicate, and updateEndpoints() deletes the node 0 UDP port, because fallbackUDP port was not configured. In this case node 3 would get a bootstrap node 0 without a port and lead to an error: v5_udp_test.go:110: bad bootstrap node "enr:...": missing UDP port The problem was reproducible by this command: go test ./p2p/discover -run TestUDPv5_lookupE2E -count 500
Configuration menu - View commit details
-
Copy full SHA for 17fb707 - Browse repository at this point
Copy the full SHA 17fb707View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e07a31 - Browse repository at this point
Copy the full SHA 7e07a31View commit details -
p2p: crawler-friendly handshake (#3982)
* exchange RLPx Hello even when maxpeers limit is reached * bump MaxPendingPeers to increase the default handshake queue (and the likelyhood of Hello exchange)
Configuration menu - View commit details
-
Copy full SHA for bc2e9e7 - Browse repository at this point
Copy the full SHA bc2e9e7View commit details
Commits on Apr 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6903587 - Browse repository at this point
Copy the full SHA 6903587View commit details -
More efficient header verification of headers for Parlia when snapsho…
…ts are used (#3998) * 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 <[email protected]> Co-authored-by: Alexey Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 285c782 - Browse repository at this point
Copy the full SHA 285c782View commit details -
Docker build: make db-tools to depend on git-submodules (#4024)
* save * save * save * save * save
Configuration menu - View commit details
-
Copy full SHA for 38e8706 - Browse repository at this point
Copy the full SHA 38e8706View commit details -
More careful handle of sequences in stage_headers --reset (#4023)
* save * save * save * save
Configuration menu - View commit details
-
Copy full SHA for 77560b6 - Browse repository at this point
Copy the full SHA 77560b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for af5bdce - Browse repository at this point
Copy the full SHA af5bdceView commit details
Commits on Apr 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a13c5ba - Browse repository at this point
Copy the full SHA a13c5baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93ab7f5 - Browse repository at this point
Copy the full SHA 93ab7f5View commit details -
Truncate bor receipts on unwind (#4033)
Co-authored-by: Alexey Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0d7998 - Browse repository at this point
Copy the full SHA e0d7998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f4926 - Browse repository at this point
Copy the full SHA 47f4926View commit details
Commits on May 1, 2022
-
2
Configuration menu - View commit details
-
Copy full SHA for c896807 - Browse repository at this point
Copy the full SHA c896807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 533970d - Browse repository at this point
Copy the full SHA 533970dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e688798 - Browse repository at this point
Copy the full SHA e688798View commit details -
* print branchHash * Print state changes * Print val * Fix for author * Remove prints Co-authored-by: Alexey Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14cbc01 - Browse repository at this point
Copy the full SHA 14cbc01View commit details -
Co-authored-by: Alexey Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9d7cb5 - Browse repository at this point
Copy the full SHA f9d7cb5View commit details
Commits on May 2, 2022
-
Speed up docker image build by use layer cache (#4038)
* speed up docker image build by use layer cache * rearrenge Dockerfile * enable docker layer cache in github action
Configuration menu - View commit details
-
Copy full SHA for e758fb8 - Browse repository at this point
Copy the full SHA e758fb8View commit details -
state_processor: fix ignored SkipAnalysis() result (#4046)
`cfg` is not a pointer
Configuration menu - View commit details
-
Copy full SHA for cf44803 - Browse repository at this point
Copy the full SHA cf44803View commit details
Commits on May 3, 2022
-
p2p: improve test TestTable_findnodeByID (#4047)
* refactor test * add a fast fixed examples test for the main suite * split slow test for the integration suite
Configuration menu - View commit details
-
Copy full SHA for 2e4947b - Browse repository at this point
Copy the full SHA 2e4947bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e5e8d6 - Browse repository at this point
Copy the full SHA 1e5e8d6View commit details -
More relax inclusion of headers in the downloader (#4050)
* More relax inclusion of headers in the downloader * Fix Co-authored-by: Alexey Sharp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f297a28 - Browse repository at this point
Copy the full SHA f297a28View commit details -
Revert "Speed up docker image build by use layer cache (#4038)" (#4054)
This reverts commit e758fb8.
Configuration menu - View commit details
-
Copy full SHA for 4e683e1 - Browse repository at this point
Copy the full SHA 4e683e1View commit details -
Increase max DB size to 8 Tb for chain data only (#4055)
* Update node.go * Update node.go
Configuration menu - View commit details
-
Copy full SHA for 18b51b1 - Browse repository at this point
Copy the full SHA 18b51b1View commit details -
Merge remote-tracking branch 'origin/devel' into pre-alpha
Alex Sharp authored and Alex Sharp committedMay 3, 2022 Configuration menu - View commit details
-
Copy full SHA for b520372 - Browse repository at this point
Copy the full SHA b520372View commit details -
Alex Sharp authored and Alex Sharp committed
May 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 3cb5b91 - Browse repository at this point
Copy the full SHA 3cb5b91View commit details