Historique des commits

Auteur SHA1 Message Date
  ghassmo 4e76f008f8 slabstore: add debug messages il y a 4 ans
  ghassmo fa7d049547 Client: minor changes il y a 4 ans
  ghassmo 869452b901 update owncoin when spend it il y a 4 ans
  ghassmo 6f231b3973 drk: add tokens to table row il y a 4 ans
  ghassmo e4b8860840 walletdb: use secert key to save owncoin instead of key_id il y a 4 ans
  ghassmo 7ce07d380f Client: print main_keypair il y a 4 ans
  lunar-mining b112817c56 drk: print table to stdout il y a 4 ans
  lunar-mining 39ab473514 drk: manually enter rows in prettytable il y a 4 ans
  lunar-mining 7742f71a0e walletdb: enabled test_get_balances il y a 4 ans
  lunar-mining 1c1816e725 drk: get_balances() and prettytable il y a 4 ans
  lunar-mining d5e7d00e0a Cargo.toml: added prettytable-rs il y a 4 ans
  lunar-mining 607b5f6144 darkfid: cleaned error handling on get_balances il y a 4 ans
  lunar-mining 41a8acae04 changed HashMap<String, u64> to HashMap<Vec<u8>, u64> il y a 4 ans
  lunar-mining 90b0dd9f60 changed balances hashmap to <String, u64> il y a 4 ans
  lunar-mining cf09678f3a darkfid: finalized get_balances il y a 4 ans
  lunar-mining 2ba7242744 walletdb: disabled test_token_table il y a 4 ans
  lunar-mining 9aee4de2ce darkfid: draft get_balances il y a 4 ans
  lunar-mining b98dda09a0 client: enabled get_balances il y a 4 ans
  lunar-mining 5afc977910 walletdb: renamed test il y a 4 ans
  lunar-mining 02ad07e01f tokenlist: symbol_from_id il y a 4 ans
  ghassmo 042b298c6e token_list: generate the id inside the hashmap from token id instead of token symbol il y a 4 ans
  lunar-mining 0b2d1434e2 walletdb: refactored TokenTable into hashmap. renamed get_token_table to get_balances il y a 4 ans
  lunar-mining 082e600fbc README: added faucet/airdrop instructions il y a 4 ans
  lunar-mining a10ccfcf44 README: cut create/keygen instructions il y a 4 ans
  lunar-mining c8c932b149 drk: get_tokens function il y a 4 ans
  ghassmo cb20d462c4 darkfid: bug fixing and more clean ups il y a 4 ans
  ghassmo 1d51af5489 Client: check if there is enough value for the desired token_id before il y a 4 ans
  ghassmo 7c22cd645c walletdb: fix a bug in token_id_exists() function il y a 4 ans
  ghassmo 25aa1200c0 darkfid: call to_uppercase() when get token_id from hashmap il y a 4 ans
  ghassmo e418fa20ac darkfid: don't clone drk_tokenlist and sol_tokenlist to save allocations il y a 4 ans