Skip to content

Comments

[Flake fix] Wait for bptxm to mark tx as confirmed#5687

Merged
makramkd merged 4 commits intodevelopfrom
bug/sc-24418
Dec 15, 2021
Merged

[Flake fix] Wait for bptxm to mark tx as confirmed#5687
makramkd merged 4 commits intodevelopfrom
bug/sc-24418

Conversation

@makramkd
Copy link
Contributor

Wait for bptxm to mark tx as confirmed prior to checking for the emitted event.

Wait for bptxm to mark tx as confirmed prior to checking for the emitted
event.
@github-actions
Copy link
Contributor

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

@makramkd makramkd marked this pull request as ready for review December 14, 2021 21:05
@makramkd makramkd requested a review from samsondav December 14, 2021 21:05
for _, tx := range txs {
if tx.Meta != nil {
meta := &bulletprooftxmanager.EthTxMeta{}
json.Unmarshal(*tx.Meta, &meta)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

require.NoError?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woops, missed that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed!

@makramkd makramkd merged commit 068dba8 into develop Dec 15, 2021
@makramkd makramkd deleted the bug/sc-24418 branch December 15, 2021 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants