|
Re: Update expired orderer org admin certificate and orderer certs
#fabric-questions
#fabric-orderer
#signcerts
#fabric
Hi, I'm working on the solution proposed, now I'm using a cli peer to do my channel update operations, before doing that I set the following variables in the peer
Hi, I'm working on the solution proposed, now I'm using a cli peer to do my channel update operations, before doing that I set the following variables in the peer
|
By
Mattia Bolzonella
·
#9974
·
|
|
Re: [External] : [Hyperledger Fabric] IoT with frequent data and possibly incorrect data sometimes
Hi Nikos,
Yes, that’s one common approach we’ve seen. The EDs don’t have to belong to the same organization, they could send their data to different aggregators if desired based on some
Hi Nikos,
Yes, that’s one common approach we’ve seen. The EDs don’t have to belong to the same organization, they could send their data to different aggregators if desired based on some
|
By
Mark Rakhmilevich
·
#9973
·
|
|
Re: 回复: missing tags for go chaincode developement dependencies
We have chosen not to add version tags to the modules because they tend to evolve compatibly and are mostly disconnected from the fabric releases. For example, if you pull any version of
We have chosen not to add version tags to the modules because they tend to evolve compatibly and are mostly disconnected from the fabric releases. For example, if you pull any version of
|
By
Matthew Sykes
·
#9972
·
|
|
Re: Two peers disagree about transaction validity
Thanks Dave.
No CouchDB in the picture here - as you guessed; and SQLite/BDB in Oracle Blockchain Platform behaves the same way as GoLevelDB does when it comes to commits. So, I suppose we
Thanks Dave.
No CouchDB in the picture here - as you guessed; and SQLite/BDB in Oracle Blockchain Platform behaves the same way as GoLevelDB does when it comes to commits. So, I suppose we
|
By
Carlo Innocenti
·
#9971
·
|
|
Re: Two peers disagree about transaction validity
The only time we've seen something like this was back when the community CouchDB image had a bad configuration setting:
delayed_commits = true
With that configuration, it was possible for CouchDB to
The only time we've seen something like this was back when the community CouchDB image had a bad configuration setting:
delayed_commits = true
With that configuration, it was possible for CouchDB to
|
By
David Enyeart
·
#9970
·
|
|
Two peers disagree about transaction validity
Hi all.
I have an HLF network which has ended up in a situation where the stateDB of two virtually identical peers (same channel, same chaincode) diverged; digging into it, the problem is that a txn
Hi all.
I have an HLF network which has ended up in a situation where the stateDB of two virtually identical peers (same channel, same chaincode) diverged; digging into it, the problem is that a txn
|
By
Carlo Innocenti
·
#9969
·
|
|
Re: Purge Private Data - by individual transaction - on trigger
The only mention of the "private data store" aka "private writeset storage" is this sentence:
"Upon validation/commit, the private data is moved to their copy of the private state database and private
The only mention of the "private data store" aka "private writeset storage" is this sentence:
"Upon validation/commit, the private data is moved to their copy of the private state database and private
|
By
David Enyeart
·
#9968
·
|
|
Re: Update expired orderer org admin certificate and orderer certs
#fabric-questions
#fabric-orderer
#signcerts
#fabric
Yes, that is it. You got it!
Yes, that is it. You got it!
|
By
Chris Gabriel <alaskadd@...>
·
#9967
·
|
|
Re: Update expired orderer org admin certificate and orderer certs
#fabric-questions
#fabric-orderer
#signcerts
#fabric
Just to be clear about what you told me to replace in my system channel configuration, sorry but I want to be 100% sure about what I'm doing:
My json looks like this:
"channel_group": {
"groups":
Just to be clear about what you told me to replace in my system channel configuration, sorry but I want to be 100% sure about what I'm doing:
My json looks like this:
"channel_group": {
"groups":
|
By
Mattia Bolzonella
·
#9966
·
|
|
Re: Update expired orderer org admin certificate and orderer certs
#fabric-questions
#fabric-orderer
#signcerts
#fabric
Hi Mattia,
Yes, you need to export the environment variables to act as orderer MSP admin, then as Org MSP admin when doing that step. I would update Orderer Org first, then Org in separate updates
Hi Mattia,
Yes, you need to export the environment variables to act as orderer MSP admin, then as Org MSP admin when doing that step. I would update Orderer Org first, then Org in separate updates
|
By
Chris Gabriel <alaskadd@...>
·
#9965
·
|
|
Re: Update expired orderer org admin certificate and orderer certs
#fabric-questions
#fabric-orderer
#signcerts
#fabric
Hi Chris,
Thank you again for the reply, I'm going to try what you suggested, for the replacement of the admin certs in the various sections of the config, I do that in one whole update, right?
After
Hi Chris,
Thank you again for the reply, I'm going to try what you suggested, for the replacement of the admin certs in the various sections of the config, I do that in one whole update, right?
After
|
By
Mattia Bolzonella
·
#9964
·
|
|
Re: Update expired orderer org admin certificate and orderer certs
#fabric-questions
#fabric-orderer
#signcerts
#fabric
Hi Mattia,
***IMPORTANT**
If you are in production and will have adverse customer impact, I recommend taking a look at doing this until you get it fixed (this is for extreme measures, perform this
Hi Mattia,
***IMPORTANT**
If you are in production and will have adverse customer impact, I recommend taking a look at doing this until you get it fixed (this is for extreme measures, perform this
|
By
Chris Gabriel <alaskadd@...>
·
#9963
·
|
|
Re: Purge Private Data - by individual transaction - on trigger
Hi David,
In your original email, you mentioned a private data store in addition to the transient and private [world] state. Is the "private data store" a separate, append-only ledger used with
Hi David,
In your original email, you mentioned a private data store in addition to the transient and private [world] state. Is the "private data store" a separate, append-only ledger used with
|
By
Simeon MacMillen
·
#9962
·
|
|
Re: Update expired orderer org admin certificate and orderer certs
#fabric-questions
#fabric-orderer
#signcerts
#fabric
Hi Chris,
Thank you for the quick reply. I will illustrate my situation, it's the worst possible scenario (production environment). So I'm on Fabric 2.2.2 with all my components except Fabric CAs
Hi Chris,
Thank you for the quick reply. I will illustrate my situation, it's the worst possible scenario (production environment). So I'm on Fabric 2.2.2 with all my components except Fabric CAs
|
By
Mattia Bolzonella
·
#9961
·
|
|
Re: Update expired orderer org admin certificate and orderer certs
#fabric-questions
#fabric-orderer
#signcerts
#fabric
Hi Mattia,
Happy to help you. Can you please provide a bit more detail about your environment? For example, are you on Fabric 1.4 with a solo orderer, raft, etc.?
Beyond the above question, here are
Hi Mattia,
Happy to help you. Can you please provide a bit more detail about your environment? For example, are you on Fabric 1.4 with a solo orderer, raft, etc.?
Beyond the above question, here are
|
By
Chris Gabriel <alaskadd@...>
·
#9960
·
|
|
Update expired orderer org admin certificate and orderer certs
#fabric-questions
#fabric-orderer
#signcerts
#fabric
Hi, i need to update the orderer org admin of the system channel, it's expired but i managed to start the orderer and peer following FAB-18384. Now i need to update the channel configuration but I
Hi, i need to update the orderer org admin of the system channel, it's expired but i managed to start the orderer and peer following FAB-18384. Now i need to update the channel configuration but I
|
By
Mattia Bolzonella
·
#9959
·
|
|
How to run the example endorsement plugin on the fabric 2.2?
#fabric-endorser
#hyperledger-fabric
Hi fabirc experts, I met some problems when I write my endosement plugins.My steps are followed.
1 I modify the docker-compose-test-net.yaml in the test-network/docker, add " -
Hi fabirc experts, I met some problems when I write my endosement plugins.My steps are followed.
1 I modify the docker-compose-test-net.yaml in the test-network/docker, add " -
|
By
1139073321xdvg@...
·
#9958
·
|
|
Re: [External] : [Hyperledger Fabric] IoT with frequent data and possibly incorrect data sometimes
So mark in order to recap, you propose each ED to be a different user which send data via REST to an aggregator (i.e a BC client) who acts as intermediate to match the data from each ED to the
So mark in order to recap, you propose each ED to be a different user which send data via REST to an aggregator (i.e a BC client) who acts as intermediate to match the data from each ED to the
|
By
Nikos Karamolegkos
·
#9956
·
|
|
回复: missing tags for go chaincode developement dependencies
Hi Fabric maintainers,
Is there any updates on this? I am happy to hear any consideration on why not pushing named git tag to fabric-chaincode-go and fabric-protos-go.
If it is intended and designed
Hi Fabric maintainers,
Is there any updates on this? I am happy to hear any consideration on why not pushing named git tag to fabric-chaincode-go and fabric-protos-go.
If it is intended and designed
|
By
david liu <david-khala@...>
·
#9955
·
|
|
Private Chaincode Lab - Tue, 05/04/2021
#cal-notice
Private Chaincode Lab
When:
Tuesday, 4 May 2021
8:00am to 9:00am
(GMT-07:00) America/Los
Private Chaincode Lab
When:
Tuesday, 4 May 2021
8:00am to 9:00am
(GMT-07:00) America/Los
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9954
·
|