Skip to content
Snippets Groups Projects
  1. Nov 06, 2020
  2. Oct 14, 2020
  3. Oct 09, 2020
    • Holger's avatar
      Fix get_discussions · 63a863ec
      Holger authored
      * improved get_discussions calls, fallback to condenser when tags api not available
      * Fix detection when content does not exists
      63a863ec
  4. 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
  5. Sep 22, 2019
  6. Nov 25, 2018
  7. Jun 13, 2018
    • Holger's avatar
      Add timeout to websocket connections · b8d8be1f
      Holger authored
      Comment
      * Add example
      Steem
      * improve docu
      Exception
      * Add TimeoutException
      GrapheneRPC
      * add time_limit to implement a timeout for websocket connection
      Unit test
      * add test for timeout implementation
      b8d8be1f
  8. May 24, 2018
    • Holger Nahrstaedt's avatar
      New nodes class for better node url handling · a261c53e
      Holger Nahrstaedt authored
      Wallet
      * getKeysForAccount added
      * getOwnerKeysForAccount, getActiveKeysForAccount, getPostingKeysForAccount added
      beemapi
      * WorkingNodeMissing is raised when no working node could be found
      GrapheneRPC
      * cycle([urls]) is replaced by the nodes class
      Nodes
      * Node handling and management of url and error_counts is performed by the nodes class
      * sleep_and_check_retries is moved to the nodes class
      * Websocket, steemnodrpc were adpapted to the changes
      Unit tests
      * new tests for the nodes class
      * tests adapted for websocket and rpcutils
      a261c53e
  9. May 23, 2018
  10. May 06, 2018
    • Holger Nahrstaedt's avatar
      history and history_reverse improved by estimate_account_op() · c539773d
      Holger Nahrstaedt authored
      Account
      * print_info improved (Last Vote added)
      * entryId changed to start_entry_id in get_feed, get_blog_entries and get_blog
      *rpc.get_account_history moved to _get_account_history
      * estimate_account_op added, can be used to fastly get account op numbers from dates or block nums
      * history and history_reverse uses estimate_account_op
      Exception
      * KeyNotFound removed
      Memo
      * raises MissingKeyError instead of KeyNotFound
      Price
      * small improvement
      Steem
      * __repr__ added
      Transactionbuilder
      * get_potential_signatures, get_transaction_hex and get_required_signatures added
      * raises MissingKeyError instead of KeyNotFound
      VotesObject
      * __contains__, __str__ and __repr__ added
      Wallet
      * raises MissingKeyError instead of KeyNotFound
      Witness
      * __contains__, __str__ and __repr__ added to WitnessObject
      Steemnoderpc
      * small improvements
      Operationsid
      * producer_reward added
      Unit tests
      * new function added and tests adapted to changes
      c539773d
  11. Apr 14, 2018
    • Holger Nahrstaedt's avatar
      More function added to cli · 64b51c01
      Holger Nahrstaedt authored
      account
      * set_withdraw_vesting_route added
      cli
       * powerdownroute, convert and interest added
      steemnoderpc
      * error messages improved
      * _check_api_name added
      * ApiNotSupported when Api is not supported by node but exists
      graphenerpc
      * error messages improved
      rpcutils
      * error messages in sleep_and_check_retries improved
      unit tests
      * new function added
      64b51c01
  12. Apr 10, 2018
    • Holger Nahrstaedt's avatar
      Refactoring and improvements · d2a9563b
      Holger Nahrstaedt authored
      Comment
      * Check added for empty returns
      Market
      * refactoring
      * Checks added fro empty rpc returns
      storage
      * default nodes are taken from utils.get_node_list
      Vote
      * Check added for empty rpc calls
      * Check added for Unkown key return
      Exception
      * UnkownKey added
      Steemnoderpc
      * set_next_node_on_empty_reply added, to add a check on empty returns on the next rpc call
      * Refactoring
      * UnkownKey exception added
      Transaction
      * refactoring
      Unit tests
      test_vote improve and check for VoteDoesNotExistsException added
      d2a9563b
  13. 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
  14. Mar 30, 2018
  15. Mar 13, 2018
  16. Mar 09, 2018
  17. Mar 07, 2018
    • Holger Nahrstaedt's avatar
      Bug fixes and more unit tests · bd2d6c7c
      Holger Nahrstaedt authored
      Bug fix for account
      Block structure changed, is alwas {'block': , 'id'} now.
      block function removed, Block is used now
      Bug fix in comment
      Discussions_by_payout removed
      Several bugfixes in witness
      More exception added to steemnoderpc
      Unit tests for appbase nodes with parameterized added
      steemnoderpc-unittest added
      bd2d6c7c
  18. Mar 06, 2018
    • Holger Nahrstaedt's avatar
      beem is appbase ready · 614c1774
      Holger Nahrstaedt authored
      Account:
      * add appbase calls
      * Parse all amounts
      Asset
      * Made appbase ready
      * supports different asses, diffined in chains.py
      Block
      * add appbase calls
      blockchain
      * improve get_estimated_block_num
      * add threaded blocks method
      Comments
      * add appbase calls
      Discussions
      * add appbase calls
      Market
      * add appbase calls
      Steem
      * current_median_history_price -> get_current_median_history
      * get_reward_fund -> get_reward_funds
      * get_next_scheduled_hardfork -> get_hardfork_properties
      * get_hardfork_version removed
      * get_reserve_ratio added
      * get_witness_schedule added
      Transactionbuilder
      * appbase calls added
      Vote
      * appbase calls added
      Wallet
      * appbase calls added
      Witness
      *appbase calls added
      * WitnessesByIds removed
      * LookupWitnesses -> ListWitnesses
      steemnoderpc
      * Uses now GrapheneRPC
      * appbase property added
      * get_use_appbase added
      * network_version added in check
      Chains
      * chain for appbase added
      * assets restructured
      * min_version added
      Graphenapi removed
      Graphenesrpc removed
      graphenerpc added
      * supports websocket and http, authomatic switching depending on the https or wss.
      * Checks the blockchain_version, if 0.19.4 -> appbase ready
      * Add appbase logig
      * Handing for request and websocket added
      Examples
      * benchmark_beem is ready for appbase
      * print_appbase_calls added
      * print_comments added
      * watching the watchers added
      Unit tests fixed
      614c1774
  19. Feb 27, 2018
  20. Feb 21, 2018
    • Holger Nahrstaedt's avatar
      Rename library from steempy to beem · f166f7fc
      Holger Nahrstaedt authored
      f166f7fc
    • Holger Nahrstaedt's avatar
      account: · 47cf2b4c
      Holger Nahrstaedt authored
       * reputation added
      * history improved and fixed
      block:
      * ops and ops_statistics added
      blockchain:
      * function-names improved
      * ops_statistics added
      blockchainobject
      *json export added
      Comment class added
      Discussion class added
      steem:
      * follow and account by key api added and fixed
      storage:
      * more nodes added
      utils
      * Helpfunctions added
       vote
      * blockchainobject
      * refresh fixed
      wallet
      * purgeWallet added
      Witness
      * printAsTable function added
      * WitnessesVotedByAccount added
      * WitnessesRankedByVote added
      * WitnessesByIds added
      * LookupWitnesses added
      Steemnoderpc
      * register_apis fixed
      test_wallet
      * unit tests added
      test_utils
      * unittests added
      47cf2b4c
  21. Feb 16, 2018
  22. Feb 14, 2018
  23. Feb 23, 2017
  24. Dec 23, 2016
Loading