|
Now: Private Chaincode Lab - 11/01/2022
#cal-notice
Private Chaincode Lab
When:
11/01/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
Private Chaincode Lab
When:
11/01/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
|
By
Group Notification <noreply@...>
·
#11563
·
|
|
Fabric client java-getting blockheight
hi,
For fabric gateway ,blockheight was found like this:
Contract qscc = networkObj.getContract("qscc");
byte[] resultTran = qscc.evaluateTransaction("GetChainInfo", "channelName");
hi,
For fabric gateway ,blockheight was found like this:
Contract qscc = networkObj.getContract("qscc");
byte[] resultTran = qscc.evaluateTransaction("GetChainInfo", "channelName");
|
By
jeff.jo95z@...
·
#11562
·
|
|
Re: Dear Friends,
You might want to check if Fabric CA server is up and listening on port 7054
On Saturday, October 29, 2022 at
You might want to check if Fabric CA server is up and listening on port 7054
On Saturday, October 29, 2022 at
|
By
satheesh
·
#11561
·
|
|
Dear Friends,
Hi,
Thanks for your good solutions to permissioned blockchain,
please help me to solve an error that i encountered when i wanted to follow this instruction to build up a network :
Hi,
Thanks for your good solutions to permissioned blockchain,
please help me to solve an error that i encountered when i wanted to follow this instruction to build up a network :
|
By
jalal hoseyni <jhoseyniv@...>
·
#11560
·
|
|
Hyperledger TOC Election Call for Nominations process closes on Oct 31
As a reminder, the Technical Oversight Committee (TOC) election will happen from November 1 to 30, 2022 and we are currently accepting nominations for people who would like to run in the
As a reminder, the Technical Oversight Committee (TOC) election will happen from November 1 to 30, 2022 and we are currently accepting nominations for people who would like to run in the
|
By
David Boswell <dboswell@...>
·
#11559
·
|
|
Event: Documentation Workgroup monthly call - 10/28/2022
#cal-reminder
Reminder: Documentation Workgroup monthly call
When:
10/28/2022
11:00am to 12:00pm
(UTC-04:00) America/New
Reminder: Documentation Workgroup monthly call
When:
10/28/2022
11:00am to 12:00pm
(UTC-04:00) America/New
|
By
Group Notification <noreply@...>
·
#11558
·
|
|
Re: Storage data in private data collection has a different value
#fabric
#couchdb
I'll say first that this is not something I have experimented with myself. Private data values are put and retrieved using the ChaincodeStub as byte-array or string data, whereas what you're
I'll say first that this is not something I have experimented with myself. Private data values are put and retrieved using the ChaincodeStub as byte-array or string data, whereas what you're
|
By
Mark Lewis
·
#11557
·
|
|
Re: Listening to events -fabric client java
If you just want to get chaincode events, you would be better to just listen directly for chaincode events:
Fabric Gateway client API (Fabric v2.4+): Network.getChaincodeEvents() with examples of
If you just want to get chaincode events, you would be better to just listen directly for chaincode events:
Fabric Gateway client API (Fabric v2.4+): Network.getChaincodeEvents() with examples of
|
By
Mark Lewis
·
#11556
·
|
|
Re: Storage data in private data collection has a different value
#fabric
#couchdb
Any ideas regarding this error?
Any ideas regarding this error?
|
By
Joao Antunes
·
#11555
·
|
|
Now: Private Chaincode Lab - 10/25/2022
#cal-notice
Private Chaincode Lab
When:
10/25/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
Private Chaincode Lab
When:
10/25/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
|
By
Group Notification <noreply@...>
·
#11554
·
|
|
Re: Listening to events -fabric client java
Hello – yes I’ve got an example of that… somewhere…
I’ll push it a github repo as it’s a useful example
Thanks Matthew
Hello – yes I’ve got an example of that… somewhere…
I’ll push it a github repo as it’s a useful example
Thanks Matthew
|
By
Matthew White
·
#11553
·
|
|
Listening to events -fabric client java
Hi,
How to subscribe to block events in fabric client (java)?
I was looking for an equivalent of this in fabric client:
Consumer<BlockEvent> blockListener = blockEvent ->
Hi,
How to subscribe to block events in fabric client (java)?
I was looking for an equivalent of this in fabric client:
Consumer<BlockEvent> blockListener = blockEvent ->
|
By
jeff.jo95z@...
·
#11552
·
|
|
Workshop on Building Hyperledger Fabric Smart Contracts using Solidity and the EVM on Nov 3
You're welcome to join an online technical workshop run by Hyperledger Boston and The Blockchain Academy on Thursday Nov 3 at 8AM PDT. The focus of the workshop will be how to build smart contracts
You're welcome to join an online technical workshop run by Hyperledger Boston and The Blockchain Academy on Thursday Nov 3 at 8AM PDT. The focus of the workshop will be how to build smart contracts
|
By
David Boswell <dboswell@...>
·
#11551
·
|
|
Outstanding pull request to retire inactive maintainers
Fabric has an outstanding pull request to retire inactive maintainers.
http://toc.hyperledger.org/inactivity.html
https://github.com/hyperledger/fabric-amcl/pull/20
Ry Jones
Community Architect,
Fabric has an outstanding pull request to retire inactive maintainers.
http://toc.hyperledger.org/inactivity.html
https://github.com/hyperledger/fabric-amcl/pull/20
Ry Jones
Community Architect,
|
By
Ry Jones
·
#11550
·
|
|
Re: Fabric client gateway service
No, it's enabled by default.
No, it's enabled by default.
|
By
Andrew Coleman
·
#11549
·
|
|
Fabric client gateway service
hi
In fabric 2.4 ,do we have to set any property for enabling gateway service?
hi
In fabric 2.4 ,do we have to set any property for enabling gateway service?
|
By
jeff.jo95z@...
·
#11548
·
|
|
Re: Fabric client java exception
#fabric-sdk-java
sorry
It was my mistake.Instead of group reply ,I clicked on reply to author
sorry
It was my mistake.Instead of group reply ,I clicked on reply to author
|
By
jeff.jo95z@...
·
#11547
·
|
|
Re: Fabric client java exception
#fabric-sdk-java
I notice that the code you mailed direct to me includes:ManagedChannel grpcChannel = ManagedChannelBuilder.forAddress(gatewayUrl, gatewayPort) .usePlaintext() .build();
It is typical
I notice that the code you mailed direct to me includes:ManagedChannel grpcChannel = ManagedChannelBuilder.forAddress(gatewayUrl, gatewayPort) .usePlaintext() .build();
It is typical
|
By
Mark Lewis
·
#11546
·
|
|
Re: Fabric client java exception
#fabric-sdk-java
It looks like a network communication failure between your client application and the Gateway service running in the peer. If it is a transient network failure then just re-submitting might work. If
It looks like a network communication failure between your client application and the Gateway service running in the peer. If it is a transient network failure then just re-submitting might work. If
|
By
Mark Lewis
·
#11545
·
|
|
Fabric client java exception
#fabric-sdk-java
Hi ,
I was trying to submit a transaction via fabric client (java). I got the below exception:
org.hyperledger.fabric.client.EndorseException: io.grpc.StatusRuntimeException: UNAVAILABLE: Network
Hi ,
I was trying to submit a transaction via fabric client (java). I got the below exception:
org.hyperledger.fabric.client.EndorseException: io.grpc.StatusRuntimeException: UNAVAILABLE: Network
|
By
jeff.jo95z@...
·
#11544
·
|