|
How to Parse block in fabric SDK go
How to parse block in fabric go SDK,?
How to parse block in fabric go SDK,?
|
By
amit kumar savita
·
|
|
Now: Private Chaincode Lab - 07/26/2022
#cal-notice
Private Chaincode Lab When: 07/26/2022 8:00am to 9:00am (UTC-07:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer: Marcus Branden
Private Chaincode Lab When: 07/26/2022 8:00am to 9:00am (UTC-07:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer: Marcus Branden
|
By
Group Notification
·
|
|
how to get separate transaction id for two transactions within same chaincode 2 messages
Dear All, I have two smart contracts A and B in a single chaincode installed on BCN . The smart contracts operates on different assets. I have a method/ function in chaincode which internally calls me
Dear All, I have two smart contracts A and B in a single chaincode installed on BCN . The smart contracts operates on different assets. I have a method/ function in chaincode which internally calls me
|
By
Avinash Vijaykumar Pedgaonkar
·
|
|
Transactions query issue 2 messages
#fabric-sdk-java
Hi All, I am using couchdb for the as the worldstate database. 50k transactions were done.While querying , 39 of them did not appear .Error was saying that: The data does not exist. But the data exist
Hi All, I am using couchdb for the as the worldstate database. 50k transactions were done.While querying , 39 of them did not appear .Error was saying that: The data does not exist. But the data exist
|
By
jeff.jo95z@...
·
|
|
event listener options in fabric go sdk 3 messages
HI team, Like node js sdk,event listeners have options parameter to receive events from startBlockNumber. Is it possible to implement in fabric go sdk? let me suggest.
HI team, Like node js sdk,event listeners have options parameter to receive events from startBlockNumber. Is it possible to implement in fabric go sdk? let me suggest.
|
By
Kumari Shweta
·
|
|
Proposal to move Fabric docs into a distinct repo 4 messages
Hi, Currently, several Hyperledger projects keep documentation in repos outside of the main code repo; Besu being the most active. This allows documentation to have a distinct reviewer set, among othe
Hi, Currently, several Hyperledger projects keep documentation in repos outside of the main code repo; Besu being the most active. This allows documentation to have a distinct reviewer set, among othe
|
By
Ry Jones
·
|
|
Hyperledger Fabric in a SaaS architecture 2 messages
#saas
#organizations
Is there a way of using Fabric for non-repudiation of ledger contents if all organizations are accessing a given application as SaaS? I can't see a way of using Fabric and still keep the service acces
Is there a way of using Fabric for non-repudiation of ledger contents if all organizations are accessing a given application as SaaS? I can't see a way of using Fabric and still keep the service acces
|
By
Jacques Sauvé
·
|
|
Now: Private Chaincode Lab - 07/19/2022
#cal-notice
Private Chaincode Lab When: 07/19/2022 8:00am to 9:00am (UTC-07:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer: Marcus Branden
Private Chaincode Lab When: 07/19/2022 8:00am to 9:00am (UTC-07:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer: Marcus Branden
|
By
Group Notification
·
|
|
To get the number of succesful transactions
#fabric-sdk-java
Hello all, Is there a way to get the number of succesful transactions happened on the network using fabric -sdk-java? (Something similar to get the blockheight of the network)
Hello all, Is there a way to get the number of succesful transactions happened on the network using fabric -sdk-java? (Something similar to get the blockheight of the network)
|
By
jeff.jo95z@...
·
|
|
Node on AWS fargate
Is anyone running a hyperledger fabric node on AWS fargate (serverless). Is it feasible?
Is anyone running a hyperledger fabric node on AWS fargate (serverless). Is it feasible?
|
By
Rajesh
·
|
|
Tools to configure a production network 7 messages
#production
#tools
#deployment
Hello all, I have been studying, learning, developing POC solutions using Fabric and it has been pretty smooth sailing so far. I have been using several tools, including fabric-samples/test-network, m
Hello all, I have been studying, learning, developing POC solutions using Fabric and it has been pretty smooth sailing so far. I have been using several tools, including fabric-samples/test-network, m
|
By
Jacques Sauvé
·
|
|
Legacy Node SDK v2.2.14 released
v2.2.14 of the legacy Node SDK has been released, containing the following changes: Dependency updates to address security vulnerability CVE-2022-25898. Resolve an issue that could cause partial disco
v2.2.14 of the legacy Node SDK has been released, containing the following changes: Dependency updates to address security vulnerability CVE-2022-25898. Resolve an issue that could cause partial disco
|
By
Mark Lewis
·
|
|
Orderer unavailable exception
#fabric-sdk-java
hello all, While doing a batch of transactions with fabric sdk java,this exception was coming: o.hyperledger.fabric.sdk.OrdererClient : OrdererClient{id: 5672, channel: mychannel, name: orderer1.org1o
hello all, While doing a batch of transactions with fabric sdk java,this exception was coming: o.hyperledger.fabric.sdk.OrdererClient : OrdererClient{id: 5672, channel: mychannel, name: orderer1.org1o
|
By
jeff.jo95z@...
·
|
|
Using Minifab How do I Control Which Peers/Orgs get Added to a Channel? 5 messages
Using minifab I have the spec.yaml file shown below to create my network. What I’d like to do is to have each fleet have its own channel, and each channel is used to communicate only with cars that ha
Using minifab I have the spec.yaml file shown below to create my network. What I’d like to do is to have each fleet have its own channel, and each channel is used to communicate only with cars that ha
|
By
Brett Tiller
·
|
|
Remote chaincode development for Fabric 4 messages
Hi to every one, We just released the first version of a project to develop chaincodes remotely on Hyperledger Fabric, this will avoid: Having to deploy an HLF network on every developer machine Waiti
Hi to every one, We just released the first version of a project to develop chaincodes remotely on Hyperledger Fabric, this will avoid: Having to deploy an HLF network on every developer machine Waiti
|
By
DAVID VIEJO POMATA
·
|
|
Chaincode Access to Channel Config
#fabric
Can we have access to the channel CRL from inside the chaincode?
Can we have access to the channel CRL from inside the chaincode?
|
By
spectre-@...
·
|
|
How do I Set up the Peer Binary to Work with Minifab
Rather than accessing the shell of each peer running in a docker container I’ve been unsuccessfully trying to set up the peer binary to run the peer cli commands from my computer. I’m using Ubuntu 20.
Rather than accessing the shell of each peer running in a docker container I’ve been unsuccessfully trying to set up the peer binary to run the peer cli commands from my computer. I’m using Ubuntu 20.
|
By
Brett Tiller
·
|
|
Fetch all blocks using node sdk 6 messages
#fabric-sdk-node
Hello team, I am having an use-case where i have to show blocks as per date applied by the user. I am using hyper-ledger fabric v2.x with NodeJs sdk. Currently i am using for loop to fetch each block
Hello team, I am having an use-case where i have to show blocks as per date applied by the user. I am using hyper-ledger fabric v2.x with NodeJs sdk. Currently i am using for loop to fetch each block
|
By
Madhwendar Thakur
·
|
|
Now: Fabric Project Quarterly Update Due #tsc-project-update - 07/14/2022
#tsc-project-update
#cal-notice
Fabric Project Quarterly Update Due #tsc-project-update When: 07/14/2022 Organizer: community-architects@... View Event Description: Please file a project status report for the TSC here: https://wiki.
Fabric Project Quarterly Update Due #tsc-project-update When: 07/14/2022 Organizer: community-architects@... View Event Description: Please file a project status report for the TSC here: https://wiki.
|
By
Group Notification
·
|
|
CouchDB Cannot Log into Fauxton Web UI 3 messages
I’m running Minifab and I want to check the CouchDB tables/records. In the Fauxton log in page when I try to login using the default login values admin/password, I get error ‘Name or password is incor
I’m running Minifab and I want to check the CouchDB tables/records. In the Fauxton log in page when I try to login using the default login values admin/password, I get error ‘Name or password is incor
|
By
Brett Tiller
·
|