@ethereumjs/devp2p v4.1.0
ryanio
released this
16 Jul 20:49
·
2052 commits
to master
since this release
Finalized London HF Support
This release integrates a Common
library version which provides the london
HF blocks for all networks including mainnet
and is therefore the first release with finalized London HF support. For the devp2p
library this particularly means that the fork hashes for the london
HF will be correct when using eth/64 or higher.
Support for eth/66 and les/4
PR #1331 added support for eth/66 and #1324 for les/4. Be sure to check out the updated peer communication examples.
Included Source Files
Source files from the src
folder are now included in the distribution build, see PR #1301. This allows for a better debugging experience in debug tools like Chrome DevTools by having working source map references to the original sources available for inspection.