Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Fablo 2.1.0 with Fabric v3 and BFT #476

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Prefetch Fabric Docker layers
run: |
cd chain-cli/network
curl -Lf https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/fablo.sh -o ./fablo && chmod +x ./fablo
curl -Lf https://github.com/hyperledger-labs/fablo/releases/download/2.1.0/fablo.sh -o ./fablo && chmod +x ./fablo
./fablo generate fablo-config-default.json
docker compose -f fablo-target/fabric-docker/docker-compose.yaml pull

Expand Down
8 changes: 4 additions & 4 deletions chain-cli/network/fablo-config-default.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json",
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.1.0/schema.json",
"global": {
"fabricVersion": "2.5.10",
"fabricVersion": "3.0.0-beta",
"tls": true,
"monitoring": {
"loglevel": "info"
Expand All @@ -17,8 +17,8 @@
"orderers": [
{
"groupName": "group1",
"type": "raft",
"instances": 1
"type": "BFT",
"instances": 3
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion chain-cli/network/fablo-config-dev-mode.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.0.0/schema.json",
"$schema": "https://github.com/hyperledger-labs/fablo/releases/download/2.1.0/schema.json",
"global": {
"fabricVersion": "2.5.10",
"tls": false,
Expand Down
2 changes: 1 addition & 1 deletion chain-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@oclif/plugin-help": "^3",
"axios": "^1.6.0",
"dotenv": "16.3.1",
"fablo": "2.0.0",
"fablo": "2.1.1",
"nanoid": "^3.3.6",
"tslib": "^2.6.2"
},
Expand Down
25 changes: 17 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading