|
Re: Question about invokeChaincode api
#fabric-chaincode
Thank you guys so much, it's really helpful!
Thank you guys so much, it's really helpful!
|
By
BigBang019
·
#10714
·
|
|
Re: ANNOUNCEMENT: Hyperledger Fabric v2.4.1 is now available!
Great!!!
Em sex., 17 de dez. de 2021 17:34, David Enyeart <enyeart@...> escreveu:
Great!!!
Em sex., 17 de dez. de 2021 17:34, David Enyeart <enyeart@...> escreveu:
|
By
David Faulstich Diniz Reis
·
#10713
·
|
|
ANNOUNCEMENT: Hyperledger Fabric v2.4.1 is now available!
Hyperledger Fabric v2.4.1 is now available! v2.4.1 introduces a "Chaincode as a service" sample builder into the fabric-peer docker image, making it easier to manage smart contracts in Kubernetes and
Hyperledger Fabric v2.4.1 is now available! v2.4.1 introduces a "Chaincode as a service" sample builder into the fabric-peer docker image, making it easier to manage smart contracts in Kubernetes and
|
By
David Enyeart
·
#10712
·
|
|
Enrollment with fabric-ca-client with Mismatching Host (on AWS Managed Blockchain)
Hello,
I am working with a team and we are trying to use an _existing_ deployment of a Hyperledger Fabric 1.4 network that is private (this becomes important later), as configured on the AWS Managed
Hello,
I am working with a team and we are trying to use an _existing_ deployment of a Hyperledger Fabric 1.4 network that is private (this becomes important later), as configured on the AWS Managed
|
By
Stein, Alexander J. (Fed) <alexander.stein@...>
·
#10711
·
|
|
fabric-sdk-java released with Log4J critical vulnerability fix
Hi everyone,
fabric-sdk-java v2.2.10 and v1.4.14 have been published to Maven Central. They update the Log4J dependency to 2.16.0 to address both CVE-2021-44228 (Log4Shell, which was already patched
Hi everyone,
fabric-sdk-java v2.2.10 and v1.4.14 have been published to Maven Central. They update the Log4J dependency to 2.16.0 to address both CVE-2021-44228 (Log4Shell, which was already patched
|
By
Mark Lewis
·
#10710
·
|
|
Re: Question about invokeChaincode api
#fabric-chaincode
Hi!
The chaincode has a unique identifier in the network when it is running. If a chaincode calls itself (another function) using invokeChaincode method, an error will occur. You have to call the
Hi!
The chaincode has a unique identifier in the network when it is running. If a chaincode calls itself (another function) using invokeChaincode method, an error will occur. You have to call the
|
By
David Faulstich Diniz Reis
·
#10709
·
|
|
Re: Question about invokeChaincode api
#fabric-chaincode
Thanks for your attention: https://github.com/hyperledger/fabric-chaincode-java/issues/218
Thanks for your attention: https://github.com/hyperledger/fabric-chaincode-java/issues/218
|
By
BigBang019
·
#10708
·
|
|
Re: Question about invokeChaincode api
#fabric-chaincode
Hello;
Can I suggest that you raise an issue on the github hyperledger/fabric-chaincode-java repo?
Though to check that you can call `helloworld()` directly from `invokeChaincode` without having
Hello;
Can I suggest that you raise an issue on the github hyperledger/fabric-chaincode-java repo?
Though to check that you can call `helloworld()` directly from `invokeChaincode` without having
|
By
Matthew White
·
#10707
·
|
|
Question about invokeChaincode api
#fabric-chaincode
Environment: fabric release-2.2
My chaincode named vulnerable is as follows:
When I invoke helloworld directly, it gives me responce "helloworld", everything works fine.
But when I invoke
Environment: fabric release-2.2
My chaincode named vulnerable is as follows:
When I invoke helloworld directly, it gives me responce "helloworld", everything works fine.
But when I invoke
|
By
BigBang019
·
#10706
·
|
|
Re: Question about PrivateData Endorsement in Hyperledger Fabric
#fabric-endorser
Hi, thanks for your reply.
I'm using fabric release-2.2, and deployed a test network on a clean environment. I have the following phenomena:
(1) When I use cmd docker exec peer0.org1.example.com peer
Hi, thanks for your reply.
I'm using fabric release-2.2, and deployed a test network on a clean environment. I have the following phenomena:
(1) When I use cmd docker exec peer0.org1.example.com peer
|
By
BigBang019
·
#10705
·
|
|
Re: Question about PrivateData Endorsement in Hyperledger Fabric
#fabric-endorser
You're right, the private data collection should have nothing to do with that error. That error typically means state is not identical across the peers and therefore the chaincode results do not
You're right, the private data collection should have nothing to do with that error. That error typically means state is not identical across the peers and therefore the chaincode results do not
|
By
David Enyeart
·
#10704
·
|
|
Question about PrivateData Endorsement in Hyperledger Fabric
#fabric-endorser
Scenario:
1. I have a chaicode named vulnerable with a collection-config as follows:
and transaction functions as follows
But I didn't give any endorsement policy to this chaincode, which means its
Scenario:
1. I have a chaicode named vulnerable with a collection-config as follows:
and transaction functions as follows
But I didn't give any endorsement policy to this chaincode, which means its
|
By
BigBang019
·
#10703
·
|
|
Re: management of k8s deployed test network
Extending the previous question. How can I use the scripts to deploy a second channel with an other chaincode (the asset-transfer-basic but with an other name in avoid problems in the peers). I tried
Extending the previous question. How can I use the scripts to deploy a second channel with an other chaincode (the asset-transfer-basic but with an other name in avoid problems in the peers). I tried
|
By
Nikos Karamolegkos
·
#10702
·
|
|
Re: Question on EVM chaincode on Hyperledger Fabric
Hi, Gourav.
I've forwarded this to the Fabric mailing list, which is the best place to get an answer.
Ry
--
Ry Jones
Community Architect, Hyperledger
Chat: @rjones Calendar
Hi, Gourav.
I've forwarded this to the Fabric mailing list, which is the best place to get an answer.
Ry
--
Ry Jones
Community Architect, Hyperledger
Chat: @rjones Calendar
|
By
Ry Jones
·
#10701
·
|
|
Re: About BCCSP plugin
I am aware of companies that use validation plugins to complement the built-in endorsement policy checks because they have an atypical adversary model.
I also think that endorsement plugins are useful
I am aware of companies that use validation plugins to complement the built-in endorsement policy checks because they have an atypical adversary model.
I also think that endorsement plugins are useful
|
By
Yacov
·
#10700
·
|
|
Re: About BCCSP plugin
The work item that removed BCCSP plugin support explains the rationale and points to a Go issue about plugin restrictions: https://jira.hyperledger.org/browse/FAB-15338
In a nutshell, nobody was using
The work item that removed BCCSP plugin support explains the rationale and points to a Go issue about plugin restrictions: https://jira.hyperledger.org/browse/FAB-15338
In a nutshell, nobody was using
|
By
David Enyeart
·
#10699
·
|
|
Re: About BCCSP plugin
Hi, Sam.
I've added the Fabric list so that the other maintainers can see it.
Ry--
Ry Jones
Community Architect, Hyperledger
Chat: @rjones Calendar
Hi, Sam.
I've added the Fabric list so that the other maintainers can see it.
Ry--
Ry Jones
Community Architect, Hyperledger
Chat: @rjones Calendar
|
By
Ry Jones
·
#10698
·
|
|
Now: Private Chaincode Lab - 12/14/2021
#cal-notice
Private Chaincode Lab
When:
12/14/2021
8:00am to 9:00am
(UTC-08:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
Private Chaincode Lab
When:
12/14/2021
8:00am to 9:00am
(UTC-08:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#10697
·
|
|
Re: Urgent: problems with starting local fabric(2.x) network for dev mode using docker containers
#fabric
#configtxgen
#fabric-peer
#fabric-orderer
Hello;
On Approach #2..
> Do we still need to install the chaincode in the peer, if we are running the peer in dev mode inside a docker container ?
No, the approach you are doing is basically correct;
Hello;
On Approach #2..
> Do we still need to install the chaincode in the peer, if we are running the peer in dev mode inside a docker container ?
No, the approach you are doing is basically correct;
|
By
Matthew White
·
#10696
·
|
|
Re: Number of channels
Hello,
Older discussion on that topic:
https://lists.hyperledger.org/g/fabric/topic/74860557#8508
In one of the threads above David Enyeart shared a nice section regarding PDC vs
Hello,
Older discussion on that topic:
https://lists.hyperledger.org/g/fabric/topic/74860557#8508
In one of the threads above David Enyeart shared a nice section regarding PDC vs
|
By
Tsvetan Georgiev
·
#10695
·
|