Erick Pacheco Pedraza

Results 22 issues of Erick Pacheco Pedraza

Propose to add a **generic** Postquantum signature verification algorithm based on Falcon-512.

c-new
t-core
w-stale
e-review
s-draft
e-consensus

Solved the problems related with te problems: "cannot find module 'express/node_modules/connect' " and "Cannot find module './node_modules/coffee-script' "

When assigning a new IP to an Orion node (let's say Node A), which has already established connections with other orion nodes (Node B, Node C) with mutual authentication, then...

As part of improving the security of the installer it could be better if before installing the downloaded orion/besu compressed files a verification of a simple sha256sum is performed in...

enhancement

In order to increase the automation and be aligned to the suggested Consensys-Qorum recommendations a switch to Java openjdk is suggested. This change will avoid manual download of java oracle...

enhancement

It would be useful if a user had a way to generate new certificates o renew old ones when those are expired. As a workaround, the following steps can be...

enhancement

Current context: Currently configuration files, database and logs are located on the same directory. According to standard practices, variable data should be put separately (link) For example blockchain database can...

enhancement

During installation process ansible throws an error stating that it is not possible to create public/private keys for orion. This happens because java needs to load some executable files to...

When nodes are behind http proxy it is necessary to add previous steps to deal with that issue: Configuring environment variables: ``` export HTTPS_PROXY="http://YOUR_PROXY_HOST:YOUR_PROXY_PORT" export HTTP_PROXY="http://YOUR_PROXY_HOST:YOUR_PROXY_PORT" export http_proxy="http://YOUR_PROXY_HOST:YOUR_PROXY_PORT" export https_proxy="http://YOUR_PROXY_HOST:YOUR_PROXY_PORT"...

An issue in Hyperleger Besu on Jira has been reported: here