This repository has been archived by the owner on May 2, 2022. It is now read-only.
Execute dry-run RPC of constructor before deployment of a contract #108
Labels
enhancement
New feature or request
In use-ink/ink#821 we found that debug messages which are printed in contract constructors do not appear on the console. Debug messages in functions of an instantiated contract appear though. This is because
In order to support debug messages in constructors the UI should execute a RPC dry-run of the constructor before deployment of a contract.
The text was updated successfully, but these errors were encountered: