Alex Sharov
|
bf1c219531
|
Move txPool.Get method behind direct-grpc (#1760)
|
2021-04-20 21:41:46 +07:00 |
|
Alex Sharov
|
e44b5eb84e
|
less blockchain object use step 5 (#1751)
|
2021-04-19 15:36:50 +07:00 |
|
Alex Sharov
|
9527671e5e
|
Remove blockchain object step3 (#1684)
|
2021-04-07 12:38:43 +07:00 |
|
Artem Vorotnikov
|
1bedfc1965
|
Nuke remnants of non-staged-sync modes (#1664)
|
2021-04-03 08:48:57 +07:00 |
|
Artem Vorotnikov
|
e67be2b1be
|
Remove unused code (#1604)
* Remove graphql, legacy options
* Remove CODEOWNERS
* Remove EWASM and custom EVM interpreter
|
2021-03-26 09:08:01 +07:00 |
|
ledgerwatch
|
a6be390fd5
|
Handshake in tests, correct ENR updates, etc. (#1578)
* Remove Blockchain dependency from forkID, fix ENR update
* Fix handshake_test
* Remove db access from handshake
* Undo
* Use StagedSync in test handlers
* Compile fix
* Debugging
* dependency fixes
* More info
* Print test name
* Increase timeout
* Disable checkpoint test
* Optimise RW message pipe
* Fix test
* Print handshake errors
* See where the pipe is closing
* Remove checkpoints
* Remove printouts
* Revert "Fix test"
This reverts commit d154e07b5f97f0b54485b50d572fb27c6c61af4b.
* Revert "Optimise RW message pipe"
This reverts commit 6936111a7ffdf166a19c6cf6fa9c8de725b449e0.
* Revert "Increase timeout"
This reverts commit 9dc0e234bbb80a1ff5146788a308fb7d76ce69de.
* Revert "See where the pipe is closing"
This reverts commit 3cf22afc43f2b2a254b63b86a0e24b58f84bdc2b.
* Remove printing
* Relax peerEventCh
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
|
2021-03-21 21:23:47 +00:00 |
|
Igor Mandrigin
|
36297dd057
|
more linter fixes
|
2021-03-18 11:44:22 +01:00 |
|
Alexey Sharp
|
74dbb6e7ac
|
Fix lints
|
2021-03-18 06:58:14 +00:00 |
|
Alexey Sharp
|
519b19f8aa
|
Compilation fixes
|
2021-03-14 08:00:37 +00:00 |
|
Péter Szilágyi
|
08ad6aaec7
|
eth: check snap satelliteness, delegate drop to eth (#22235)
* eth: check snap satelliteness, delegate drop to eth
* eth: better handle eth/snap satellite relation, merge reg/unreg paths
# Conflicts:
# eth/handler.go
# eth/peer.go
|
2021-03-09 13:55:09 +01:00 |
|
Péter Szilágyi
|
693459073e
|
core, eth: split eth package, implement snap protocol (#21482)
This commit splits the eth package, separating the handling of eth and snap protocols. It also includes the capability to run snap sync (https://github.com/ethereum/devp2p/blob/master/caps/snap.md) , but does not enable it by default.
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: Martin Holst Swende <martin@swende.se>
# Conflicts:
# cmd/geth/misccmd.go
# cmd/utils/flags.go
# core/blockchain.go
# core/blockchain_snapshot_test.go
# core/forkid/forkid.go
# core/rawdb/accessors_snapshot.go
# core/rawdb/schema.go
# core/state/snapshot/generate.go
# core/state/statedb.go
# eth/api_test.go
# eth/backend.go
# eth/downloader/downloader.go
# eth/downloader/downloader_test.go
# eth/downloader/modes.go
# eth/downloader/queue.go
# eth/downloader/statesync.go
# eth/gen_config.go
# eth/handler.go
# eth/handler_test.go
# eth/helper_test.go
# eth/peer.go
# eth/protocol.go
# eth/protocol_test.go
# eth/sync.go
# eth/sync_test.go
# ethstats/ethstats.go
# les/client.go
# les/enr_entry.go
# les/handler_test.go
# les/peer.go
# les/server_handler.go
# tests/block_test_util.go
# trie/proof.go
# trie/proof_test.go
# trie/trie.go
# turbo/trie/notary.go
# turbo/trie/sync_bloom.go
|
2021-03-08 17:07:38 +01:00 |
|