- Apr 11, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Graphenerpc * some refafctoring Steemnoderpc * fix next_node_on_empty_reply
-
Holger Nahrstaedt authored
Steem * max_vote_denom is corrected and calculated as in steemit/steem beemgrapheneapi * handling of empty replies added
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
- Apr 10, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Graphenerpc * Handling for Connectionerror for request posts added * Each node has its own error count now benchmark_nodes2 added
-
- Apr 09, 2018
-
-
Holger Nahrstaedt authored
Steem * vests_to_sbd and vests_to_rshares added * rshares_to_vote_pct let you calculate how many voting percentage are needed to vote with a desired rshares amount * app can be set for post, when not set, it is set to beem/version * Doku improved Transactionbuilder * Doku improved * proposer from __ini__ removed, as it had no function * _is_signed and _is_constructed fixed * reconstruct_tx added to sign and addSigningInformation, when set to False, previous signatures are not deleted anymore * KeyNotFound exception handled Wallet * KeyNotFound exception handled, when more than one key_auths are available Graphenerpc * version string set to user-agent Publickey * Doku improved Unit tests test_steem: * test for test_post improved * test_sp_to_sbd and test_rshares_to_vote_pct added tst_testnet: * test_wallet_keys added for testing the wallet * test_transfer_1of1, test_transfer_2of2_simple, test_transfer_2of2_wallet and test_transfer_2of2_serialized_deserialized added thanks to @leprechaun
-
- Apr 07, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
- 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 05, 2018
-
-
Holger Nahrstaedt authored
-
- 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 blocks for threaded and batched calls * add blockchain_version function on steem * Fix node input on graphenerpc * Improve benchmark_nodes * Add unit tests for bateched and threaded blocks calls * Use https://api.steemit.com as default appbase node
-
- 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.
-
Holger Nahrstaedt authored
-
- Mar 19, 2018
-
-
Holger Nahrstaedt authored
-
- Mar 16, 2018
-
-
Holger Nahrstaedt authored
-
- Mar 15, 2018
-
-
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
-
- Mar 13, 2018
-
-
Holger Nahrstaedt authored
-
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
-
- Mar 12, 2018
-
-
Holger Nahrstaedt authored
-
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
-
- Mar 10, 2018
-
-
Holger Nahrstaedt authored
Transactionbuild * Automatic Signing with owner key removed Beembase/account and beembase/bip38 removed as they are using beemgraphenebase/bip38 and beemgraphenebase/account
-
- Mar 09, 2018
-
-
Holger Nahrstaedt authored
Parallel processing improved
-
Holger Nahrstaedt authored
Block * Block contains only the json data + id for block num * Output for appbase and non-appbase is the same Blockchain * batch-rpc-calls added Graphenerpc * multithread for websocket activated * batch with queue added Benchmark improved Unit tests adapted
-
Holger Nahrstaedt authored
rpcutils.py added Timestamp fixed for py27 New unit tests for test_rpcutils
-
- Mar 08, 2018
-
-
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
-
Holger Nahrstaedt authored
Bandit passes now, added to travis Bugfix in chain detection
-