@ethereumjs/tx v3.0.0-beta.2
Pre-release
Pre-release
·
5196 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 Releases feedback issue #923 or our Discord channel.
This is the second beta release towards a final library release, see beta.1 release notes for an overview on the full changes since the last publicly released version.
- Added
freezeoption to allow for transaction freeze deactivation (e.g. to allow for subclassing tx and adding additional parameters), see PR #941 - Breaking: Reworked constructor to take in data as a
TxDatatyped dictionary instead of single values, theTx.fromTxData()factory method becomes an alias for the constructor with this change, see PR #944