Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: emit an event indicating that in-flight exit has finalized #647

Merged
merged 4 commits into from
Jan 27, 2021

Conversation

pgebal
Copy link
Contributor

@pgebal pgebal commented Jun 22, 2020

Closes #646

@@ -123,6 +127,8 @@ library PaymentProcessInFlightExit {
if (!success) {
emit InFlightBondReturnFailed(exit.bondOwner, exit.bondSize);
}

emit InFlightExitFinalized(exitId);
Copy link
Contributor

Choose a reason for hiding this comment

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

whoa! how was this one missed. cool we finally cought it

Copy link
Contributor

Choose a reason for hiding this comment

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

Can we swap L141 and L142 🙈 if we add another commit

@pgebal pgebal force-pushed the pgebal/emit_ife_finalized_to_v2.0.0 branch from ed74974 to 8833d03 Compare June 23, 2020 12:20
@pgebal pgebal force-pushed the pgebal/emit_ife_finalized_to_v2.0.0 branch from 8833d03 to 9e88dd9 Compare June 25, 2020 09:20
@InoMurko
Copy link
Contributor

@kevsul @souradeep-das should we do this too?

@kevsul kevsul marked this pull request as ready for review January 26, 2021 11:15
Copy link
Contributor

@souradeep-das souradeep-das left a comment

Choose a reason for hiding this comment

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

Let's also generate solidoc before merge if we can?
and
#647 (comment)

@kevsul kevsul merged commit 68e380d into v2.0.0 Jan 27, 2021
@kevsul kevsul deleted the pgebal/emit_ife_finalized_to_v2.0.0 branch January 27, 2021 11:08
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.

Emit IFE finalized event in V2.0
4 participants