|
Repeated Events
Hello everybody,
second doubt about events. In my program, I am doing 30 transactions and capturing the 30 events associated with them. However, when I run the program again (with only one transaction
Hello everybody,
second doubt about events. In my program, I am doing 30 transactions and capturing the 30 events associated with them. However, when I run the program again (with only one transaction
|
By
Tomás Peixinho
·
#9698
·
|
|
Private Chaincode Lab - Tue, 03/02/2021
#cal-notice
Private Chaincode Lab
When:
Tuesday, 2 March 2021
8:00am to 9:00am
(GMT-08:00) America/Los
Private Chaincode Lab
When:
Tuesday, 2 March 2021
8:00am to 9:00am
(GMT-08:00) America/Los
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9697
·
|
|
Transaction ID Mismatch
Good evening everybody,
so as I was trying to check the transaction IDs of the transactions that I'm performing, I came across something that I'm not understanding. In my code, I'm trying to compare
Good evening everybody,
so as I was trying to check the transaction IDs of the transactions that I'm performing, I came across something that I'm not understanding. In my code, I'm trying to compare
|
By
Tomás Peixinho
·
#9696
·
|
|
Chaincode listener
Hello.
Is it possible to listen to events (block or transaction) emitted by a chaincode in another chaincode?
For example: chaincode A send a transaction to the block -> commit -> chaincode B listen
Hello.
Is it possible to listen to events (block or transaction) emitted by a chaincode in another chaincode?
For example: chaincode A send a transaction to the block -> commit -> chaincode B listen
|
By
Maicon
·
#9695
·
|
|
Re: Install fabric-chaincode-java to raspberry 4
#fabric-chaincode
#fabric-questions
Hello, any updates on that?
On 26/2/21 10:33 π.μ., Nikos Karamolegkos wrote:
-- Nikos KaramolegkosR & D engineer at ICS-FORTHTelecommunications and Networks Lab (TNL)
Hello, any updates on that?
On 26/2/21 10:33 π.μ., Nikos Karamolegkos wrote:
-- Nikos KaramolegkosR & D engineer at ICS-FORTHTelecommunications and Networks Lab (TNL)
|
By
Nikos Karamolegkos
·
#9694
·
|
|
Re: How to override the endorser peer url when using gateway
#fabric-sdk-java
#fabric-kubernetes
Hi Marek,
I guess your SDK is set yo use the peer discovery service to detect dynamically the list of endorsing peers across MSPs(orgs). For that to work properly you need to have the external
Hi Marek,
I guess your SDK is set yo use the peer discovery service to detect dynamically the list of endorsing peers across MSPs(orgs). For that to work properly you need to have the external
|
By
Tsvetan Georgiev
·
#9693
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 02/26/2021
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 26 February 2021
11:00am to 12:00pm
(GMT-05:00) America/New
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 26 February 2021
11:00am to 12:00pm
(GMT-05:00) America/New
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9692
·
|
|
Re: Install fabric-chaincode-java to raspberry 4
#fabric-chaincode
#fabric-questions
Yes I found the trick with the binutils-gold. I made the changes to the Dockerfiles and I think that is enough. So I can build the fabric and the fabric-ca docker image and the native.
Yes I found the trick with the binutils-gold. I made the changes to the Dockerfiles and I think that is enough. So I can build the fabric and the fabric-ca docker image and the native.
|
By
Nikos Karamolegkos
·
#9691
·
|
|
How to override the endorser peer url when using gateway
#fabric-sdk-java
#fabric-kubernetes
Hi there,
I'm having problems with configuring the gateway of my Java Client that sends proposal transactions to the endorser peers that are registered in the channel.
I'm running my network
Hi there,
I'm having problems with configuring the gateway of my Java Client that sends proposal transactions to the endorser peers that are registered in the channel.
I'm running my network
|
By
Marek Malik <info@...>
·
#9690
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 02/26/2021 11:00am-12:00pm
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 26 February 2021, 11:00am to 12:00pm, (GMT-05:00) America/New
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 26 February 2021, 11:00am to 12:00pm, (GMT-05:00) America/New
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#9689
·
|
|
Re: Install fabric-chaincode-java to raspberry 4
#fabric-chaincode
#fabric-questions
Also, the ld failure I believe can be solve by adding the binutils-gold package to the image. You can see the same problem on ARM was solved here for the fabric images:
Also, the ld failure I believe can be solve by adding the binutils-gold package to the image. You can see the same problem on ARM was solved here for the fabric images:
|
By
Brett T Logan <development.brett@...>
·
#9688
·
|
|
Re: Install fabric-chaincode-java to raspberry 4
#fabric-chaincode
#fabric-questions
Somewhere I have the instructions on how to build this, but the net-net is, the Java protobuf library doesnt have a native distribution for ARM. You need to clone the protobuf repo (which will also
Somewhere I have the instructions on how to build this, but the net-net is, the Java protobuf library doesnt have a native distribution for ARM. You need to clone the protobuf repo (which will also
|
By
Brett T Logan <development.brett@...>
·
#9687
·
|
|
Re: Install fabric-chaincode-java to raspberry 4
#fabric-chaincode
#fabric-questions
Hello;
- From the perspective of the peer/ca/orderer etc that are written in Go, I know that others have managed to recompile for ARM. Understand it's possible, but not sure how the performance is
Hello;
- From the perspective of the peer/ca/orderer etc that are written in Go, I know that others have managed to recompile for ARM. Understand it's possible, but not sure how the performance is
|
By
Matthew White
·
#9686
·
|
|
Re: Orderer ledger pruning
Thank you all for the discussion and your input!
I think we now have a high-level understanding of what has to be done, looks simple enough.
Now we start the process of drafting the RFC. It will take
Thank you all for the discussion and your input!
I think we now have a high-level understanding of what has to be done, looks simple enough.
Now we start the process of drafting the RFC. It will take
|
By
Vitalii Demianets
·
#9685
·
|
|
Install fabric-chaincode-java to raspberry 4
#fabric-chaincode
#fabric-questions
Hello, I would like to build latest version of hypeledger fabric into a raspberry 4 (using java). As I can see in the bash script used by curl here (latest installation) the
Hello, I would like to build latest version of hypeledger fabric into a raspberry 4 (using java). As I can see in the bash script used by curl here (latest installation) the
|
By
Nikos Karamolegkos
·
#9684
·
|
|
Re: Differences in private_state_hashes.data of snapshots when using different StateDB
public_state.data will be different depending on whether you use leveldb or couchdb, since couchdb saves the JSON in a different format.
private_state_hashes.data should always be the same since the
public_state.data will be different depending on whether you use leveldb or couchdb, since couchdb saves the JSON in a different format.
private_state_hashes.data should always be the same since the
|
By
David Enyeart
·
#9683
·
|
|
Unable to use private key obtained from Azure Key Vault.
#fabric-ca
#fabric-ca-client
#fabric-sdk-node
#fabric
Hi Team,
We were investigating to use Azure Key Vault to provide for our wallet services.
The CSR, Private and Public Key is basically generated by the Vault and saved securely in the same
Hi Team,
We were investigating to use Azure Key Vault to provide for our wallet services.
The CSR, Private and Public Key is basically generated by the Vault and saved securely in the same
|
By
deltacommatshonuser@...
·
#9682
·
|
|
Differences in private_state_hashes.data of snapshots when using different StateDB
I created snapshots from 2 peers for same channel and same height.
When I checked _snapshot_signable_metadata.json file, "private_state_hashes.data" and "public_state.data" were different in each
I created snapshots from 2 peers for same channel and same height.
When I checked _snapshot_signable_metadata.json file, "private_state_hashes.data" and "public_state.data" were different in each
|
By
Yoojin Chang
·
#9681
·
|
|
Private Chaincode Lab - Tue, 02/23/2021
#cal-notice
Private Chaincode Lab
When:
Tuesday, 23 February 2021
8:00am to 9:00am
(GMT-08:00) America/Los
Private Chaincode Lab
When:
Tuesday, 23 February 2021
8:00am to 9:00am
(GMT-08:00) America/Los
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9680
·
|
|
Re: Orderer ledger pruning
In regards to changes to the blockstore, Jason is right that they would be very trivial. For the peers case, this function
In regards to changes to the blockstore, Jason is right that they would be very trivial. For the peers case, this function
|
By
Manish
·
#9679
·
|