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
eda68189b9
Merge branch 'master' of github.com:ConsenSys/ansible-role-besu
2 years ago
Joshua Fernandes
00e92c36ca
Merge pull request #39 from ConsenSys/jwt-patch
...
adding in jwt params
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
7f2a9c26b8
Merge pull request #36 from ConsenSys/storage-format-and-engine-api
...
Allow data-storage-format, engine-jwt-disabled, engine-jwt-secret and engine-rpc-port to be configured
3 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
0fdd3bc3be
Merge pull request #33 from ConsenSys/required-blocks
...
adding in required blocks param
3 years ago
Joshua Fernandes
da4ef40dd4
adding in required blocks param
3 years ago
Joshua Fernandes
5ffc1615f4
Merge pull request #32 from ConsenSys/typo-
...
fix typo _ -> -
3 years ago
Joshua Fernandes
3ff1d223ce
fix typo _ -> -
3 years ago
Joshua Fernandes
55e3293486
Merge pull request #31 from ConsenSys/typo
...
fix typo
3 years ago
Joshua Fernandes
ff5b0bad88
fix typo
3 years ago
Joshua Fernandes
13b0d7db75
Merge pull request #30 from ConsenSys/static-nodes
...
adding support for static nodes
3 years ago
Joshua Fernandes
90ee6a1a20
adding support for static nodes
3 years ago
matkt
eeceb23c17
Add target gas limit
4 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
3d859c55f7
update name
4 years ago
Joshua Fernandes
c586229867
Merge pull request #28 from joshuafernandes/new-cs-namespace
...
new consensys namespace
4 years ago
Joshua Fernandes
0ea697c226
new consensys namespace
4 years ago
Danno Ferrin
2d301c59c5
Merge pull request #27 from shemnon/artifactory-hl
...
migrate off of bintray
4 years ago
Danno Ferrin
16869aec7c
migrate off of bintray
...
Move the Besu pointers to artifactory.jfrog.io
Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
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
Joshua Fernandes
57c51619c7
Merge pull request #25 from shemnon/classic
...
Add networks
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
ba5538d91c
Merge pull request #24 from joshuafernandes/remove-quotes
...
remove quotes in systemd
5 years ago
Joshua Fernandes
bac1f10ed2
remove quotes in systemd
5 years ago
Joshua Fernandes
a3594d9f9e
Merge pull request #23 from joshuafernandes/lint-fixes
...
fixes for linting
5 years ago
Joshua Fernandes
7753801359
fixes for linting
5 years ago
Joshua Fernandes
bedbe1bf21
Merge pull request #22 from joshuafernandes/rpc-ws-api
...
adding in rpc-ws-api params
5 years ago
Joshua Fernandes
d53ce3b457
adding in rpc-ws-api params
5 years ago
Joshua Fernandes
5ac4fae576
Merge pull request #21 from joshuafernandes/lists
...
strings to lists, privacy updates
5 years ago
Joshua Fernandes
49b5836c46
adding check for privacy key file when privacy is on
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
b959397c09
Merge pull request #20 from joshuafernandes/strings_only
...
reverting cmdline_args as quotes, env_opts strings
5 years ago
Joshua Fernandes
981f47454a
reverting cmdline_args as quotes, env_opts strings
5 years ago
Joshua Fernandes
1de1d73ca3
Merge pull request #18 from EdJoJob/opts
...
Final Final fixes...
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
d53f7d1e17
Have defaults match README
...
Signed-off-by: Edward Evans <edward.evans@consensys.net>
5 years ago
Edward
0577cd14d7
Merge pull request #17 from EdJoJob/opts
...
More configuration format fixes
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