- Apr 17, 2018
-
-
Holger Nahrstaedt authored
cli * Add price prediction for buy and sell of cli steemnoderpc * refactoring Exceptions * CallRetriesReached added unit tests * tests for test_cli added
-
Holger Nahrstaedt authored
-
- Apr 14, 2018
-
-
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
-
- Apr 11, 2018
-
-
Holger Nahrstaedt authored
Graphenerpc * some refafctoring Steemnoderpc * fix next_node_on_empty_reply
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
- Apr 10, 2018
-
-
Holger Nahrstaedt authored
set_next_node_on_empty_reply added to all discussions and RecentByPath and RecentReplies
-
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
-
- Apr 06, 2018
-
-
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
-
- Apr 04, 2018
-
-
Holger Nahrstaedt authored
-
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
-
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
-
Holger Nahrstaedt authored
-
- Apr 01, 2018
-
-
Holger Nahrstaedt authored
* Fix vote tests * improved transactionbuilder tests * Improved detection of MissingRequiredActiveAuthority
-
- Mar 30, 2018
-
-
Holger Nahrstaedt authored
Nodes can be given as ,or ; seperated string is_connected added in steem
-
Holger Nahrstaedt authored
All rpc calls are handled with direct api call. Register api was a relict from bitshares.
-
- Mar 13, 2018
-
-
Holger Nahrstaedt authored
* Wallet wipe improved * wallet purge and purgeWallet renamed to wipe * internal node error and Unable to acquire database lock handled * login to websocket only if username and password is provided
-
Holger Nahrstaedt authored
-
- Mar 09, 2018
-
-
Holger Nahrstaedt authored
rpcutils.py added Timestamp fixed for py27 New unit tests for test_rpcutils
-
- Mar 08, 2018
-
-
Holger Nahrstaedt authored
Bandit passes now, added to travis Bugfix in chain detection
-
- Mar 07, 2018
-
-
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
-
- Mar 06, 2018
-
-
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
-
- Mar 03, 2018
-
-
Holger Nahrstaedt authored
Tox.ini improved
-
- Mar 01, 2018
-
-
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
-
- Feb 27, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
reduced dependency this allow easier pushing to conda-forge
-
- Feb 22, 2018
-
-
Holger Nahrstaedt authored
Apply fix #42 and #41 from https://github.com/xeroc/python-bitshares
-
- Feb 21, 2018
-
-
Holger Nahrstaedt authored
-
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
-
- Feb 18, 2018
-
-
Holger Nahrstaedt authored
-
- Feb 17, 2018
-
-
Holger Nahrstaedt authored
-
- Feb 16, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
- Feb 15, 2018
-
-
Holger Nahrstaedt authored
accounts works now amount and assests are fixed
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
- Feb 14, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
- Feb 22, 2017
-
-
Fabian Schuh authored
-