-
Notifications
You must be signed in to change notification settings - Fork 242
v1.2.0-alpha.1 #1154
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
v1.2.0-alpha.1 #1154
Conversation
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Codecov Report
@@ Coverage Diff @@
## main #1154 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 305 305
Lines 19966 19967 +1
=======================================
+ Hits 19964 19965 +1
Misses 1 1
Partials 1 1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
| s.callbacks.OrderedCollectionNSEvent(database.CollectionPins, core.ChangeEventTypeCreated, pin.Namespace, pin.Sequence) | ||
| }, | ||
| ) | ||
| }, requestConflictEmptyResult) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we log anything when the insert is a no-op? Seems good to at least be aware for debugging purposes.
| "image": "ghcr.io/hyperledger/firefly-fabconnect", | ||
| "tag": "v.0.9.16", | ||
| "sha": "4f4798ee34eee0b67886f1baa37f4d50a33e2932c94312f189fe5f015f6564a4" | ||
| "tag": "null-20230119-30", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
null?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah interestingly enough that's the tag on the latest fabconnect image: https://github.com/hyperledger/firefly-fabconnect/pkgs/container/firefly-fabconnect/64423633?tag=null-20230119-30
It will get updated before this is released anyway.
This PR updates the
manifest.jsonwith the latest version of each dependency service, the latest CLI, the latest UI, and setsevmconnectto be the new default for E2E tests. Ethconnect is still tested, but it now takes a back seat compared to evmconnect.