We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The size of submoloch is exceeded the limitation.
Leave client side decide which error strings should be printed.
The text was updated successfully, but these errors were encountered:
Working on https://github.com/hychen/submoloch/tree/split_contract
Sorry, something went wrong.
option 3 and does not help. gonna hack cargo-contract to add some useful options for reducing wasm-size.
HashMap is way more expensive than I thought.
hychen
No branches or pull requests
The size of submoloch is exceeded the limitation.
Possible Solutions
1 split submoloch to three small contracts,
2 shrinking wasm size
3 Remove erc20 contract from submoloch build dependency. Use erc20-trait instead.
4 Convert error strings to custom Error types.
Leave client side decide which error strings should be printed.
5. Use types that take smaller spaces. (e.x.: u128 -> u8)
The text was updated successfully, but these errors were encountered: