You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
add a --sequence/-s parameter or an additional optional arg to ff deploy to specify the sequence number
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
The text was updated successfully, but these errors were encountered:
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:
Thanks a lot
The text was updated successfully, but these errors were encountered: