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

Specify sequence number with ff deploy #229

Open
celiacheff opened this issue Nov 28, 2022 · 0 comments
Open

Specify sequence number with ff deploy #229

celiacheff opened this issue Nov 28, 2022 · 0 comments

Comments

@celiacheff
Copy link

As a developer, I want to update easily my chaincode on my local instance of Firefly.
I can do the first deploy as intended, but obviousely later deploys must have a greater sequence number.
I understand that ff deploy is more intenteded for CI, but it would be a great feature for easier testing.

I have two suggestions:

  1. add a --sequence/-s parameter or an additional optional arg to ff deploy to specify the sequence number
  2. or automate the thing and make the sequence number auto-incremented (I've done this in bash by counting the commited chaincodes)

Thanks a lot

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

1 participant