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
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!
The text was updated successfully, but these errors were encountered:
I'm a bit uncertain about the meaning of flashbots_getBundleStats results.
For any bundle I send, I get
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!
The text was updated successfully, but these errors were encountered: