1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/unit/app/controllers
Frankie 514be408f8
I#6704 eth_getTransactionByHash will now check metamask's local history 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
2019-10-30 12:15:54 -10:00
..
network I#6704 eth_getTransactionByHash will now check metamask's local history for pending transactions (#7327) 2019-10-30 12:15:54 -10:00
transactions I#3669 ignore known transactions on first broadcast and continue with normal flow (#7328) 2019-10-30 11:40:33 -10:00
balance-controller.spec.js
cached-balances-test.js
detect-tokens-test.js
incoming-transactions-test.js
infura-controller-test.js
metamask-controller-test.js Add hostname and extensionId to site metadata (#7218) 2019-10-29 13:14:41 -03:00
preferences-controller-test.js
provider-approval-test.js Add hostname and extensionId to site metadata (#7218) 2019-10-29 13:14:41 -03:00
token-rates-controller.js