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

SPI updates for new alpha #194

Merged
merged 1 commit into from
Jun 9, 2022
Merged

SPI updates for new alpha #194

merged 1 commit into from
Jun 9, 2022

Conversation

peterbroadhurst
Copy link
Contributor

  • Updates FFTM images to work with new alpha
  • Updates FireFly Signer image to latest release
  • Adds an spi config section for the new SPI, which supersedes the Admin API
    • Note the old admin config section is not removed, as the FireFly CLI needs to generate config that works for the V1.0.x stream still, and without this section the admin API would be turned off in V1.0.x

With this the instructions in https://gist.github.com/peterbroadhurst/63b147c679f76d485523650e76796009 can be executed successfully (instructions updated to use the alpha channel, rather than source builds).

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
Copy link
Contributor

@nguyer nguyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. It's nice that we can just put both in the config for now and be forwards and backwards compatible.

@@ -33,7 +33,7 @@ import (
"github.com/hyperledger/firefly-cli/pkg/types"
)

var ethsignerImage = "ghcr.io/hyperledger/firefly-signer:v0.9.1"
var ethsignerImage = "ghcr.io/hyperledger/firefly-signer:v0.9.6"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noting that there is an ongoing conversation about what the "right" place for these is, and calling out that we're all in agreement it's not here. But it's here for now until we find a better spot for it.

@nguyer nguyer merged commit 0d4de5c into hyperledger:main Jun 9, 2022
@nguyer nguyer deleted the spi branch June 9, 2022 00:27
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

Successfully merging this pull request may close these issues.

None yet

2 participants