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
|
b6a58b8263
|
Eth 66 sentry (#1721)
* eth66
* eth66
* test v0
* save
* sentry handshake test
* sentry handshake test
* sentry handshake test
* clean
* clean
* clean
* clean
* clean
* clean
|
2021-04-16 14:05:35 +01:00 |
|
Alex Sharov
|
a6541b5402
|
[merge after release] remove trie cache cli flags and logic (#1725)
|
2021-04-15 17:06:38 +07:00 |
|
Alex Sharov
|
4aa90a347c
|
remove blockchain object from handler test (#1723)
|
2021-04-15 12:02:16 +07:00 |
|
Alex Sharov
|
2050127f01
|
Remove eth64 (#1715)
|
2021-04-13 21:48:36 +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 |
|
alex.sharov
|
1a00e01063
|
don't loose error in test
|
2021-03-20 17:52:01 +07:00 |
|
Igor Mandrigin
|
807495b6db
|
skip failing test 1
|
2021-03-18 12:27:39 +01:00 |
|
Igor Mandrigin
|
90edad9852
|
and more linter fixes
|
2021-03-18 11:46:13 +01:00 |
|
Igor Mandrigin
|
da629cceed
|
fix ./eth
|
2021-03-18 10:58:26 +01:00 |
|
Alexey Sharp
|
8e4dea56a8
|
Fix lints, fork split test
|
2021-03-18 07:17:33 +00:00 |
|
Igor Mandrigin
|
c5c8099163
|
some fixes
|
2021-03-16 15:12:02 +01: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 |
|