Skip to content
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

Investigate CLI updates which lead to emulator incompatibility #92

Open
1 task
MaxStalker opened this issue Feb 28, 2022 · 4 comments
Open
1 task

Investigate CLI updates which lead to emulator incompatibility #92

MaxStalker opened this issue Feb 28, 2022 · 4 comments
Assignees

Comments

@MaxStalker
Copy link
Collaborator

Details

CLI changes in 0.31.0 brought new flag --admin-port which broke the whole workflow for users of flow-js-testing.
Later 0.31.1 should have been a simple update for Cadence dependency, but made things worse.

Progress

@MaxStalker MaxStalker self-assigned this Feb 28, 2022
@adbario
Copy link
Contributor

adbario commented Sep 18, 2022

@MaxStalker Is there any reasonable way to downgrade CLI with Homebrew for M1 Macs? Brew seems to hold only the latest version.

@bluesign
Copy link

@adbario why do you want to downgrade ?

you can downgrade with install script:

For example:

sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)" -- v0.33.3

@adbario
Copy link
Contributor

adbario commented Sep 18, 2022

@bluesign @MaxStalker There are quite a few issues with the latest flow-js-testing, but it's still alpha which makes it quite understandable. I'm not able to use the latest two versions at all, as both of them have different issues. Will do more testing on these today though.

So, while it's pretty unlikely, was thinking to see if downgrading the CLI makes any difference, and this topic seemed to be the best place to drop the question.

I believe the install script won't work on M1 Macs based on the docs. If I'm not wrong, on M1 Macs Homebrew is the only installation option, and they only allow you to set up 0.39.3 which is not even the latest version.


This is a great package, just needs a bit more maintenance. I will do my best to help whenever possible; got one PR pending already and also created type definitions for the main API functions.

Anyways, great work everyone 🚀

@gregsantos
Copy link
Member

Much appreciated @adbario!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants