Add Fabric-X Single-Container Devnet Environment - #798
Open
HarK-github wants to merge 15 commits into
Open
Conversation
Contributor
|
@HarK-github Noticed this uses "fabricx" instead of "fabric-x" which is what's already in the schema and my #788 checks. |
HarK-github
marked this pull request as draft
July 30, 2026 06:53
HarK-github
force-pushed
the
fabx_staticfeats
branch
from
July 30, 2026 20:36
71572fe to
31616c2
Compare
…bs#789) Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
…es (hyperledger-labs#789) Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
…yperledger-labs#789) Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
HarK-github
force-pushed
the
fabx_staticfeats
branch
from
July 30, 2026 20:38
31616c2 to
723efb3
Compare
HarK-github
force-pushed
the
fabx_staticfeats
branch
from
July 30, 2026 20:43
38862c7 to
2eacb84
Compare
HarK-github
marked this pull request as ready for review
July 31, 2026 04:46
- Refactored index.ts to dynamically render 9 microservice configs per BFT node - Replaced monolithic docker-compose with multi-org templated compose - Fixed client-tls-ca.pem directory mount panic via alpine find command - Removed legacy static mock-orderer and sidecar configurations Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
HarK-github
force-pushed
the
fabx_staticfeats
branch
from
July 31, 2026 17:08
ffeaf8e to
193b589
Compare
Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
HarK-github
force-pushed
the
fabx_staticfeats
branch
from
July 31, 2026 17:16
ddbe496 to
9a70e03
Compare
Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
umegbewe
requested changes
Aug 3, 2026
Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
…templates Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
HarK-github
force-pushed
the
fabx_staticfeats
branch
from
August 3, 2026 14:07
ea08579 to
1dc7e5a
Compare
Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
…r-compose.yaml Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
…xtures Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
…le) and clean stale comments from docker-compose.yaml Signed-off-by: Harshit Kandpal <kandpalhar@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description:
This pull request introduces the Fabric-X development environment to Fablo. It establishes a dynamic, Docker-based distributed Byzantine Fault Tolerant (BFT) orchestration system that allows developers to generate and provision fully containerized Fabric-X topologies, complete with multi-node consensus and independent microservice routing.
Changes:
Fabric-X Integration: Engineered the core generation engine and templating architecture to support Fabric-X network definitions within Fablo, introducing:
crypto-config.yaml)configtx.yaml)shared_config.yaml)fxconfig.yaml)config/assembler.yaml,config/batcher.yaml,config/consenter.yaml,config/router.yaml, etc.)Docker Orchestration: Docker Compose provisioning system that dynamically generates and orchestrates 9 core microservice containers (including router, batcher, consenter, and assembler) per BFT node across multi-organization deployments.
Makefile Automation:
Makefileworkflow (make init,make start) for cryptographic generation, genesis block creation, and the Docker container lifecycle.State Lifecycle Management: Built the cryptographic mounting process within the Docker containers, utilizing a secondary alpine step to prevent directory-mount panics and ledger state consistency issues.
Consensus Configuration: Created parameterized
crypto-config,configtx, andshared_configtemplates to dynamically support N-party orderer devnets based on the user's topology configuration.Closes: #789
Screenshots