-
Notifications
You must be signed in to change notification settings - Fork 47
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
Failed to deploy contracts when using simple (monotonic) addresses #421
Comments
This is a bit tricky; |
@bluesign Awesome! Related to that, I just noticed that the
(this is using just a standard transfer_tokens transaction) |
@bartolomej yeah flow-cli actually does not support monotonic addresses. ( onflow/flow-cli#1060 ) I think monotonic addresses were added for playground usecase only, so tooling support is really limited. |
Problem
When running flow emulator with
flow emulator --contracts --simple-addresses
, common contracts deployment fails:The log is also a bit misleading because it says "Failed to deploy contracts", but then it follows up by logging all of the common contracts along with account addresses, where they should get deployed:
Steps to Reproduce
Run command:
flow emulator --contracts --simple-addresses
(using flow-cli v1.2.0).Acceptance Criteria
When using simple addresses, common contracts deployment should succeed.
Context
I'm working on fixing the processing of monotonic accounts in Flowser in the scope of onflow/developer-grants#150. This isn't necessarily blocking me, I just noticed this issue along the way.
The text was updated successfully, but these errors were encountered: