Closed
Description
This node seems to not work with the recent changes surrounding storage limits.
When uploading contracts the following error is received:
contracts.StorageDepositLimitExhausted(More storage was created than allowed by the storage deposit limit.)
A normal substrate node started with cargo run --release -- --dev --tmp -lerror,runtime::contracts=debug
works using the same configuration of polkadotjs and deploy script.
I have even upgraded the substrate contracts node to a recent substrate commit to see if that was the issue but it still fails on deployment.
https://github.com/prosopo-io/substrate-contracts-node/tree/storage_deposit_limit (Synced to paritytech/substrate@7409589)
I can create a PR for this if you like.
polkadot-js versions:
"@polkadot/api": "7.2.1",
"@polkadot/api-contract": "7.2.1",
"@polkadot/types": "7.2.1",
"@polkadot/keyring": "8.2.2",
"@polkadot/util": "8.2.2",
"@polkadot/wasm-crypto": "4.5.1",
"@polkadot/util-crypto": "8.2.2",
Metadata
Metadata
Assignees
Labels
No labels