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

combine partials transactions #34

Open
proletesseract opened this issue Jun 5, 2017 · 1 comment
Open

combine partials transactions #34

proletesseract opened this issue Jun 5, 2017 · 1 comment
Assignees

Comments

@proletesseract
Copy link
Member

proletesseract commented Jun 5, 2017

The wallet is going to break the transaction into multiple parts. In the incoming server we will join these back together and then perform the flattening function to help obscure input and output amount inferrence.


Elegantt data. What's this?

@proletesseract proletesseract self-assigned this Jun 5, 2017
@proletesseract
Copy link
Member Author

  • Filter unspent, grouping by unique identifier
  • Confirm we have all the parts before adding it to the currentBatch
  • If parts are missing and its older than x blocks, reject the transactions to sender
  • Keep track of the partials we are combining so we can reject later if some issue sending
  • Update flatten, prepare and process scripts to handle new format.

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

No branches or pull requests

1 participant