IIndexDAO: Rename searchByPubkey() into getOldFromPubkey(), and simplify signature
SqliteIIndex: Apply a reduce() inside getOldFromPubkey() (+ add an ORDER BY) IdentityDAL: rename getFromPubkey() into findByPub() as it return an array FileDAL: simplify searchJustIdentitiesByPubkey()
Showing
- app/lib/dal/fileDAL.ts 3 additions, 5 deletionsapp/lib/dal/fileDAL.ts
- app/lib/dal/indexDAL/abstract/IIndexDAO.ts 1 addition, 1 deletionapp/lib/dal/indexDAL/abstract/IIndexDAO.ts
- app/lib/dal/indexDAL/leveldb/LevelDBIindex.ts 3 additions, 5 deletionsapp/lib/dal/indexDAL/leveldb/LevelDBIindex.ts
- app/lib/dal/indexDAL/sqlite/SqliteIIndex.ts 10 additions, 11 deletionsapp/lib/dal/indexDAL/sqlite/SqliteIIndex.ts
- app/lib/dal/sqliteDAL/IdentityDAL.ts 2 additions, 2 deletionsapp/lib/dal/sqliteDAL/IdentityDAL.ts
Loading
Please register or sign in to comment