@ethereumjs/wallet v2.0.2
holgerd77
released this
08 Feb 16:15
·
329 commits
to master
since this release
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.
Other Changes
- Dependency version updates, PR #3261