aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/exchange_transfer_simulator.ts
Commit message (Expand)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-88/+0
* Remove blockStore and default to numConfirmations === 0Leonid Logvinov2017-11-131-4/+1
* Store number of confirmations in a blockStoreLeonid Logvinov2017-11-131-2/+2
* Create fake blockStore for exchange transfer simulatorLeonid Logvinov2017-11-131-1/+4
* Make store configurable by blockParamLeonid Logvinov2017-11-131-2/+2
* Make a store an instance variable of exchange transfer simulator and stop inh...Leonid Logvinov2017-11-131-10/+17
* Refactor out BalanceAndProxyAllowanceLazyStoreLeonid Logvinov2017-11-131-53/+2
* Upgrade bignumber to the version with native typings and remove typingsLeonid Logvinov2017-10-261-10/+11
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-1/+1
* Include only used lodash functionsLeonid Logvinov2017-10-181-1/+1
* Throw allowance errors firstLeonid Logvinov2017-10-101-3/+3
* Remove unused checkLeonid Logvinov2017-10-101-3/+1
* Fix the commentLeonid Logvinov2017-10-101-3/+3
* Fix the commentLeonid Logvinov2017-10-101-1/+1
* Remove redundant constructorLeonid Logvinov2017-10-101-3/+0
* Assign to a variable before assigningLeonid Logvinov2017-10-101-2/+4
* Change string enum valueLeonid Logvinov2017-10-101-1/+1
* Fix the commentLeonid Logvinov2017-10-091-2/+0
* Implement transfer Emulator and rewrite testsLeonid Logvinov2017-10-091-0/+136