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 should be replaced with checking by each sys call on backend isn't it forbidden (by calling some context funcs like self.ext.forbidden_funcs.contains(my_name)). If forbidden, return trap.
It's required to implement dynamic context changing for Environment as wasm module processor.
The text was updated successfully, but these errors were encountered:
Currently blacklisting funds is implemented on env definition process:
gear/core-backend/src/env.rs
Lines 136 to 141 in 20ac111
This should be replaced with checking by each sys call on backend isn't it forbidden (by calling some context funcs like self.ext.forbidden_funcs.contains(my_name)). If forbidden, return trap.
It's required to implement dynamic context changing for Environment as wasm module processor.
The text was updated successfully, but these errors were encountered: