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
Keccak256::digest does the hash in wasm runtime, but keccak_256 does the have in native so could be faster. But there is overhead of crossing wasm boundary so it may end up faster or slower. That's why we need to benchmark to decide which one is better.
Follow up #1423
Acala/primitives/src/unchecked_extrinsic.rs
Line 126 in 4e1f574
Acala/primitives/src/unchecked_extrinsic.rs
Line 215 in 4e1f574
Acala/runtime/mandala/src/lib.rs
Lines 1903 to 1904 in b69a220
The text was updated successfully, but these errors were encountered: