Skip to content

Commit

Permalink
Remove chunked rlpx (#2562)
Browse files Browse the repository at this point in the history
* bump nim-eth

* Update make environment
  • Loading branch information
mjfh authored Aug 14, 2024
1 parent ec7dd5c commit d148de5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 26 deletions.
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

0 comments on commit d148de5

Please sign in to comment.