Dan Finlay
22ba0b0c2d
Resubmit approved transactions on new block ( #5752 )
...
* Add beginning of test
* Resubmit approved transactions on new block
May fix #4343 and related issues, where an error could leave
transactions stranded in the approved state.
* Remove unused test
* Re-approve transactions when retrying approved
* Add retry approved test
* Include approved in pending tx count
* Fix getPendingTxs()
* Linted
* Only throw hash error in submitted state
* Only check submitted txs for block inclusion
* Fix test expectations
6 years ago
kumavis
31e5cad1e3
tx-gas-util - set error message when invalidating tx based on tx data but no contract code
6 years ago
Alexander Tseung
c821a8354c
Add txReceipt data to transaction details ( #5513 )
6 years ago
Whymarrh Whitby
af43b7d6c9
Ensure that new transactions added are using the selected address
6 years ago
Whymarrh Whitby
428a7cacdf
Revert "transactions - add txReceipt to the txMeta body for confirmed txs ( #5375 )"
...
This reverts commit ff67293a8e
.
6 years ago
Frankie
ff67293a8e
transactions - add txReceipt to the txMeta body for confirmed txs ( #5375 )
6 years ago
kumavis
600f755dbf
tx-gas-utils - improve format + comments
6 years ago
Howard Braham
4cc0b1ef01
ganache-core merged my PR, so I changed some comments to clarify that ganache-core v2.2.1 and below will return the non-standard '0x0'
6 years ago
Howard Braham
222e62d7f1
Bug Fix : #1789 and #4525 eth.getCode() with no contract
6 years ago
Dan Finlay
507397f6c3
Fix updating of pending transactions
...
Transaction statuses were not being properly updated when:
- MetaMask was unlocked
- The network was changed
This PR fixes both of those. Fixes #5174
6 years ago
Alexander Tseung
5a6c333506
Switch existing modals from using Notification to Modal. Remove Notification component. Add CancelTransaction modal
6 years ago
Alexander Tseung
43de189d06
Add createCancelTransaction method
6 years ago
Whymarrh Whitby
7c3b69e1e4
Attach the RPC error value to txMeta
6 years ago
brunobar79
992e7f1b5a
fix merge conflicts
6 years ago
brunobar79
b77cc3d969
fix tx tests
6 years ago
brunobar79
068bf43615
working
6 years ago
Jenny Pollack
00bae74475
tx-gas-utils - catch all errors from gas estimation
6 years ago
Csaba Solya
a3822b4680
add notifications
6 years ago
Csaba Solya
6921f94bfe
initial test
6 years ago
Alexander Tseung
a2d9c43fba
Various fixes from PR comments
6 years ago
Alexander Tseung
9cde5ab11b
Use eth-method-registry to get method data
6 years ago
Alexander Tseung
7732cd4100
Display newest transaction
6 years ago
Alexander Tseung
ea9d51e427
Refactor and redesign confirm transaction views
6 years ago
brunobar79
a8f745f9fe
eslint --fix .
6 years ago
frankiebee
9b92ba4c47
trandsactions - remove rejected transactions from history
7 years ago
tmashuang
dd18684a5d
Remove unsued nonce tracker function
7 years ago
kumavis
33cb0a8cb2
lint - fix recipient-blacklist.js
7 years ago
kumavis
83c02f90cf
blacklist - recipient blacklist as js for inline comments
7 years ago
kumavis
753743e746
Update recipient-blacklist-config.json
7 years ago
Dan Finlay
a42299aab7
Add apparent phishing address to block list
...
In [this reddit post](https://www.reddit.com/r/Metamask/comments/8r3nsu/help_me_please_somebody_stole_my_ethers/ ) a user suggests they got some ether stolen after visiting IDEX. Their ether was sent to [this address](https://etherscan.io/address/0x9bcb0a9d99d815bb87ee3191b1399b1bcc46dc77 ), which is full of comments of people telling similar stories of being phished on IDEX. I think we can safely block this, and probably safe some people some money.
7 years ago
kumavis
604289c96c
controllers - transaction - prefer log over console
7 years ago
kumavis
177cc3f280
metamask - ensure all nonce locks are released
7 years ago
kumavis
8f93e34175
nonce-tracker - wrap nonce calculations in try-catch and release lock on error
7 years ago
kumavis
c86f935889
nonce-tracker - wrap nonce calculations in try-catch and release lock on error
7 years ago
Csaba Solya
1dda0c6469
remove generating blocked accounts and use a config file instead
7 years ago
Csaba Solya
3e489ea165
fix documentation
7 years ago
Csaba Solya
cf73581c0e
adding tests for recipient blacklist checker
7 years ago
Csaba Solya
6affd8f949
adding transaction controller tests
7 years ago
Csaba Solya
afb5788861
initial implementation
7 years ago
kumavis
58de5671cc
controllers - transactions - fix tx status update on boot
7 years ago
kumavis
16d0db15e0
controllers - transactions - fix tx confirmation
7 years ago
kumavis
1b3fedd10d
controllers - transaction - pending-tx-tracker - lint fix
7 years ago
kumavis
5be154ea20
controllers - transactions - merge @frankiebee's work with mine
7 years ago
Anton
71a6e97327
cleanErrorStack moved to separate library module
...
more errors traces cleaned up
7 years ago
Anton
1d23a5c81b
error message fix
7 years ago
Anton
62dc6e20eb
Clean up user rejection error message
7 years ago
kumavis
9f8d5f0547
controllers - transactions - pending-tx-tracker - _getBlock - poll until block is truthy
7 years ago
kumavis
61ef4f1f29
tx-gas-utils - query for block without tx bodies
7 years ago
frankiebee
c4b09da34e
transactions - update pending-tx-tracker to use the new block tracker
7 years ago
frankiebee
10aecf4922
remove dependance on the even tx:confirmed
7 years ago