Commit History

Author SHA1 Message Date
  parazyd 4b31d0b321 wallet: WIP pasta port. 4 years ago
  ghassmo e6a63b6aa3 walletdb: update witnesses by passing a map 4 years ago
  ghassmo b75e8bc8c8 walletdb: remove initialized field 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 17b95d229b client: simplify the code and clean up 4 years ago
  ghassmo 5189cb0670 client: check from the tx if it's valid before send it to gateway 4 years ago
  ghassmo 46fa633574 walletdb: use coin itself as the primary key for coins table 4 years ago
  lunar-mining 32888651bc client: fixed typo on error statement 4 years ago
  parazyd f13f6b0d4e gateway: Use a URI for configuration. 4 years ago
  ghassmo f3d6156c4c add executor across the whole project to run on more than one thread 4 years ago
  ghassmo 043bb61f78 clean up 4 years ago
  ghassmo 31689822a8 walletdb: create explicit type for balances 4 years ago
  ghassmo 69776a1801 organize the order of using dependencies across the whole project 4 years ago
  ghassmo b974aa4663 Client: clean up 4 years ago
  ghassmo a73da61ec0 sepreate state object from Client 4 years ago
  lunar-mining 85d9590516 simplified naming of cashier params 4 years ago
  lunar-mining d97bb6427e build_tx: added cashier vec to State 4 years ago
  lunar-mining c0ba3d75d1 client::State: updated is_valid_cashier_public_key 4 years ago
  lunar-mining 624ba86c02 darkfid, client: added cashier_public_keys vector 4 years ago
  ghassmo 3ba34fe2ae cashierd: truncate received_balance to 8 digits 4 years ago
  lunar-mining 4727914b85 renamed asset_id to token_id across project 4 years ago
  parazyd fa8a07d4ca Syntax cleanups. 4 years ago
  ghassmo 185df1270c Client: catch apply state error and avoiding subscriber crash 4 years ago
  ghassmo fa7d049547 Client: minor changes 4 years ago
  ghassmo 869452b901 update owncoin when spend it 4 years ago
  ghassmo 7ce07d380f Client: print main_keypair 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 b98dda09a0 client: enabled get_balances 4 years ago