Skip to content
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

Remove chunked rlpx #2562

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ EXCLUDED_NIM_PACKAGES := \

# we don't want an error here, so we can handle things later, in the ".DEFAULT" target
-include $(BUILD_SYSTEM_DIR)/makefiles/variables.mk
-include ./nimbus/sync/protocol/eth/eth-variables.mk

# debugging tools + testing tools
TOOLS := \
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,6 @@ available.)
cases when the `gc` is involved in a memory corruption or corruption
camouflage.

* ENABLE_CHUNKED_RLPX=0<br>
Disable legacy chunked RLPx messages which are enabled by default for
synchronising against `Nethermind` nodes

* ENABLE_EVMC=1<br>
Enable mostly EVMC compliant wrapper around the native Nim VM

Expand Down
2 changes: 0 additions & 2 deletions nimbus/compile_info.nim
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ const
warningMsg = block:
var rc = "*** Compiling with " & VmName
rc &= ", eth/68"
when defined(chunked_rlpx_enabled):
rc &= ", chunked-rlpx"
when defined(boehmgc):
rc &= ", boehm/gc"
when 0 < coreDbBaseConfigExtras.len:
Expand Down
18 changes: 0 additions & 18 deletions nimbus/sync/protocol/eth/eth-variables.mk

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/nim-eth
Submodule nim-eth updated 1 files
+10 −128 eth/p2p/rlpx.nim
Loading