You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change breaks return value types, immediate fix: coin balance (pushed in 0.4.1)
Various other breaking changes: Will address in 0.4.2 weekend of Dec 17th, 2022
The main issue is in transactions submitted for execution have a new data structure that needs to be encapsulated with the txbytes from the Builder execution. It also requires serializing/deserializing the txbytes using BCS.
Other minor changes
New API altogether to add support in Builders and RPC interfaces
The text was updated successfully, but these errors were encountered:
Update has two flavors:
balance
(pushed in 0.4.1)The text was updated successfully, but these errors were encountered: