Context & versions
- Toolkit version:
0.22.0-rc.7
- Network:
qanet (spec 22000)
Steps to reproduce
- Generate a
contract-simple deploy tx using toolkit 0.22.0-rc.7
- Extract the contract address from the generated
.mn file
- Send the deploy tx — it gets included in a block and finalized successfully
- Attempt to call
store on the deployed contract address
A reproduction script is available in the original ticket.
Actual behavior
The toolkit reports success since the Substrate extrinsic succeeds, but the Midnight ledger never created the contract. Subsequent calls fail with "Contract does not exist".
Expected behavior
After a deploy transaction finalizes, the contract should exist in ledger state and be callable.
Migrated from PM-22279