rachel-rose
|
8978255cd7
|
added more columns to 'coins' table
|
2021-06-21 11:56:46 +02:00 |
|
rachel-rose
|
a1e6a51d94
|
implemented try_decrypt_note
|
2021-06-21 09:58:31 +02:00 |
|
rachel-rose
|
12fcad460c
|
removed redundant test file
|
2021-06-21 09:45:17 +02:00 |
|
rachel-rose
|
62ca0557cf
|
removed unnecessary arc wrapper from adapter and walletdb
|
2021-06-20 11:42:37 +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
|
32f86d1b0b
|
added data variables to struct and updated new() on walletdb and adapter
|
2021-06-17 11:07:08 +02:00 |
|
rachel-rose
|
5352a73fd2
|
added error handling for path dirs
|
2021-06-14 12:56:23 +02:00 |
|
rachel-rose
|
2744ddeeff
|
added subparsers to drk cli
|
2021-06-11 13:15:14 +02:00 |
|
rachel-rose
|
95bf3ccf45
|
cashier key gen test passed
|
2021-06-09 15:14:33 +02:00 |
|
rachel-rose
|
88df2426a9
|
added test case for pub key retrieval
|
2021-06-09 12:43:26 +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
|
de47e7c4e1
|
Merge branch 'master' of github.com:darkrenaissance/darkfi
|
2021-06-09 10:25:57 +02:00 |
|
rachel-rose
|
1ff8cfa793
|
fixed key gen
|
2021-06-09 10:23:27 +02:00 |
|
ghassmo
|
40e79b2c1d
|
clear all warning messages
|
2021-06-09 07:45:50 +03:00 |
|
ghassmo
|
d2205c184b
|
print the error msg when reply has an error
|
2021-06-09 05:21:09 +03:00 |
|
ghassmo
|
52cb64c62d
|
cargo fmt
|
2021-06-09 05:05:11 +03:00 |
|
ghassmo
|
69b29420d7
|
create test function for client subscriber
|
2021-06-09 05:04:09 +03:00 |
|
ghassmo
|
a89c71f324
|
update the test function
|
2021-06-09 04:27:27 +03:00 |
|
ghassmo
|
2c93fc403c
|
create GatewaySlabsSubscriber type which receive new slabs from both syncing function and the subscriber
|
2021-06-09 04:25:24 +03:00 |
|
ghassmo
|
067e942f88
|
implement Clone trait for Slab
|
2021-06-09 04:23:36 +03:00 |
|
ghassmo
|
847754b5c3
|
cargo update
|
2021-06-07 16:20:06 +03:00 |
|
rachel-rose
|
75c2bc3b02
|
cashier pub key validity check
|
2021-06-07 12:23:03 +02:00 |
|
rachel-rose
|
1d54c62e2b
|
further simplfied path retrieval
|
2021-06-07 11:51:21 +02:00 |
|
rachel-rose
|
c9796207d0
|
cargo fmt
|
2021-06-07 11:42:59 +02:00 |
|
rachel-rose
|
dd21e0a9f3
|
made path retreival more general
|
2021-06-07 11:42:28 +02:00 |
|
ghassmo
|
ef41dcefdf
|
minor changes
|
2021-06-06 20:50:51 +03:00 |
|
ghassmo
|
2a367549ee
|
cargo fmt
|
2021-06-06 19:39:21 +03:00 |
|
ghassmo
|
2ef8a6fd65
|
create generic struct RocksColumn to handle different columns in rocksdb
|
2021-06-06 19:35:35 +03:00 |
|
ghassmo
|
ea7db79afa
|
integrate rocksdb into state struct & move the struct to darkfid.rs file
|
2021-06-06 19:32:49 +03:00 |
|
ghassmo
|
c0a8d5e4e2
|
move slab.rs, slabstore.rs and rocks.rs to separated dir
|
2021-06-06 15:53:19 +03:00 |
|
ghassmo
|
9288783d09
|
cargo fmt
|
2021-06-04 19:43:00 +03:00 |
|
ghassmo
|
6a56728544
|
add key_exist_cf() funciton to Rocks struct
|
2021-06-04 19:40:20 +03:00 |
|
ghassmo
|
15aabbadf0
|
change path name to database_path
|
2021-06-04 18:51:49 +03:00 |
|
ghassmo
|
8e8223769b
|
change slabstore struct to use rocks api in rocks.rs file
|
2021-06-04 18:49:04 +03:00 |
|
ghassmo
|
be2d64d59d
|
create Rocks struct for rocksdb api
|
2021-06-04 18:47:20 +03:00 |
|
rachel-rose
|
60415b02c6
|
renamed walletdb and passed a param to path
|
2021-06-04 10:53:06 +02:00 |
|
rachel-rose
|
124a24ec43
|
added debug statements
|
2021-06-03 09:48:37 +02:00 |
|
rachel-rose
|
91a2cd399e
|
fixed typo in wallet schema
|
2021-06-03 09:32:31 +02:00 |
|
rachel-rose
|
0323a9af87
|
refactored rpc/adapter to use walletdb interface
|
2021-06-02 17:59:59 +02:00 |
|
rachel-rose
|
020ced3c5c
|
cargo fmt
|
2021-06-02 10:30:49 +02:00 |
|
rachel-rose
|
40a342696a
|
updated to use walletdb interface
|
2021-06-02 10:30:27 +02:00 |
|
rachel-rose
|
808c3c0cda
|
created walletdb interface
|
2021-06-02 10:29:20 +02:00 |
|
rachel-rose
|
769f9132f6
|
commented out unstable features from rustfmt.toml
|
2021-06-02 08:18:26 +02:00 |
|
Janus
|
a479b6ec7c
|
Update lockfile
|
2021-06-01 09:51:22 -04:00 |
|
Janus
|
47866cdf79
|
Revert "Make zeromq crate more pure"
This reverts commit a017da663a.
|
2021-06-01 09:39:32 -04:00 |
|
Janus
|
a017da663a
|
Make zeromq crate more pure
|
2021-06-01 09:21:32 -04:00 |
|
Janus
|
2374e7f4de
|
Add Cargo.lock
|
2021-06-01 09:19:02 -04:00 |
|
rachel-rose
|
c6c89fe3d9
|
generates, saves and retrieves own and cashier keys
|
2021-05-31 10:14:51 +02:00 |
|