|
Re: Orderer ledger pruning
I would echo what Yacov said early on. Pruning orderers should not be especially challenging. The biggest challenge will be preventing orderers from attempting to replicate old blocks and producing
I would echo what Yacov said early on. Pruning orderers should not be especially challenging. The biggest challenge will be preventing orderers from attempting to replicate old blocks and producing
|
By
Jason Yellick <jyellick@...>
·
#9674
·
|
|
Re: Status of FabToken project
#fabric
The Validation/Commit refactoring for post-order execution has been resource starved behind other priorities. Glad to hear there is interest in collaboration however. Could you summarize the
The Validation/Commit refactoring for post-order execution has been resource starved behind other priorities. Glad to hear there is interest in collaboration however. Could you summarize the
|
By
David Enyeart
·
#9673
·
|
|
Re: Orderer ledger pruning
> But for some reasonwhen this feature was implemented for peers, it was not implemented fororderers, so I presume there are some not-so-obvious issues with orderersthat make their case different from
> But for some reasonwhen this feature was implemented for peers, it was not implemented fororderers, so I presume there are some not-so-obvious issues with orderersthat make their case different from
|
By
Yacov
·
#9672
·
|
|
Re: Orderer ledger pruning
> Join peers to a new channel should be easier than dealing with orderers. The point is not to migrate all the data over. You want to start fresh and leave the old data in its own channel. Doing
> Join peers to a new channel should be easier than dealing with orderers. The point is not to migrate all the data over. You want to start fresh and leave the old data in its own channel. Doing
|
By
Vitalii Demianets
·
#9671
·
|
|
Re: Orderer ledger pruning
Join peers to a new channel should be easier than dealing with orderers. The point is not to migrate all the data over. You want to start fresh and leave the old data in its own channel. Doing
Join peers to a new channel should be easier than dealing with orderers. The point is not to migrate all the data over. You want to start fresh and leave the old data in its own channel. Doing
|
By
email4tong@gmail.com
·
#9670
·
|
|
Re: Orderer ledger pruning
Hi Tong!
> Wonder if you create a new channel with a new set of orderers will help with your scenario. Not exactly what you are looking for, but thinking if you work with a new channel for a
Hi Tong!
> Wonder if you create a new channel with a new set of orderers will help with your scenario. Not exactly what you are looking for, but thinking if you work with a new channel for a
|
By
Vitalii Demianets
·
#9669
·
|
|
Re: Orderer ledger pruning
Hi Yacov!
> Given that the (common) ledger in the orderer and the peers is the same (common) implementation, I guess (but I'm not sure) that we don't need to make additional changes in the ledger to
Hi Yacov!
> Given that the (common) ledger in the orderer and the peers is the same (common) implementation, I guess (but I'm not sure) that we don't need to make additional changes in the ledger to
|
By
Vitalii Demianets
·
#9668
·
|
|
Re: Orderer ledger pruning
Vitalii,
Wonder if you create a new channel with a new set of orderers will help with your scenario. Not exactly what you are looking for, but thinking if you work with a new channel for a
Vitalii,
Wonder if you create a new channel with a new set of orderers will help with your scenario. Not exactly what you are looking for, but thinking if you work with a new channel for a
|
By
Tong Li
·
#9667
·
|
|
Re: Orderer ledger pruning
Conceptually, it should be fairly easyto implement pruning for orderers when they running without a system channel.
When you join such orderers to a channel,you do it by giving them the latest
Conceptually, it should be fairly easyto implement pruning for orderers when they running without a system channel.
When you join such orderers to a channel,you do it by giving them the latest
|
By
Yacov
·
#9666
·
|
|
Status of FabToken project
#fabric
Hello Fabric Team,
I'm from Oracle Blockchain Platform Team. Few of us are working on Tokenisation feature in our HLF platform.
As of now, we have implemented this in chaincode. This works fine with
Hello Fabric Team,
I'm from Oracle Blockchain Platform Team. Few of us are working on Tokenisation feature in our HLF platform.
As of now, we have implemented this in chaincode. This works fine with
|
By
paritosh.das@...
·
#9665
·
|
|
Orderer ledger pruning
Hi all!
Our company (norbloc AB) is facing a problem with managing disk space occupied by ledger DB. Thanks to the snapshot feature in Fabric v2.3 the problem was solved for the peers, but we still
Hi all!
Our company (norbloc AB) is facing a problem with managing disk space occupied by ledger DB. Thanks to the snapshot feature in Fabric v2.3 the problem was solved for the peers, but we still
|
By
Vitalii Demianets
·
#9664
·
|
|
Re: Hyperledger Read The Docs Issue
Looks like the issue is resolved.
Dave Enyeart
Looks like the issue is resolved.
Dave Enyeart
|
By
David Enyeart
·
#9663
·
|
|
Hyperledger Read The Docs Issue
Hello,
There seems to be something wrong with the Hyperledger fabric read the docs sites.
Attached a screenshot of the same.
Hello,
There seems to be something wrong with the Hyperledger fabric read the docs sites.
Attached a screenshot of the same.
|
By
Ilangasinghe Ratnayake
·
#9662
·
|
|
回复: [Hyperledger Fabric] Hyperledger Fabric Gerrit Archive
Thanks Bret for the good job!
Best Regards,
David Liu
发件人: Brett T Logan
发送时间: 2021年2月20日 7:35
收件人: fabric@...
主题: [Hyperledger Fabric] Hyperledger Fabric Gerrit
Thanks Bret for the good job!
Best Regards,
David Liu
发件人: Brett T Logan
发送时间: 2021年2月20日 7:35
收件人: fabric@...
主题: [Hyperledger Fabric] Hyperledger Fabric Gerrit
|
By
david liu <david-khala@...>
·
#9661
·
|
|
Re: Invalid Transactions in Commit Blocks
Hi Tomás,
The transactions are validated and then committed by the peers. The transactions that are invalid are not committed and their content will not change the world state (the KVS):
Hi Tomás,
The transactions are validated and then committed by the peers. The transactions that are invalid are not committed and their content will not change the world state (the KVS):
|
By
Tsvetan Georgiev
·
#9660
·
|
|
Hyperledger Fabric Gerrit Archive
Hello Fabric Community,
When we migrated off Gerrit to GitHub we took a snapshot of the existing state of the Hyperledger Gerrit Server. I converted all of the Gerrit Change Requests and their
Hello Fabric Community,
When we migrated off Gerrit to GitHub we took a snapshot of the existing state of the Hyperledger Gerrit Server. I converted all of the Gerrit Change Requests and their
|
By
Brett T Logan <development.brett@...>
·
#9659
·
|
|
Invalid Transactions in Commit Blocks
Hey everyone,
I've been wondering about something. I know that a block can be commited with transactions inside it that are marked as invalid and therefore don't alter the world state. Is there anyway
Hey everyone,
I've been wondering about something. I know that a block can be commited with transactions inside it that are marked as invalid and therefore don't alter the world state. Is there anyway
|
By
Tomás Peixinho
·
#9658
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 02/19/2021
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 19 February 2021
11:00am to 12:00pm
(GMT-05:00) America/New
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 19 February 2021
11:00am to 12:00pm
(GMT-05:00) America/New
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9657
·
|
|
Difference between "peer lifecycle chaincode" vs "peer chaincode list"
Hello Team,
Can you guys confirm what would be the difference between "peer lifecycle chaincode querycommitted" and "peer chaincode list --instantiated" command.
What makes the end result different
Hello Team,
Can you guys confirm what would be the difference between "peer lifecycle chaincode querycommitted" and "peer chaincode list --instantiated" command.
What makes the end result different
|
By
Suhan Sumeet
·
#9656
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 02/19/2021 11:00am-12:00pm
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 19 February 2021, 11:00am to 12:00pm, (GMT-05:00) America/New
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 19 February 2021, 11:00am to 12:00pm, (GMT-05:00) America/New
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#9655
·
|