You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Smart contracts are only deployed on besu node with the address that are added to the RLP encoded string in extraData in genesis.json, i.e., the validator nodes. smartcontract deployments are failing on member nodes in besu.
To Reproduce
Steps to reproduce the behavior:
Edit the besu network.yaml
Edit the crypto generation of IBFT consensus
Modify the role Get node data from main.yaml role of blockchain-automation-framework/platforms/hyperledger-besu/configuration/roles/create/crypto/ibft
Try to deploy the smart contract over one of the member node.
` Expected behavior
SmartContract should be deployed over the member node.
The text was updated successfully, but these errors were encountered:
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
`
Expected behavior
SmartContract should be deployed over the member node.
The text was updated successfully, but these errors were encountered: