flow-cli icon indicating copy to clipboard operation
flow-cli copied to clipboard

Deploy does not work with simple addresses

Open cybercent opened this issue 2 years ago • 1 comments

Instructions

flow emulator --simple-addresses 
flow deploy
Failed to deploy contract NonFungibleToken: failed to deploy contract NonFungibleToken: failed to get account with address f8d6e0586b0a20c7: client: rpc error: code = InvalidArgument desc = address f8d6e0586b0a20c7 is invalid for chain flow-emulator-monotonic

Problem

<what is the problem you've encountered?>

Steps to Reproduce

<share any logs/screenshots or steps to replicate>

Acceptance Criteria

Context

<what are you currently working on that this is blocking?>

cybercent avatar Jun 05 '23 16:06 cybercent

The CLI does not have full support for the emulator's simple addresses feature. I think there would be a lot of features that need tweaking to make that work in a reliable way. Would recommend using the emulator without simple addresses with the CLI.

chasefleming avatar Jun 07 '23 17:06 chasefleming