Closed lakshyakumar closed 4 years ago
able to deploy the sample smartcontract on besu network without tls after adding the missing flags to the chart.
While trying to deploy the contract on besu network with orion tls on getting the error.
The code is able to connect to the JSON-RPC port of the node and create the eth_account using the web3.js library.
The communication with enclave can be setup once the besu nodes are also communicating and setup using the tls. So the next story can be setting up tls for besu. https://besu.hyperledger.org/en/stable/Concepts/TLS/
Describe the bug Beus binary is invoked without the
--privacy
flags, in the Besunode_orion
chart. The flags--privacy-enabled=true
--privacy-url=<json-rpc url>
--privacy-public-key-file=<orion nodekey.pub file path>
should be added to the command. The network should be tested after adding the privacy flags. The chart should be checked for additional missing flags if exists.Additional context https://github.com/PegaSysEng/besu-kubernetes/blob/master/helm/ibft2-with-privacy/besu/templates/node2privacy-statefulset.yaml