Sally MacFarlane
Sally MacFarlane
Thanks for reporting this @pagefault0 - added to our upcoming RPC sprint
> Need some hand holding to fix the acceptance test https://github.com/hyperledger/besu/blob/main/acceptance-tests/tests/src/test/java/org/hyperledger/besu/tests/acceptance/bootstrap/StaticNodesAcceptanceTest.java#L38 . I see there is a separate `ProcessBesuNodeRunner()` setup but not sure how/where the static nodes are being processed...
@vdamle the change that breaks the AT isn't required - so then you just need to verify that the additional call to checkMaintainedPeers is actually helpful (run up the code...
closing this one - I couldn't push to your branch so I made a new PR fixing the changelog so we could get it in the RC #4543
Does your node recover from this issue @tiagocmachado ?
One IBFT validator produces node permissioning errors when other validators with same config work OK
Could it be that one of the nodes does not have the same [--permissions-nodes-contract-version](https://besu.hyperledger.org/en/stable/private-networks/reference/cli/options/#permissions-nodes-contract-version)
snakeyaml 1.32 still has snakeyaml-1.32.jar (pkg:maven/org.yaml/[email protected], cpe:2.3:a:snakeyaml_project:snakeyaml:1.32:*:*:*:*:*:*:*, cpe:2.3:a:yaml_project:yaml:1.32:*:*:*:*:*:*:*) : CVE-2022-38752 as per https://github.com/ConsenSys/tessera/pull/1484#issuecomment-1238897912
several errors can be explained by besu not implementing methods: * debug_getRawBlock * debug_getRawHeader * debug_getRawReceipts * debug_getRawTransaction These are also not implemented by nimbus/nethermind/erigon - only geth
Also method not found for eth_createAccessList which already has an issue #3400
https://github.com/hyperledger/besu/issues/4503 Another difference is besu includes publicKey and raw fields in the "transactions" response for eth_getBlockByNumber/Hash