Commit Graph

13 Commits

Author SHA1 Message Date
lunar-mining
a566e4c1ae added password param to darkfid and wallet unlock support to sqlite 2021-07-08 12:17:07 +02:00
rachel-rose
01e109493d added key_id param to put_own_coins 2021-07-05 13:01:11 +02:00
Nym
60eedb7e70 Save asset_id at walletdb. 2021-06-27 15:00:14 +00:00
rachel-rose
0613393e95 implemented note decryption. ran cargo fmt 2021-06-22 10:45:19 +02:00
rachel-rose
8978255cd7 added more columns to 'coins' table 2021-06-21 11:56:46 +02:00
rachel-rose
4c7ce86360 made walletdb constructor, modified darkfid.rs with reference to walletdb. updated walletdb with
wallet variables. partially implemented cashier check.
2021-06-20 10:48:56 +02:00
rachel-rose
1b643a7124 simplified wallet schema 2021-06-19 10:28:47 +02:00
rachel-rose
0be5c9f172 made primary key INTEGER and not INT 2021-06-09 11:45:57 +02:00
rachel-rose
22fee9c510 added PRIMARY KEY to sqlite and removed all keyID variables from code 2021-06-09 10:44:40 +02:00
rachel-rose
91a2cd399e fixed typo in wallet schema 2021-06-03 09:32:31 +02:00
rachel-rose
f2244365b5 added get_cashier_public_key function and cashier table in wallet schema 2021-05-30 15:12:28 +02:00
rachel-rose
11dea54b44 fixed typo on wallet schema 2021-05-28 20:12:55 +02:00
rachel-rose
1b54e7bb43 moved wallet schema to /res and deleted old directory
changed adapter.rs to load schema using include_str!
2021-05-28 14:40:13 +02:00