parazyd
|
3ad8a860b6
wallet: Use internal type aliases for key operations.
|
4 years ago |
ghassmo
|
e6a63b6aa3
walletdb: update witnesses by passing a map
|
4 years ago |
ghassmo
|
c005aedb37
fix github build and test
|
4 years ago |
ghassmo
|
e07e626a3c
sql: drop tables instead of delete values
|
4 years ago |
ghassmo
|
b75e8bc8c8
walletdb: remove initialized field
|
4 years ago |
parazyd
|
57675004fc
walletdb: Clean up some variable param passing.
|
4 years ago |
ghassmo
|
b50afdd8b8
walletdb: update schema data types & use boolean for is_spent
|
4 years ago |
ghassmo
|
82a78e078c
add nullifier to walletdb and attached to OwnCoin
|
4 years ago |
Matthias Seitz
|
0e9de335a1
chore: clippy --fix
|
4 years ago |
ghassmo
|
a253ac2296
walletdb: add a function to remove OwnCoins
|
4 years ago |
ghassmo
|
c0cbac5319
walletdb: relace the old coin
|
4 years ago |
ghassmo
|
46fa633574
walletdb: use coin itself as the primary key for coins table
|
4 years ago |
parazyd
|
ebd81989ac
cargo fmt
|
4 years ago |
ghassmo
|
043bb61f78
clean up
|
4 years ago |
ghassmo
|
31689822a8
walletdb: create explicit type for balances
|
4 years ago |
ghassmo
|
4640f535a4
walletdb: clean up
|
4 years ago |
ghassmo
|
2aef446dc8
walletdb: clean up
|
4 years ago |
ghassmo
|
69776a1801
organize the order of using dependencies across the whole project
|
4 years ago |
ghassmo
|
b67a8d039d
remove get_cashier_public() test from walletdb
|
4 years ago |
lunar-mining
|
417c0d902b
walletdb: disabled get_cashier_public
|
4 years ago |
lunar-mining
|
5cae0cf6e0
walletdb: fixed get_token_id test
|
4 years ago |
lunar-mining
|
4727914b85
renamed asset_id to token_id across project
|
4 years ago |
ghassmo
|
db042f99f2
walletdb: fix a bug in get_balances()
|
4 years ago |
ghassmo
|
869452b901
update owncoin when spend it
|
4 years ago |
ghassmo
|
e4b8860840
walletdb: use secert key to save owncoin instead of key_id
|
4 years ago |
lunar-mining
|
7742f71a0e
walletdb: enabled test_get_balances
|
4 years ago |
lunar-mining
|
41a8acae04
changed HashMap<String, u64> to HashMap<Vec<u8>, u64>
|
4 years ago |
lunar-mining
|
90b0dd9f60
changed balances hashmap to <String, u64>
|
4 years ago |
lunar-mining
|
2ba7242744
walletdb: disabled test_token_table
|
4 years ago |
lunar-mining
|
5afc977910
walletdb: renamed test
|
4 years ago |