@ethereumjs/blockchain v5.0.0-rc.1
Pre-release
Pre-release
holgerd77
released this
19 Nov 09:56
·
4856 commits
to master
since this release
ATTENTION: This is a pre-release and only meant to be used for testing purposes.
Do not use in production!
Feedback is extremely welcome, please use the beta and RC
Releases feedback issue #923 or our Discord channel.
This is the first release candidate towards a final library release, see beta.2 and especially beta.1 release notes for an overview on the full changes since the last publicly released version.
- Exposed private
Blockchain._getTd()
total difficulty function asBlockchain.getTotalDifficulty()
, PR #956