Skip to content
Snippets Groups Projects
  1. Sep 22, 2018
  2. Apr 24, 2018
  3. Apr 04, 2018
  4. Mar 12, 2018
    • Holger Nahrstaedt's avatar
      Next release 0.19.16 · cf1091f3
      Holger Nahrstaedt authored
      Account
      * get_withdraw_routes added
      * get_account_votes fixed for appbase
      * get_vote, has_voted added
      * virtual_op_count, get_curation_reward curation_stats added
      * get_account_history and history_reverse added
      * history improved
      Blockchain
      * hash_op added
      CLI
      * default vote weight added
      * upvote added
      * Info improved
      Steem
      * get_block_interval added
      Transactionbuilder
      * txbuffer.clear() added on exception
      Vote
      * AccountVotes fixed
      GrapheneRPC
      * Websocket disconnect exception handling improved
      Compare_With_steem_python_account.py added
      Unittests for account improved
      cf1091f3
  5. 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
  6. 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
Loading