Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Propagate transaction queue #894

Merged
merged 1 commit into from
Apr 7, 2016
Merged

Propagate transaction queue #894

merged 1 commit into from
Apr 7, 2016

Conversation

arkpar
Copy link
Collaborator

@arkpar arkpar commented Apr 6, 2016

Fixes #876

@arkpar arkpar added the A0-pleasereview 🤓 Pull request needs code review. label Apr 6, 2016
@tomusdrw tomusdrw added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Apr 6, 2016
@@ -228,6 +228,11 @@ impl MinerService for Miner {
queue.find(hash)
}

fn pending_transactions(&self) -> Vec<SignedTransaction> {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think I would just call it top_transactions/waiting_transactions to avoid confusion with block-pending transactions (but maybe it's just my wrong understanding of this wording).

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

"Pending transaction" is a common name for transactions on the network. e.g. http://etherscan.io/txsPending

@arkpar arkpar merged commit 46a25b3 into master Apr 7, 2016
@gavofyork gavofyork deleted the send-transactions branch April 28, 2016 15:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants