-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contract field is undefined after Blueprint is deployed #3125
Comments
Ummmm.... there has been no changes, so indeed should still be the same. The only place it should not be included s if it doesn't pickup the event. Will test against a recent Substrate master. |
I am using the API 3.6.4, but noticed that UI has newer API (3.6.5-6), and the UI contracts work. |
There really has been no changes in that layer :) All the stuff in the current betas have mostly revolved around parachains. Ys, the UI uses the same api-contracts interface, so it doesn't use anything else or take shortcuts. Will try both though. |
Turned out it was my fault, the deploying account did not have enough balance to pay for endowment. But the documentation still refers to |
Ok, have not been able to reproduce. Yes, the docs need an update. Additionally to support this #3112 - the put code & deploy would become one (the API will detect old vs new) and handle appropriately. Obviously once the code is deployed, you can still new the contract as per normal. That will go into the betas this week. |
Closing, replaced by polkadot-js/docs#172 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
This code from this tutorial used to work, but now
result.contract
is undefined:The text was updated successfully, but these errors were encountered: