Skip to content
Snippets Groups Projects
  1. Apr 07, 2018
  2. 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
  3. Apr 05, 2018
  4. Apr 04, 2018
    • Holger Nahrstaedt's avatar
      fix steemnoderpc for threading · b5a7da90
      Holger Nahrstaedt authored
      b5a7da90
    • Holger Nahrstaedt's avatar
      num_retries improved · 3ff0b890
      Holger Nahrstaedt authored
      Steemnoderpc
      * self.errror_cnt_call used instead of local variable doRetryCount
      Graphenerpc
      * num_retries_call added for setting a max number of retries on a rpc call
      * self.n_urls added for getting the number of given nodes
      * sleep on retry removed, when switching over to the next node
      self.error_cnt_call used for counting rpc call retries
      rpcutils
      * sleep_and_check_retries improved
      Unit tests
      num_retries added
      test_golos reduced
      3ff0b890
    • Holger Nahrstaedt's avatar
      Speedup wait_for_and_get_block · 421627a9
      Holger Nahrstaedt authored
      blockchain
      * reduced times in which get_current_block_num is called
      * when last_fetched_block_num is given, get_current_block_num is only called when block_number is greater than last_fetched_block_num
      storage
      * default nodes list enhanced
      steemnoderpc
      * Service Temporarily Unavailable and Bad Gateway added to exception detection
      graphenerpc
      * check for Service Temporarily Unavailable and Bad Gateway
      * Improved handling of Client returned invalid format. Expected JSON! when output is int
      Unit test
      test_utils fixed
      421627a9
    • Holger Nahrstaedt's avatar
  5. Apr 01, 2018
  6. Mar 30, 2018
  7. Mar 19, 2018
  8. Mar 16, 2018
  9. Mar 15, 2018
    • Holger Nahrstaedt's avatar
      ecdsa improved with cryptography · ea5f3cad
      Holger Nahrstaedt authored
      Account
      * Improved some function, so that account works limited on GOLOS
      Blockchain
      * sync changes from python-bitshares
      Instance
      * sync changes from python-bitshares
      Steem
      * Improved some functions so that steem works on GOLOS
      Chains
      * Added GOLOS
      graphenebase/Account
      * derive256address_with_version added
      ecsdasig
      * Huge speed improvement (200%) by using cryptography
      benchmark added
      * benchmark for beemgraphenebase/account funcions
      * benchmark for ecdsa
      * benchmark for sign/verification of all transaction
      Examples
      * compare sign/verificaiton speed with steem
      Unit tests
      * use memo unittests from steem-js
      * add key_format unittests from steem-js
      * Improved the ecdsa tests
      ea5f3cad
  10. Mar 13, 2018
  11. Mar 12, 2018
    • Holger Nahrstaedt's avatar
      fix flake8 · 9d22c9c9
      Holger Nahrstaedt authored
      9d22c9c9
    • 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
  12. Mar 10, 2018
  13. Mar 09, 2018
  14. Mar 08, 2018
    • Holger Nahrstaedt's avatar
      Bugfixes and Improvements · eb09f630
      Holger Nahrstaedt authored
      Amount
      * fix json export
      Blockchain
      * improved get_estimated_block_num
      Comment
      * Bugfixes
      Market
      * Use FilledOrder for trades and recenttrades
      Price
      * FilledOrder fixed
      * UpdateCallOrder and PriceFeed removed
      Vote
      * Bugfix
      Unit tests
      More unittests for Amount, Blockchain and comment
      eb09f630
    • Holger Nahrstaedt's avatar
      Code improvements · 8804bf34
      Holger Nahrstaedt authored
      Bandit passes now, added to travis
      Bugfix in chain detection
      8804bf34
  15. Mar 06, 2018
    • Holger Nahrstaedt's avatar
      Fix flake8 and prepare next release · fcbe0aff
      Holger Nahrstaedt authored
      fcbe0aff
    • Holger Nahrstaedt's avatar
    • 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
  16. Mar 03, 2018
  17. Mar 02, 2018
  18. 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
  19. Feb 27, 2018
Loading