Skip to content

v2.3.3 - Feature/Bugfix Release

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 23 Mar 12:24
· 1518 commits to master since this release
7330c4a
  • Reworked memory expansion/access for opcodes, PR #174 (fixes consensus bugs on
    large numbers >= 53 bit for opcodes using memory location)
  • Keep stack items as bn.js instances (arithmetic performance increases), PRs #159, #254 and #256
  • More consistent VM error handling, PR #219
  • Validate stack items after operations, PR #222
  • Updated ethereumjs-util dependency from 4.5.0 to 5.1.x, PR #241
  • Fixed child contract deletion bug, PR #246
  • Fixed a bug associated with direct stack usage, PR #240
  • Fix error on large return fees, PR #235
  • Various bug fixes