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

Kevin/allow zero value outputs #754

Merged
merged 9 commits into from
Mar 19, 2021
Merged

Conversation

kevsul
Copy link
Contributor

@kevsul kevsul commented Mar 15, 2021

No description provided.

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.

looks good 👍
we could also re-generate the docs

@@ -42,7 +42,7 @@ bool private bootDone;
```js
event IFEBondUpdated(uint128 bondSize);
event PiggybackBondUpdated(uint128 bondSize, uint128 exitBountySize);
event InFlightExitStarted(address indexed initiator, bytes32 indexed txHash, bytes inFlightTx, uint256[] inputUtxosPos, bytes[] inFlightTxWitnesses bytes[] inputTxs);
event InFlightExitStarted(address indexed initiator, bytes32 indexed txHash);
Copy link
Contributor

Choose a reason for hiding this comment

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

why did this happen? didn't we actually add

bytes inFlightTx, uint256[] inputUtxosPos, bytes[] inFlightTxWitnesses bytes[] inputTxs

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just the generated docs coming up to date. The InFlightExitStarted event in PaymentStartInFlightExit.sol is correct

@kevsul kevsul requested a review from InoMurko March 19, 2021 09:34
@kevsul kevsul merged commit 5d29c43 into v2.0.0 Mar 19, 2021
@kevsul kevsul deleted the kevin/allow-zero-value-outputs branch March 19, 2021 12:55
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.

None yet

3 participants