Commit af7617d
Submodule bfx-reports-framework updated 53 files
- README.md+1-1
- test/5-recover-password.spec.js+413
- test/test-cases/api-sync-mode-sqlite-test-cases.js-18
- workers/loc.api/di/app.deps.js+12-3
- workers/loc.api/di/types.js+3
- workers/loc.api/errors/index.js+7
- workers/loc.api/service.report.framework.js+57-23
- workers/loc.api/service.report.js+17-19
- workers/loc.api/sync/authenticator/index.js+156-9
- workers/loc.api/sync/balance.history/index.js+6-3
- workers/loc.api/sync/currency.converter/index.js+6-3
- workers/loc.api/sync/dao/dao.sqlite.js+12-1
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v13.js+51
- workers/loc.api/sync/dao/helpers/get-insertable-array-objects-filter.js+4-6
- workers/loc.api/sync/dao/helpers/get-status-messages-filter.js+1-1
- workers/loc.api/sync/dao/helpers/get-table-creation-query.js+1-1
- workers/loc.api/sync/dao/helpers/get-trigger-creation-query.js+1-1
- workers/loc.api/sync/data.inserter/api.middleware/api.middleware.handler.after.js+7-6
- workers/loc.api/sync/data.inserter/api.middleware/helpers/add-props-to-res-if-exist.js+60
- workers/loc.api/sync/data.inserter/api.middleware/helpers/get-flags-from-ledger-description.js
- workers/loc.api/sync/data.inserter/api.middleware/helpers/index.js+13
- workers/loc.api/sync/data.inserter/api.middleware/index.js+1-1
- workers/loc.api/sync/data.inserter/const.js+13
- workers/loc.api/sync/data.inserter/data.checker/helpers/compare-elems-db-and-api.js+14
- workers/loc.api/sync/data.inserter/data.checker/helpers/filter-method-coll-map.js+25
- workers/loc.api/sync/data.inserter/data.checker/helpers/index.js+19
- workers/loc.api/sync/data.inserter/data.checker/helpers/invert-sort.js+11
- workers/loc.api/sync/data.inserter/data.checker/helpers/push-configurable-data-start-conf.js+73
- workers/loc.api/sync/data.inserter/data.checker/index.js+652
- workers/loc.api/sync/data.inserter/helpers/filter-method-coll-map-by-list.js+3-1
- workers/loc.api/sync/data.inserter/helpers/get-method-arg-map.js+43
- workers/loc.api/sync/data.inserter/helpers/index.js+3-15
- workers/loc.api/sync/data.inserter/helpers/search-close-price-and-sum-amount.js+9-4
- workers/loc.api/sync/data.inserter/helpers/utils.js+1-114
- workers/loc.api/sync/data.inserter/hooks/convert.currency.hook.js+3-5
- workers/loc.api/sync/data.inserter/index.js+131-730
- workers/loc.api/sync/order.trades/index.js+5-2
- workers/loc.api/sync/performing.loan/index.js+5-2
- workers/loc.api/sync/schema/allowed.colls.js+1-1
- workers/loc.api/sync/schema/colls.types.js+29
- workers/loc.api/sync/schema/const.js+3-1
- workers/loc.api/sync/schema/helpers/index.js+41
- workers/loc.api/sync/schema/index.js+80-79
- workers/loc.api/sync/schema/sync.api.methods.js+47
- workers/loc.api/sync/schema/tables-names.js+2-1
- workers/loc.api/sync/schema/utils/check-coll-type.js+75
- workers/loc.api/sync/schema/utils/index.js+21
- workers/loc.api/sync/sub.account/index.js+99-8
- workers/loc.api/sync/sync.queue/index.js+10-7
- workers/loc.api/sync/sync.queue/sync.queue.states.js+13
- workers/loc.api/sync/trades/index.js+5-2
- workers/loc.api/sync/wallets/index.js+5-2
- workers/loc.api/sync/win.loss/index.js+5-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments