Skip to content
Snippets Groups Projects
Bastian Köcher's avatar
Bastian Köcher authored
* Change `MaxMemorySize` to `MaxMemoryPages`

We should set the max memory for the executor in pages (64KiB) and not in bytes.
The wasm memory is always a multiple of a page and we should use the
same terminology.

* FMT

* Fix warning
83eb8453
Name Last commit Last update
polkadot