This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
forked from hyperledger/fabric
-
Notifications
You must be signed in to change notification settings - Fork 1
Enable Bdls configuration in channel #10
Draft
ahmed82
wants to merge
49
commits into
release-bdls
Choose a base branch
from
main-bdls
base: release-bdls
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Ahmed Al-Salih <[email protected]>
* Extracting the block height from common.Block * Adding the block height to the BDLS config object
adding the Block puller
Add the logic for the Chain.configure function.
…o routine to avoid excessive snapshotting if used
create the struct gc TODO practise for create a snapshotting into a …
Add Propose
Your branch is up to date with 'origin/main-bdls'. Changes to be committed: modified: orderer/common/server/main.go modified: orderer/consensus/bdls/chain.go modified: orderer/consensus/bdls/consenter.go new file: orderer/consensus/bdls/dispatcher.go new file: orderer/consensus/bdls/metrics.go * Wire bdls to be the option of the conster in the Orderer Server Main function * update the NewChain function to hold the required params in Chain implementation once get called by the HandleChain * Add metrics class * Add Dispatcher * TODO create the []bdls.Identity
Wire bdls to the Orderer Server main function
point to lisr of Identity rather that list of pointer
Signed-off-by: Ahmed Al-Salih <[email protected]>
Signed-off-by: Ahmed Al-Salih <[email protected]>
Signed-off-by: Ahmed Al-Salih <[email protected]>
Signed-off-by: Ahmed Al-Salih <[email protected]>
Signed-off-by: Ahmed Al-Salih <[email protected]>
Signed-off-by: Ahmed Al-Salih <[email protected]>
Bdls identity
Signed-off-by: Ahmed Al-Salih <[email protected]>
cleanup consensus task example
Refresh BDLS release, using the SubmitRequest function
Signed-off-by: Ahmed Al-Salih <[email protected]>
Move the proto file from the local build and from the in Fabric vendor repo
Create BDLS proto's repository for proto files github.com/BDLS-bft/fabric-protos-go
Signed-off-by: Ahmed Al-Salih <[email protected]>
Signed-off-by: Ahmed Al-Salih <[email protected]>
Signed-off-by: Ahmed Al-Salih <[email protected]>
Signed-off-by: Ahmed Al-Salih <[email protected]>
Signed-off-by: Ahmed Al-Salih <[email protected]>
Localproto
include citation button in GitHub repo and enhancement for Bdls integration
Signed-off-by: Ahmed Al-Salih <[email protected]>
Fix the config file for Bdls
…genesisconfig/config.go Signed-off-by: Ahmed Al-Salih <[email protected]>
switch the ordererType BDLS to static string in internal/configtxgen/…
refactor configtx
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Create BDLS metadata.proto and configuration.proto
Generate the pb.go files from the above proto and add them to “fabric-protos-go” project:
Enable Bdls configuration in channel