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
This particular test fails, as an account in deposit logic does not exist.
🖥️ Explanation
It was special logic with function register_if_not_exists, that controls account registration. It was removed to self.ft.storage_deposit and it broke the logic that a guaranty account exists.
The text was updated successfully, but these errors were encountered:
Description
With the latest PR merge #79 was discovered the bug related to account registration.
🔖 Test reproduced it: https://github.com/aurora-is-near/aurora-engine/actions/runs/9113376000/job/25054713709?pr=930#step:8:568
This particular test fails, as an account in deposit logic does not exist.
🖥️ Explanation
It was special logic with function
register_if_not_exists
, that controls account registration. It was removed toself.ft.storage_deposit
and it broke the logic that a guaranty account exists.The text was updated successfully, but these errors were encountered: