Skip to content

@ethereumjs/rlp v5.0.2

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 08 Feb 15:51
· 351 commits to master since this release
b258fd9

10-30x Decode Speedup

The RLP.decode() method has been optimized (thanks @wemeetagain for the contribution! ❤️) which results in a reproduceable 10-30x speedup for JS native decoding 🎉, see PR #3243.

Self-Contained (and Working 🙂) README Examples

All code examples in EthereumJS monorepo library README files are now self-contained and can be executed "out of the box" by simply copying them over and running "as is", see tracking issue #3234 for an overview. Additionally all examples can now be found in the respective library examples folder (in fact the README examples are now auto-embedded from over there). As a nice side effect all examples are now run in CI on new PRs and so do not risk to get outdated or broken over time.