Skip to content
Snippets Groups Projects
  1. Mar 19, 2021
  2. Oct 27, 2020
  3. Oct 24, 2020
  4. 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
  5. 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
  6. Jul 08, 2020
  7. Jul 01, 2020
  8. Jun 29, 2020
  9. 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
  10. Mar 24, 2020
  11. Jun 30, 2019
  12. Jan 09, 2019
  13. Dec 04, 2018
  14. Oct 09, 2018
  15. Oct 01, 2018
  16. Sep 25, 2018
  17. Sep 24, 2018
  18. Sep 18, 2018
  19. Sep 06, 2018
  20. Jul 20, 2018
  21. Jul 09, 2018
  22. Jun 09, 2018
    • Holger's avatar
      New operation structure for appbase · 0260304f
      Holger authored
      Transactionbuilder
      * Prepare broadcasting in new appbase format
      * Force condenser_api by now
      RPCUtils
      * Improve detection of conenser_api
      Streemnoderpc
      * Improved error message for Assert Exception:v.is_object()
      beembase.Object
      * Add new appbase Operation format
      beemgraphenebase.object
      * Add handling of new appbase operation format
      0260304f
  23. 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
  24. Apr 30, 2018
  25. Apr 07, 2018
    • Holger Nahrstaedt's avatar
      More Unit tests · 9a72a1c5
      Holger Nahrstaedt authored
      * More unit tests
      * Handling of Amount for Appbase improved
      * Fixed unit tests for Python 2.7
      9a72a1c5
  26. Apr 06, 2018
    • Holger Nahrstaedt's avatar
      rpc improvements · 2011b8ea
      Holger Nahrstaedt authored
      account
      * function for reputation to score calculation
      * Doku improved
      amount
      * better handling of offline mode
      steem
      * Doku improved
      transactionbuilder
      * handing of appbase for tx verify and broadcast improved
      utils
      * node list added as function
      * not needed function removed
      steemnoderpc
      * handling of server errors improved
      objects
      * Amount fixed for appbase
      exception
      * RPCErrorDoRetry added, when a rpc call should be retried
      grapherpc
      * Handling of server error 500 to 511 added
      * better handling when get_config does not work
      unit tests
      * nodes and nodes_appbase are take from utils
      * keys is used instead of wif for Steem()
      * unit test for broadcast added
      * unit test for appbase for verify added
      * test_operations added
      * test_types added
      2011b8ea
  27. Mar 31, 2018
  28. Mar 16, 2018
  29. Mar 10, 2018
  30. Mar 08, 2018
  31. Mar 02, 2018
    • Holger Nahrstaedt's avatar
      Fix Memo in Transfer · 87baf3f9
      Holger Nahrstaedt authored
      Unit tests fixed for STEEM-style encrypted memos
      87baf3f9
    • Holger Nahrstaedt's avatar
      Changes: · d3291ec4
      Holger Nahrstaedt authored
      Account:
      * sp vp properties added
      * print_info improved
      * reputation -> get_reputation
      * voting_power -> get_voting_power
      * steem_power -> get_steem_power
      precision removed
      balance -> get_balance
      
      CLI
      * set, config createwallet, walletinfo, addkey, listkeys, listaccounts and changewalletpasswordphrase added
      
      create_account_with_delegate added
      
      Unittests
      Unit tests fixed and added
      d3291ec4
  32. 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
  33. Feb 27, 2018
Loading