forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
I'm a bit uncertain about the meaning of flashbots_getBundleStats results.
For any bundle I send, I get
- isSimulated = true
- SimulatedAt, SubmittedAt with reasonable values
- SentToMinersAt, ReceivedAt without a value
- ConsideredByBuildersAt, SealedByBuildersAt with equal lengths, normally larger than zero
However IsSentToMiners is always set to false and so far all my transactions have not been included in a block even with rather large gas fees (they work fine in callBundle and when sending outside of a bundle). As I'm trying to debug this, I'm wondering whether IsSentToMiners and SentToMinersAt still have any meaning in PoS or whether I can ignore them.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels