Roman Maslennikov

Results 12 comments of Roman Maslennikov

Probably same issue https://github.com/llvm/llvm-project/issues/56125

Same thing, `flatten` doesn't work with `default`, nor with manual default trait impl nor with `derive(default)`. ```rust use serde::{Deserialize, Serialize}; #[derive(Serialize, Deserialize, Debug, PartialEq)] struct User { #[serde(flatten, default)] contact:...

Looks like CI is unable to auto-run when target branch is not master. Seems strange. Waiting for #3929 to be merged.

Added charging for table section and element section separately (added separate table/element weights). Added `number of tables` limit.

Updated migration and **instruction weights version**, fixed review comments, updated doc-comments.

:stop_sign: Seems Wasmi executor unable to sync `testnet`, gonna investigate this problem. Update: Fixed :heavy_check_mark: :heavy_check_mark:

> should we init sandbox for ethexe as it used to be? No we're not, `init` only sets global sandbox type. added comment: ```rust // Sets the global sandbox backend...

Blocked by #3942, probably gonna be implemented in same PR.