-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feature/Edit CCAPI to support FPC #75
base: main
Are you sure you want to change the base?
Feature/Edit CCAPI to support FPC #75
Conversation
061e0e9
to
ec45dd2
Compare
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
Signed-off-by: osamamagdy <[email protected]>
ec45dd2
to
57ad005
Compare
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.
I have released a new version of cc-tools
that solves a problem with the PurgePrivateData
function not being available in the MockStub
package. Please, change the version in go.mod
to v1.0.2
.
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.
Because of folder mapping problems and different channel name, the following error is occurring in ccapi.
WARN [client.sdk-go] Warnf -> Error - initializer returned error: QueryBlockConfig failed: no channel peers configured for channel [mainchannel]. Will retry again later
To reproduce it, run ./startDev.sh
. Don't forget to bump cc-tools
to v1.0.2
on go.mod
.
Signed-off-by: osamamagdy <[email protected]>
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.
ccapi
is still breaking for a normal "vanilla" cc-tools-demo deployment. I encourage you to test it with ./startDev.sh
and then call a invoke/getSchema
.
No description provided.