Skip to content
Snippets Groups Projects
  1. Sep 07, 2020
    • Holger's avatar
      Fix broadcasting amounts that have a higher precision than allowed · 7ee4bc5c
      Holger authored
      * Use floor instead of round in beembase/Amount in order to handle floats which have a higher precision than allowed
      * json_str parameter has been added to beembase.Amount, when True, a json dict is returned as string (needing when broadcasting with use_condenser=False)
      7ee4bc5c
  2. Aug 30, 2020
    • Holger's avatar
      Add use_condenser to config · faf1d64d
      Holger authored
      * Add use_condenser to config (can be set wtih beempy set), when set to False, condenser calls are not used
      * Add set_expiration to Object Cache
      faf1d64d
  3. Aug 29, 2020
  4. Aug 27, 2020
  5. Aug 21, 2020
    • Holger's avatar
      Prepare next release 0.24.6 · db95313f
      Holger authored
      * Improved community selection in beempy createpost
      * Improved Transactionbuilder object representation
      * _fetchkeys function moved outside appendSigner
      * Fix get urls in parse body
      * Two more nodes have been added to nodelist
      db95313f
  6. Jul 14, 2020
  7. Jul 13, 2020
  8. Jul 12, 2020
  9. Jul 11, 2020
  10. Jul 10, 2020
  11. Jun 29, 2020
  12. Jun 28, 2020
  13. Jun 27, 2020
    • Holger's avatar
      prepare next release · bad98048
      Holger authored
      * add get_replace_hive_by_steem() to Hive(), which is True on HF23
      * Replace HIVE by STEEM and SBD by HBD only when Hive HF < 24
      * Replace steem and sbd paramter names for Hive HF >= 24 by hive and hbd
      * Add get follow list to Account (only for HIVE and HF >= 24)
      bad98048
  14. Jun 25, 2020
  15. Jun 21, 2020
    • Holger's avatar
      Release 0.24.2 · 2d7ee647
      Holger authored
      * New UnknownTransaction exception that is raised when using get_transaction with an unkown trx_id
      * New function is_transaction_existing which returns false, when a trx_id does not exists
      * beempy info does not show information for a trx_id
      * broadcast from TransactionBuilder can now return a trx_id, when set trx_id to True (default)
      * sign and finalizeOp from Hive and Steem return now the trx_id in a field
      * add export parameter to all broadcast commands in beempy
      * When setting unsigned in beempy, the default value of expires is changed to 3600
      2d7ee647
  16. Jun 18, 2020
    • Holger's avatar
      Fix missing module in setup.py · 1c833d9d
      Holger authored
      1c833d9d
    • Holger's avatar
      Fix unit test and typo · 332b6906
      Holger authored
      332b6906
    • Holger's avatar
      Preparing release 0.24.0 · e7f68832
      Holger authored
      * new beemstorage module
      * Config is handled by SqliteConfigurationStore or InRamConfigurationStore
      * Keys are handled by SqliteEncryptedKeyStore or InRamPlainKeyStore
      * Move aes to beemgraphenebase
      * Wallet.keys, Wallet.keyStorage, Wallet.token and Wallet.keyMap has been removed
      * Wallet.store has now the Key Interface that handles key management
      * Token handling has been removed from Wallet
      * Token storage has been move from wallet to SteemConnect/HiveSigner
      e7f68832
  17. Jun 09, 2020
    • Holger's avatar
      Release 0.23.13 · 76d7f1ca
      Holger authored
      * receiver parameter removed from beempy decrypt
      * beempy encrypt / decrypt is able to encryp/derypt a binary file
      * encrypt_binary, decrypt_binary and extract_decrypt_memo_data added to beem.memo
      * extract_memo_data added to beembase.memo
      76d7f1ca
  18. Jun 08, 2020
  19. Jun 07, 2020
Loading