Skip to content
Snippets Groups Projects
  1. Mar 19, 2021
  2. Mar 12, 2021
  3. Jan 04, 2021
    • crokkon's avatar
      blockchain: get_account_reputations fix for first · 0ab7b3f7
      crokkon authored
      `get_account_reputations` called with the `first` parameter set
      was skipping the first result also for the first request in the
      loop, effectively missing one result.
      
      - only skip the first result for follow-up requests
      - add test case for `get_account_reputations()`
      - replace `steem_instance` with `blockchain_instance`
      - add test case for `get_account_count()`
      0ab7b3f7
  4. Dec 10, 2020
    • Holger's avatar
      Fix unit tes · a49af4fd
      Holger authored
      a49af4fd
    • Holger's avatar
      Coldcard support for using exported wif for password generation · ef1270e0
      Holger authored
      * Add option to use a derived WIF from coldcard hardware wallet to derive a new account password
      * beempy passwordgen and beempy importaccount have now a new option import-coldcard
      * beempy passwordgen handles now password generation and import, whereas beempy keygen handles BIP39 related key generation.
      * refactoring and better unit testing
      ef1270e0
  5. Nov 23, 2020
  6. Nov 12, 2020
  7. Nov 07, 2020
  8. Nov 06, 2020
  9. Nov 05, 2020
  10. Oct 28, 2020
    • Holger's avatar
      Release 0.24.17 · 2c91a7e6
      Holger authored
      * Fixed a bug when using skip_account_check=True
      * Refactor code in Account
      * Add more unit tests
      2c91a7e6
  11. Oct 27, 2020
  12. Oct 25, 2020
  13. Oct 24, 2020
  14. Oct 23, 2020
  15. Oct 14, 2020
  16. Oct 13, 2020
    • Holger's avatar
      Prepare new release · e345e8c4
      Holger authored
      * Fix beempy witnessfeed for HF24
      * Fix more hbd renaming in beempy
      * improved RankedPosts class
      * New AccountPosts class for account feed and more
      * Comment class has been cleaned up, use_tags_api has been replaced by api
      e345e8c4
  17. Oct 09, 2020
  18. 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
  19. Aug 22, 2020
  20. Aug 21, 2020
  21. Jul 11, 2020
  22. Jun 29, 2020
  23. Jun 28, 2020
Loading