Skip to content
Snippets Groups Projects
  1. Jun 18, 2021
  2. Jun 13, 2021
  3. May 05, 2021
  4. Mar 19, 2021
  5. Mar 13, 2021
  6. Oct 24, 2020
  7. Oct 09, 2020
    • Holger's avatar
      Fix severial issues for HF24 · 85010a97
      Holger authored
      * Add new operation ids for HF 24
      * Remove remaining py2 code
      * Run unit tests on beta.openhive.network
      * Fix compatibility issues with HF 24
      * account get_follow_count, get_followers and get_following have been fixed
      85010a97
  8. 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
  9. Aug 25, 2020
  10. Jul 08, 2020
  11. Jun 29, 2020
  12. Jun 27, 2020
    • Holger's avatar
      Fix parameter propagation · c10e10ed
      Holger authored
      c10e10ed
    • 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
  13. May 12, 2020
    • Holger's avatar
      Add ledger support · 8c514743
      Holger authored
      * Fix update_account_jsonmetadata and add posting_json_metadata property to Account
      * Add Ledger Nano S support
      * beempy -u activates ledger signing
      * beempy -u listkeys shows pubkey from ledger
      * beempy -u listaccounts searches for accounts that have pubkey derived from attached ledger
      * beempy -u keygen creates pubkey lists that can be used for newaccount and changekeys
      * new option use_ledger and path for Hive
      8c514743
  14. Apr 16, 2020
  15. Aug 28, 2019
  16. Aug 27, 2019
    • Holger's avatar
      Prepare changes for HF21 · bd2de727
      Holger authored
      * operations for account_update2, create_proposal, update_proposal_votes and remove_proposal were added
      * update_proposal_votes was added to steem
      * update_account_jsonmetadata was added to account
      * new beempy delete were added
      bd2de727
  17. Jun 30, 2019
  18. Mar 01, 2019
  19. Oct 25, 2018
    • Holger's avatar
      Several improvements and prepare next release · 5b269ab9
      Holger authored
      Account
      * update_account_keys added for changing account keys
      * comment fixed for chains without SBD
      RC
      * RC changes from 0.20.6 included
      Witness
      * Fixed for chains without SBD symbol
      Operations
      * Claim_reward_balance fixed for chains without SBD symbol
      
      Chains
      * VIT fixed
      5b269ab9
  20. Oct 09, 2018
  21. Oct 05, 2018
  22. Oct 01, 2018
  23. Sep 25, 2018
  24. Sep 24, 2018
  25. Sep 23, 2018
  26. Sep 21, 2018
  27. Jun 03, 2018
  28. May 20, 2018
    • Holger Nahrstaedt's avatar
      Add missing operations with unit tests · 17679d6b
      Holger Nahrstaedt authored
      beembase\objects
      * Amount improve handling of new appbase Amount format
      beembase\operations
      * Account_witness_proxy added
      * Custom added
      * Custom_binary added
      * Prove_authority added
      * Limit_order_create2 added
      * Request_account_recovery added
      * Recover_account added
      * Escrow_transfer added
      * Escrow_dispute added
      * Escrow_release added
      * Escrow_approve added
      * Decline_voting_rights added
      Unit tests
      * add test_order_create2, test_witness_proxy, test_custom, test_request_account_recovery,  test_recover_account, test_escrow_transfer, test_escrow_dispute, test_escrow_release, test_escrow_approve, test_decline_voting_rights, test_delegate_vesting_shares, test_account_create_with_delegation added
      17679d6b
  29. May 11, 2018
  30. Apr 05, 2018
  31. Mar 31, 2018
  32. Mar 10, 2018
  33. Mar 03, 2018
  34. Mar 02, 2018
  35. Mar 01, 2018
    • Holger Nahrstaedt's avatar
      Bug fix and feature improvements · 3c4d42a4
      Holger Nahrstaedt authored
      Python2 comp
      * str comp added
      * py23 with py23_bytes added with unit tests
      * moved back to __bytes__
      * super() made compatible with python 2
      Account:
      * allow and disallow moved from steem
      * small improvements
      Comment
      get_votes added
      Steem
      * Doku improved
      Vote
      * bug fixes
      * printAsTable
      Wallet
      * getPostingKeyForAccount added
      test_vote added
      test_testnet added
      test_py23 added
      3c4d42a4
Loading