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

I#6704 eth_getTransactionByHash will now check metamask's local history for pending transactions #7327

Merged
merged 5 commits into from
Oct 30, 2019

Conversation

frankiebee
Copy link
Contributor

fixes #6704

@frankiebee
Copy link
Contributor Author

along with a new middleware this also adds tests for the already existing one for getTransactionCount with block reference pending 😅

@metamaskbot
Copy link
Collaborator

Builds ready [353d32e]

@frankiebee frankiebee changed the title I#6704 pending txs I#6704 eth_getTransactionByHash will now check metamask's local history for pending transactions Oct 30, 2019
tmashuang
tmashuang previously approved these changes Oct 30, 2019
@metamaskbot
Copy link
Collaborator

Builds ready [bc5f76d]

@frankiebee frankiebee merged commit 514be40 into develop Oct 30, 2019
@frankiebee frankiebee deleted the i#6704-pending-txs branch October 30, 2019 22:15
tmashuang pushed a commit that referenced this pull request Nov 4, 2019
…ry for pending transactions (#7327)

* tests - create tests for pending middlewares

* transactions - add r,s,v values to the txMeta to match the JSON rpc response

* network - add new middleware for eth_getTransactionByHash that the checks pending tx's for a response value

* transactions/pending - use getTransactionReceipt for checking if tx is in a block

* meta - file rename
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.

getTransaction should return pending transactions
4 participants