fabric GitHub
PR #4570 | migration from Raft to BFT: README file |
#### Type of change - Documentation update #### Description Creation of a README file to describe the migration process from Raft to BFT. |
Created At 2023-12-10 23:04:15 +0000 UTC
PR #4569 | Increase default transientstoreMaxBlockRetention |
Increase the default value of transientstoreMaxBlockRetention Change-Id: I24eb6a6c4be38fbb964970b518d40c72e02e12ff #### Type of change - Improvement (improvement to code, performance, etc) #### Description `transientstoreMaxBlockRetention` is used to trigger the purge of private data in the transient store. The current default value is 1000, which is OK for simple cases with several blocks per second. Howerver, in our test with 10K tps case, it is possible to purge the private data too early before the peer gets a chance to commit the tx into the ledger. With a larger retention window, the only cost is a larger transient database in the peer node, which is not a big deal. Hence, this patchset suggest to increase the default value to a larger value of 100000, and it is open to have other reasonable value too. #### Additional details N/A #### Related issues N/A #### Release Note N/A |
Created At 2023-12-08 18:57:22 +0000 UTC
PR #4568 | Add TLS passthrough and SANs info to TLS doc |
Add TLS passthrough and SANs info to the TLS documentation to address common user questions. |
Created At 2023-12-08 17:01:23 +0000 UTC
PR #4563 | Get value from array directly |
The patchset simplifies the code implementation to iterate over an array. Change-Id: I2f29335955e2ee1a4c0aabf2c744ca9b223a1a87 #### Type of change - Improvement (improvement to code, performance, etc) #### Description The patchset simplifies the code implementation to iterate over an array. #### Additional details N/A #### Related issues N/A #### Release Note N/A |
Created At 2023-12-05 17:32:50 +0000 UTC