Sally MacFarlane
Sally MacFarlane
the AT flakiness seems to have resolved itself... fishy. but I cannot make it happen again - original PR which shows failure https://github.com/hyperledger/besu/pull/6619 - second PR which shows when it...
@pinges could you give feedback on this approach?
@daanporon develop builds (updated every push to main) are here https://github.com/hyperledger/besu/releases/tag/develop - can you work with that?
Including a regular fullsync of nodes during the testing cycle would be good. Some nasty bugs e.g. self destruct Bonsai bug were caught by doing fullsync testing on testnets.
https://github.com/ethereum/go-ethereum/blob/0a2f33946b95989e8ce36e72a88138adceab6a23/cmd/devp2p/internal/ethtest/snap.go#L596
There is call and estimateGas function on both the Block object and the Pending object. I think I'd use pending as it's clearer. https://github.com/shemnon/besu/blob/2360908cf5cdaee270bc06eeaf43442687df352f/ethereum/api/src/main/resources/schema.graphqls#L177 and https://github.com/shemnon/besu/blob/2360908cf5cdaee270bc06eeaf43442687df352f/ethereum/api/src/main/resources/schema.graphqls#L254 is the structure for...
so if I don't specify --plugins it will have the previous behavior?
also how do users know the "names" of the plugins to specify on the command line?
@Gabriel-Trintinalia I see you have made more changes and the tests are passing now 💪 - can you explain about the execution strategy? How does it work and do we...
I want to run the ATs a few more times on this PR to make sure it's not still causing any flakiness - hence still draft.