Erick Pacheco Pedraza
Erick Pacheco Pedraza
The problem comes in the following scenario: I have an ibft2 network which is under onchain permissioning. At the beggining all works well but if for some reason the network...
As part of good practice it is recommended to create a user and run the node within that.
It would be very useful to have monitoring tools to track performance in orion and besu nodes. Actually Besu gives useful configuration to do that with Prometheus and Grafana: https://besu.hyperledger.org/en/stable/Tutorials/Quickstarts/Private-Network-Quickstart/#monitoring-nodes-with-prometheus-and-grafana
In order to avoid issues related to storage capacity, it would be useful to automate the depuration of logs in Besu and Orion Transaction Manager
Orion bootnodes are not working properly. Scenario 1: Orion Node "A" points to Orion Node "a" as bootnode. Orion Node "B" points to Orion Node "a" as bootnode. If orion...
It would be a good practice to make some test after an deployment/update is made on an existing node. Test could include the capability to check if the node is...
It would be useful to have scripts which allows users to migrate a besu node to a new VM. Basically to perform this it is necessary to save the private...
Due to Pantheon is now known as Besu, it it would be better if whole ansible deployment scripts refer to "besu" instead of "pantheon"
Currently: - Besu service appends logs indefinitely to `lacchain/logs/` folder - Orion service writes logs to stdout, which goes to `/var/log/syslog` by default For both services: - logs should be...