forked from hyperledger-indy/indy-besu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
25 lines (20 loc) · 750 Bytes
/
Copy path.env
File metadata and controls
25 lines (20 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file defines environment variables defaults for Docker-compose
# but we also use it for shell scripts as a sourced file
BESU_VERSION=24.9.1
QUORUM_VERSION=24.4.1
WEB3SIGNER_VERSION=25.3.0
#WEB3SIGNER_VERSION=24.6.0
#BESU_VERSION=23.7.3
#QUORUM_VERSION=23.4.0
ETHSIGNER_VERSION=22.1.3
LOCK_FILE=.localnet.lock
# GoQuorum consensus algorithm
# istanbul, qbft, raft
# !!! lower case ONLY here
GOQUORUM_CONS_ALGO=qbft
# Besu consensus algorithm
# IBFT, QBFT, CLIQUE
# PLEASE NOTE: IBFT used here refers to IBFT2.0 and not IBFT1.0 More information can be found https://besu.hyperledger.org/en/latest/HowTo/Configure/Consensus-Protocols/IBFT/
# We use IBFT here to keep the API names consistent
# !!! upper case ONLY here
BESU_CONS_ALGO=CLIQUE