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
feat: make the upgrade process safer (#147)
* feat: make the upgrade process safer
* apply fmt
* fix tests
* update rust version
* fix clippy
---------
Co-authored-by: Olga Kunyavskaya <[email protected]>
fix: make view methods pausable (#144)
* Make view method pausable
* Fix near-sdk version
* Skip except roles verification if it is empty
* Improve `near-sdk` version
* Replace `if/else` with early return