Skip to content

Commit

Permalink
transactions/deps - use broken out nonce-tracker module (#6555)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiebee authored May 21, 2019
1 parent e0c1137 commit 2b5c7b8
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 407 deletions.
2 changes: 1 addition & 1 deletion app/scripts/controllers/transactions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const {
const TransactionStateManager = require('./tx-state-manager')
const TxGasUtil = require('./tx-gas-utils')
const PendingTransactionTracker = require('./pending-tx-tracker')
const NonceTracker = require('./nonce-tracker')
const NonceTracker = require('nonce-tracker')
const txUtils = require('./lib/util')
const cleanErrorStack = require('../../lib/cleanErrorStack')
const log = require('loglevel')
Expand Down
161 changes: 0 additions & 161 deletions app/scripts/controllers/transactions/nonce-tracker.js

This file was deleted.

79 changes: 72 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
"mkdirp": "^0.5.1",
"multihashes": "^0.4.12",
"multiplex": "^6.7.0",
"nonce-tracker": "^1.0.0",
"number-to-bn": "^1.7.0",
"obj-multiplex": "^1.0.0",
"obs-store": "^3.0.2",
Expand Down
Loading

0 comments on commit 2b5c7b8

Please sign in to comment.