Erick Pacheco Pedraza

Results 10 comments of Erick Pacheco Pedraza

> It looks like the implementation of Falcon is MIT licensed: https://github.com/PQClean/PQClean/blob/master/crypto_sign/falcon-512/clean/LICENSE > > You could copy that directory into `../assets/eip-7619/` and link to it from your proposal. Thank you...

Seems it is ready to be added to master. Is anything more needed to get it merged?.

The problem seems to be related with onchain permissioning. Apparently, using bootnodes to help establish communication between validators is possible only if the bootnodes are validators, otherwise if for some...

Issue has been opened here : https://jira.hyperledger.org/browse/BESU-181

Problem was partially solved by migrating bootnode keys to new virtual machines(with the same ip). The problem is still persisiting in one bootnode VM.

Follow the thread discussion with Hyperledger besu here

There are many logs that are apparently related to this issue on the following path: "/" ; those logs indicates that the is an insufficient memory RAM.

I suggest the following: At the conceptual level: * Each instance that wishes to make private transactions may do so as long as it additionally installs an orion node in...

According to documentation the default peers connection for each node is 25. If we want to set the maximum peers to a custom value then we can use ```--max-peers ```

#7 makes an update from pantheon to besu but it is still necessary to replace word "pantheon" anywhere by "besu" and resolve all implications.