lacchain / besu-pro-testnet

Blockchain Pro Test-Net, running on Hyperledger Besu
Apache License 2.0
51 stars 50 forks source link

Private Transactions "not found" after incoming external private marker transaction caused errors in Besu Node #164

Closed eum602 closed 2 years ago

eum602 commented 3 years ago

environment

VMs: On Google Cloud

Scenario:

ccamaleon5 commented 2 years ago

It is recommended not to modify the communication configuration between Besu and Orion that comes by default when deploying the services. This is because Orion node was disconnected and the communication between Besu and Orion could not be established because the privacy flags were disabled in Besu.

The synchronization of the Besu blocks did not occur because the private transaction was waiting to find the Orion service, which, as the processing time of the private transaction exceeded, no more blocks could be synchronized.

The recommendation is to migrate to Tessera, since the Orion service is deprecated.

We have deployment scripts for Tessera in https://github.com/lacchain/besu-pro-testnet/blob/master/DEPLOY_NODE.md#besu--oriontessera-installation