Skip to content
Snippets Groups Projects
  1. Jun 26, 2021
  2. Jun 18, 2021
  3. Jun 13, 2021
  4. Apr 05, 2021
  5. Mar 20, 2021
  6. Mar 19, 2021
  7. Mar 12, 2021
  8. Mar 01, 2021
  9. 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
  10. Dec 21, 2020
    • crokkon's avatar
      correct blockchain virtual op batch calls · a05d8cbd
      crokkon authored
      - blochchain.stream(max_batch_size=50, only_virtual_ops=True) was skipping
      the last block per batch, requesting the 2nd to last twice per call.
      - Refactored that code part to remove some duplicate code.
      - actually use the appbase call when appbase is supported
      a05d8cbd
  11. Dec 20, 2020
  12. Dec 10, 2020
    • 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
  13. Nov 23, 2020
  14. Nov 12, 2020
  15. Nov 07, 2020
  16. Nov 06, 2020
  17. Nov 05, 2020
  18. 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
  19. Oct 25, 2020
  20. Oct 24, 2020
  21. Oct 23, 2020
  22. Oct 14, 2020
Loading