Skip to content

Tags: petersalomonsen/nearcore

Tags

1.24.0-rc.1

Toggle 1.24.0-rc.1's commit message
fix: use pwasm-utils 0.18 for more correct stack accounting (near#6051)

This forward-ports the change from 1.23.1

We upgrade our version of pwasm-utils -- the old one severely
undercounted stack usage in some cases. As this is a protocol change, we
keep the old implementation around

Test Plan
=========

* added test for stack overflow behavior for the bad case
* added test for protocol upgrade related to stack overflow
* fuzzed new pwasm utils implementation locally, confirmed that it only
  differs for calls which stack overflow

1.23.1

Toggle 1.23.1's commit message
bump neard version

1.23.1-rc.2

Toggle 1.23.1-rc.2's commit message
bump version to 1.23.1-rc.2