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
use-ink/ink#1207 wraps each return type into Rustlt<T, InkError>. It is breaking change and it affects the ABI of all contracts. After implementation of that change on ink! side we need to update the standards.
The text was updated successfully, but these errors were encountered:
use-ink/ink#1207 wraps each return type into
Rustlt<T, InkError>
. It is breaking change and it affects the ABI of all contracts. After implementation of that change on ink! side we need to update the standards.The text was updated successfully, but these errors were encountered: