@ton/ton library v16.0.0 major release🚨 This is a breaking change to fix a bug in the
storeOutListExtendedV5R1 method for Wallet V5.It used to incorrectly reverse the message order, but in v16.0.0 this behavior has been changed to NOT do the reversal anymore.
Now the load and store operations are mutually inverse.
This major release does not add any new functionality.
Important: If you do not use Wallet V5, you don’t have to change anything in your code, otherwise, please test your apps before upgrading to the new version.
Many thanks to the Ston.fi team for uncovering the issue.