@@ -9,7 +9,7 @@ This document provides an overview of Fablo features. The table below tracks fea
99| <br >** NETWORK CONFIGURATION** | | | | | |
1010| RAFT Consensus | ✓ | ✓ | ✓ | [ 02_v2] ( /e2e-network/docker/test-02-v2-raft-2orgs.sh ) | |
1111| BFT Consensus | - | ✓ | ✓ | [ 06_v3] ( /e2e-network/docker/test-06-v3-bft.sh ) | [ #559 ] ( https://github.com/hyperledger-labs/fablo/issues/559 ) |
12- | TLS | ✓ | ✓ | ✓ | [ 01_v2 ] ( /e2e-network/docker/test-01-v2-simple.sh ) , [ 02_v2] ( /e2e-network/docker/test-02-v2-raft-2orgs.sh ) , [ 05_v3] ( /e2e-network/docker/test-05-v3.sh ) , [ 06_v3] ( /e2e-network/docker/test-06-v3-bft.sh ) | |
12+ | TLS | ✓ | ✓ | ✓ | [ 02_v2] ( /e2e-network/docker/test-02-v2-raft-2orgs.sh ) , [ 05_v3] ( /e2e-network/docker/test-05-v3.sh ) , [ 06_v3] ( /e2e-network/docker/test-06-v3-bft.sh ) | |
1313| Orderer Groups | ✓ | ✕ | ✓ | [ 02_v2] ( /e2e-network/docker/test-02-v2-raft-2orgs.sh ) | [ #560 ] ( https://github.com/hyperledger-labs/fablo/issues/560 ) |
1414| Peer DB - LevelDB | ✓ | ✓ | ✓ | [ 01_v2] ( /e2e-network/docker/test-01-v2-simple.sh ) , [ 05_v3] ( /e2e-network/docker/test-05-v3.sh ) , [ 06_v3] ( /e2e-network/docker/test-06-v3-bft.sh ) | |
1515| Peer DB - CouchDB | ✓ | ✓ | ✓ | [ 04_v2] ( /e2e-network/docker/test-04-v2-snapshot.sh ) | |
@@ -37,8 +37,8 @@ This document provides an overview of Fablo features. The table below tracks fea
3737| ` start ` , ` stop ` , ` restart ` | ✓ | ✓ | ✓ | [ 02_v2] ( /e2e-network/docker/test-02-v2-raft-2orgs.sh ) | |
3838| ` down ` , ` reset ` | ✓ | ✓ | ✓ | [ 01_v2] ( /e2e-network/docker/test-01-v2-simple.sh ) , [ 02_v2] ( /e2e-network/docker/test-02-v2-raft-2orgs.sh ) , [ 05_v3] ( /e2e-network/docker/test-05-v3.sh ) , [ 06_v3] ( /e2e-network/docker/test-06-v3-bft.sh ) | |
3939| ` prune ` , ` recreate ` | ✓ | ✓ | ✓ | [ 04_v2] ( /e2e-network/docker/test-04-v2-snapshot.sh ) | |
40- | ` validate ` , ` extend-config ` | ✓ | ✓ | ✓ | | [ # 578 ] ( https://github.com/hyperledger-labs/fablo/pull/578 ) |
41- | ` version ` | ✓ | ✓ | ✓ | | [ # 578 ] ( https://github.com/hyperledger-labs/fablo/pull/578 ) |
40+ | ` validate ` , ` extend-config ` | ✓ | ✓ | ✓ | [ e2e ] ( /e2e/fabloCommands.test.ts ) | |
41+ | ` version ` | ✓ | ✓ | ✓ | [ e2e ] ( /e2e/fabloCommands.test.ts ) | |
4242| ` init ` (node, rest, dev) | ✓ | ✓ | ✓ | [ 01_v2] ( /e2e-network/docker/test-01-v2-simple.sh ) , [ 05_v3] ( /e2e-network/docker/test-05-v3.sh ) , [ 06_v3] ( /e2e-network/docker/test-06-v3-bft.sh ) | |
4343| ` export-network-topology ` to Mermaid | ✓ | ✓ | ✓ | | [ #579 ] ( https://github.com/hyperledger-labs/fablo/pull/579 ) |
4444| Other ` init ` options | | | | | [ #444 ] ( https://github.com/hyperledger-labs/fablo/issues/444 ) |
@@ -48,10 +48,11 @@ This document provides an overview of Fablo features. The table below tracks fea
4848| Post-start hook | | | | | [ #111 ] ( https://github.com/hyperledger-labs/fablo/issues/111 ) |
4949| <br >** OTHER FEATURES** | | | | | |
5050| Peer dev mode | ✓ | ✕ | ✓ | | [ #472 ] ( https://github.com/hyperledger-labs/fablo/issues/472 ) |
51- | Connection profiles | ✓ | ✓ | ✓ | | [ # 585 ] ( https://github.com/hyperledger-labs/fablo/pull/585 ) |
51+ | Connection profiles | ✓ | ✓ | ✓ | [ e2e_snap ] ( /e2e/__snapshots__/fablo-config-hlf2-1org-1chaincode.json.test.ts.snap ) | |
5252| Gateway client | | | | | [ #544 ] ( https://github.com/hyperledger-labs/fablo/pull/544 ) |
5353| Hooks: post-generate | ✓ | ✓ | ✓ | | [ #580 ] ( https://github.com/hyperledger-labs/fablo/pull/580 ) |
5454| JSON/YAML support | ✓ | ✓ | ✓ | | |
55+ | Apple Silicon | ✕ | ✓ | ✓ | [ 05_v3] ( /e2e-network/docker/test-05-v3.sh ) | |
5556
5657---
5758
0 commit comments