@ethereumjs/tx v3.5.2
·
1501 commits
to master
since this release
- Fixed a bug where tx options would not propagate from an unsigned to a signed tx when using the
sign()
function (there are not that many tx options, this is therefore in most cases not practically relevant and rather a guard for future option additions), PR #1884 - Stricter
v
value validation for legacy txs, PR #1905