Closed lakshyakumar closed 4 years ago
Chat link for the possible causes and direction. https://chat.hyperledger.org/channel/besu-contributors?msg=jzYcYWNrz8BJvxgBk https://chat.hyperledger.org/channel/besu?msg=vnbtBZBBZrGMDTDWE
Fixed with PR #1048 It seems like that the minimum gasprice was the issue. As we are not using gas for contract deployment it can be set to 0 so we don't need to give member nodes wei to deploy contracts.
Describe the bug Smart contracts are only deployed on besu node with the address that are added to the RLP encoded string in
extraData
ingenesis.json
, i.e., the validator nodes. smartcontract deployments are failing on member nodes in besu.To Reproduce Steps to reproduce the behavior:
Get node data
frommain.yaml
role ofblockchain-automation-framework/platforms/hyperledger-besu/configuration/roles/create/crypto/ibft