Joshua Fernandes
9f376b12ce
extra param for fleet mode
12 months ago
Joshua Fernandes
16fbd02a49
adding in fleet mode
12 months ago
Fabio Di Fabio
9a7864f1bc
Add option to select the txpool implementation
1 year ago
Fabio Di Fabio
1bf38d85bb
Do not stop Besu prior the update, this avoid some minutes of downtim during upgrades ( #45 )
2 years ago
Fabio Di Fabio
16a6864c21
Remove deprecated `besu_tx_pool_future_max_by_account` option, use `besu_tx_pool_limit_by_account_percentage` instead ( #44 )
2 years ago
Joshua Fernandes
09fa1f8308
adding in tx-pool settings
2 years ago
Joshua Fernandes
03d6494a74
permissions files
2 years ago
Joshua Fernandes
bc99c0c8ec
permissions files
2 years ago
Joshua Fernandes
fe3ac263da
permissions files
2 years ago
Joshua Fernandes
40a843e732
Adding in rpc auth
2 years ago
Joshua Fernandes
2a4ae71277
updates to make the log file settings clearer
2 years ago
Fabio Di Fabio
23510efec9
Do not set logging=INFO by default to allow custom Log4j configuration to work ( #40 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2 years ago
Joshua Fernandes
9b1ef35c6d
fix typo
2 years ago
Joshua Fernandes
8c3409636b
adding in jwt params
2 years ago
Joshua Fernandes
21d119e8d1
updates for jwt
2 years ago
Fabio Di Fabio
f7a0ce08e3
Add the possibility to set environment variables when starting Besu ( #38 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2 years ago
Fabio Di Fabio
c951bfc43e
Allow to specify a value for the JWT secret ( #37 )
...
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
2 years ago
Simon Dudley
e44356746f
Allow data-storage-format, engine-jwt-disabled, engine-jwt-secret and engine-rpc-port to be configured
3 years ago
Adrian Sutton
083cdd1e82
Fix reference of undefined variable. ( #35 )
3 years ago
Adrian Sutton
3d59448619
Support new named networks correctly ( #34 )
...
Currently if the besu_network isn't one of the hard coded options, the value is ignored and a path to a custom genesis file is used. For the kiln network this results in the role failing because kiln is a built-in network and so besu_genesis_path is undefined. This switches the logic to use the specified network, regardless of its value unless besu_genesis_path is specified so that new named networks are automatically supported but users can still specify their own genesis file.
3 years ago
Joshua Fernandes
da4ef40dd4
adding in required blocks param
3 years ago
Joshua Fernandes
3ff1d223ce
fix typo _ -> -
3 years ago
Joshua Fernandes
90ee6a1a20
adding support for static nodes
3 years ago
Karim TAAM
f9076bf14d
add target gas limit
4 years ago
Joshua Fernandes
b2f0a6f67e
adding in dns support params
4 years ago
Joshua Fernandes
0ea697c226
new consensys namespace
4 years ago
Danno Ferrin
72043c4919
Decouple miner vanity string from enabling mining ( #26 )
...
Right now the miner vanity string is tied to miner enabled. For clique
and IBFT mining is auto-enabled when the nodeID matches the validators
so we need to be able to set vanity at any time.
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
4 years ago
Danno Ferrin
a8feac34bd
Add networks
...
Add support for Ethereum Classic, mordor, and kotti.
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
4 years ago
Joshua Fernandes
bac1f10ed2
remove quotes in systemd
5 years ago
Joshua Fernandes
7753801359
fixes for linting
5 years ago
Joshua Fernandes
d53ce3b457
adding in rpc-ws-api params
5 years ago
Joshua Fernandes
c46ce8e828
adding in besu_privacy_marker_tx_signing_key_file
5 years ago
Joshua Fernandes
25128b9436
strings to lists, privacy updates
5 years ago
Joshua Fernandes
981f47454a
reverting cmdline_args as quotes, env_opts strings
5 years ago
Edward Evans
36873ba516
Use better testing for if we have a variable with a setting
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Edward Evans
2bdaa111f9
Config file uses `-` not `_` for word separation, unlike the cli where I got this from in the first place
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Edward Evans
30a605ffd0
Allow string-set bootnodes to still work
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Edward Evans
b9d7d6f31b
Inlcude BESU_ENV_OPTS only when we have a valid setting
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Edward Evans
92e14a6e7b
Add formatting filter for BESU_ENV_OPTS
...
It allows for the `besu_env_opts` variable to be either a whitespace
separated string or a list
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Edward Evans
37ceab3780
Quote cmdline args for use in shell
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Edward Evans
80d7dbb6cd
Add option to configure max-peers
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Edward Evans
e1a3653c25
Handle the list of `besu_bootnodes` the same way we handle other lists
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Joshua Fernandes
63ab88672a
adding support for a custom log4j file
5 years ago
Joshua Fernandes
0b80cfe819
adding miner capability to the role
...
Signed-off-by: Joshua Fernandes <joshua.fernandes@consensys.net>
5 years ago
Edward Evans
b3b40b5bcb
Add min-gas-price configuration
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Edward Evans
b1bcce90e5
Add controls for permissioning (onchain and local)
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Brett Henderson
e1ca8aaa82
Use log directory parameter in logrotate ( #10 )
...
Signed-off-by: Brett Henderson <brett.henderson@consensys.net>
5 years ago
Brett Henderson
1e771ad128
Add privacy settings to config template ( #9 )
...
* Add privacy settings to config template
Signed-off-by: Brett Henderson <brett.henderson@consensys.net>
5 years ago
Edward Evans
30c23cbdd6
Add identity configuration as per hyperledger/besu#150
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Joshua Fernandes
519256923c
fix graphql var
5 years ago