ZcashLightClientKit/Sources/ZcashLightClientKit/DAO
Lukas Korba dc4e590f68 [#1281] Database is locked
- Execution of any query in TransactionSQLDAO was not thread safe. Since all queries goes through execute() method, this is now using a lock

[#1281] Database is locked

- global lock used, all rust backend code accessing data DB is under lock
- transactionsqldao is also under same lock

[#1281] Database is locked

- refactor + fbDB locked as well

[#1281] Database is locked

- lock around scalars added

[#1281] Database is locked

- comments addressed
- scalarLocked helper implemented
- connection().run and .transition locked as well

[#1281] Database is locked

- db used so it's not called twice

[#1281] Database is locked

- AccountEntity protected via globalDBLock as well
2023-09-20 19:13:52 +02:00
..
PagedTransactionDao.swift
TransactionDao.swift [#1281] Database is locked 2023-09-20 19:13:52 +02:00
UnspentTransactionOutputDao.swift [#1281] Database is locked 2023-09-20 19:13:52 +02:00