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
failures:---- lazy::mapping::tests::fallible_storage_fails_gracefully_for_overgrown_data stdout ----thread 'lazy::mapping::tests::fallible_storage_fails_gracefully_for_overgrown_data' panicked at /mnt/dev-disk/OnInk/on-ink_ink_set-contract-storage/crates/env/src/engine/off_chain/impls.rs:202:13:Value too large to be stored in contract storage, maximum size is 16380 bytesnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace---- lazy::mapping::tests::fallible_storage_works_for_fitting_data stdout ----thread 'lazy::mapping::tests::fallible_storage_works_for_fitting_data' panicked at /mnt/dev-disk/OnInk/on-ink_ink_set-contract-storage/crates/env/src/engine/off_chain/impls.rs:202:13:Value too large to be stored in contract storage, maximum size is 16380 bytes---- lazy::tests::fallible_storage_works_for_fitting_data stdout ----thread 'lazy::tests::fallible_storage_works_for_fitting_data' panicked at /mnt/dev-disk/OnInk/on-ink_ink_set-contract-storage/crates/env/src/engine/off_chain/impls.rs:202:13:Value too large to be stored in contract storage, maximum size is 16380 bytes---- lazy::tests::fallible_storage_fails_gracefully_for_overgrown_data stdout ----thread 'lazy::tests::fallible_storage_fails_gracefully_for_overgrown_data' panicked at /mnt/dev-disk/OnInk/on-ink_ink_set-contract-storage/crates/env/src/engine/off_chain/impls.rs:202:13:Value too large to be stored in contract storage, maximum size is 16380 bytesfailures: lazy::mapping::tests::fallible_storage_fails_gracefully_for_overgrown_data lazy::mapping::tests::fallible_storage_works_for_fitting_data lazy::tests::fallible_storage_fails_gracefully_for_overgrown_data lazy::tests::fallible_storage_works_for_fitting_data
The text was updated successfully, but these errors were encountered:
Review the PR on
set_contract_storage()
use-ink/ink#1961
In particular, review these failing tests:
The text was updated successfully, but these errors were encountered: