Bjarte S. Karlsen
Bjarte S. Karlsen
https://github.com/onflow/flow/pull/945
Adding telemetry/obersvability would be a great boost here. What i deally would like to do is: - download a contract from testnet with a given account/name or mainnet. - add...
Also you could add an option in the vscode extention to automatilly download a contract from mainnet if you use a old style address import.
Ok with me.
I think the CLI should have an option to deploy all contracts specified on the emulator deployment block and create all accounts that are mentiond there that does not have...
I have no issues with the flow you suggested but would really prefer if the new accounts added could be added to the deployments block with no contracts. That way...
I do not like the solution that is there now either, but it is the only place in flow.json where you can signal that this account belongs to this network....
I use the AccountNamesForNetwork function on State (https://github.com/bjartek/overflow/blob/c7dc9d65f04b468c5cffeb64b147b62a96e07256/overflow/account.go#L19) in order to fetch the accounts and it uses the Deployment blocks to fetch it. So if that is changed it will...
Sounds like a plan to me.
Right now it is possible to link one resource to several paths in order to create private capabilities, I think removing that possibility is not the right way to go...