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

Broadcast transaction #62

Closed
joelreymont opened this issue Sep 6, 2017 · 3 comments
Closed

Broadcast transaction #62

joelreymont opened this issue Sep 6, 2017 · 3 comments
Assignees

Comments

@joelreymont
Copy link
Contributor

joelreymont commented Sep 6, 2017

  • Check that the nonce of the transaction is the account nonce + 1.
  • Sign the transaction and include the public key. Avoid the transaction malleability problem.
  • Do not check the sender's account balance as it will be done when creating the block proposal.
@lucafavatella
Copy link
Contributor

This ticket is meant to implement broadcast of transactions among peers, including reception of transactions.

Cc @uwiger @wagerlabs @sennui

@joelreymont
Copy link
Contributor Author

joelreymont commented Sep 28, 2017

@lucafavatella This ticket is about sending transactions out, not about receiving them. Please see description!

@joelreymont joelreymont mentioned this issue Sep 28, 2017
7 tasks
@sennui sennui modified the milestones: Sprint 3: Good peers, Sprint 4: Friendly faces Oct 4, 2017
@joelreymont joelreymont changed the title Broadcast transactions Broadcast transaction Oct 16, 2017
@joelreymont joelreymont removed this from the Sprint 4: Big Spenders milestone Nov 1, 2017
@joelreymont
Copy link
Contributor Author

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

4 participants