Skip to content

Reduce MultiCommit into Commit #242

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

Merged
merged 17 commits into from
Oct 26, 2019
Merged

Reduce MultiCommit into Commit #242

merged 17 commits into from
Oct 26, 2019

Conversation

realcr
Copy link
Member

@realcr realcr commented Oct 26, 2019

Changing Commit out-of-band message to be of constant size (Previously the size depended on the amount of the transactions used for the payment). Tracking of payment sum is moved into the Funder's logic.

In the previous implementation we used a MultiCommit, which contained a set of Commits.
The new implementation adds the is_complete field to the Response message. This allows to create a trustworthy Commit message from only one Response (and hence, from only one signature).

@realcr realcr merged commit b607abf into master Oct 26, 2019
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.

1 participant