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
When using substrate-contracts-node, when try to read the raw storage value using pallet_contracts::rpc::get_storage(addr, key), it always returns None, compared to using my custom runtime, it reflected the results correctly.
I tried two different routes just to be sure:
using polkadot.js/apps and query the first layout item for a deployed contract with get_strage
using subxt to call rpc directly
Both cases returns incorrect value for substrate-contracts-node.
The text was updated successfully, but these errors were encountered:
When using substrate-contracts-node, when try to read the raw storage value using pallet_contracts::rpc::get_storage(addr, key), it always returns None, compared to using my custom runtime, it reflected the results correctly.
I tried two different routes just to be sure:
Both cases returns incorrect value for substrate-contracts-node.
The text was updated successfully, but these errors were encountered: