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 |
Frankie
|
e8b2e11c56
|
Reveal get filtered tx list (#4332)
* add getFilteredTxList from txController to getApi
* transactions - remove dead code (isNonceTaken)
|
7 years ago |
kumavis
|
088d7930e0
|
network - create provider and block-tracker via json-rpc-engine
|
7 years ago |
kumavis
|
8e1cad5ff6
|
tx-state-history-helper - use more readable Date.now method
|
7 years ago |
Dan
|
6bc8cc819a
|
Merge branch 'develop' into i3725-refactor-send-component-
|
7 years ago |
Csaba Solya
|
2081768fc5
|
fix lint issues
|
7 years ago |
Csaba Solya
|
3642810584
|
remove unnecessary lib
|
7 years ago |
Csaba Solya
|
349fb9e0bc
|
revert unnecessary change in state manager
|
7 years ago |
Csaba Solya
|
9026651224
|
add time stamps to transaction history log entries
|
7 years ago |
bitpshr
|
6351b7bb88
|
Fix documentation typo
|
7 years ago |
frankiebee
|
a45cb75435
|
transactions - add a nonce check utility for ui use
|
7 years ago |
frankiebee
|
62bf76db53
|
fix - getTxsByMetaData check if the key is in the object not if the value is truthy
|
7 years ago |
frankiebee
|
98ae853b6c
|
require log
|
7 years ago |
frankiebee
|
706647785c
|
log emitter errors
|
7 years ago |
frankiebee
|
7eb735651b
|
transactions - run event emitters outside context of _setTxStatus
|
7 years ago |
frankiebee
|
8ffce8b59d
|
transactions - more docs and clean ups
|
7 years ago |
Dan Finlay
|
621e9334bc
|
Cleaned up some typos and JSDocs in Transactions
Nonce tracker is not fully documented yet.
Have not yet touched:
- tx-state-manager
- tx-state-history-helper
- util
- tx-gas-utils
- pending-tx-tracker
|
7 years ago |
frankiebee
|
e862a5091e
|
transactions - fix refernces
|
7 years ago |
frankiebee
|
eeb9390de8
|
meta - transactions - docs yo!
|
7 years ago |
frankiebee
|
943eea043c
|
fix up - more docs
|
7 years ago |
frankiebee
|
88f4212363
|
meta - transactions - code clean up and jsDoc
|
7 years ago |
frankiebee
|
3aaa28531e
|
transactions - code cleanup
|
7 years ago |
frankiebee
|
5494aa4f9c
|
transactions - lint fixes
|
7 years ago |
frankiebee
|
2d7c3c2b00
|
meta - transactions - create a transactions dir in controller and move relevant files into it
|
7 years ago |