- Jun 26, 2021
-
-
Emre Yılmaz authored
when both `HIVE_CHAIN_ID` and `STEEM_CHAIN_ID` returns valid IDs, Hive is selected as a network.
-
- Mar 20, 2021
-
-
Holger authored
-
- Oct 23, 2020
-
-
Holger authored
* Add option add_tor to config storage, which allows it to use beempy in tails * Remove Events requirements, beem.notify and beemapi.websocket, as it is not well tested and there are no websocket api nodes available on hive * Remove unnecessary requirements (pylibscrypt and future)
-
- Oct 10, 2020
-
-
Holger authored
-
- Oct 09, 2020
-
-
Holger authored
* Add new operation ids for HF 24 * Remove remaining py2 code * Run unit tests on beta.openhive.network * Fix compatibility issues with HF 24 * account get_follow_count, get_followers and get_following have been fixed
-
- Aug 27, 2020
- Jun 29, 2020
- Jun 28, 2020
-
-
Holger authored
-
- May 20, 2020
-
-
Holger authored
* Improve chain detection (Steem chain detection fixed and preparing for Hive HF24) * Add authored_by and description fields in YAMLM header * Improve doc * beempy post image upload includes the markdown file path now
-
- Apr 21, 2020
-
-
Holger authored
-
- Apr 05, 2020
-
-
Holger authored
* add account get_notifications and mark_notifications_as_read * beempy notifications has been added * bridge api support added * config storage improved and add get_default_config_storage, get_default_key_storage and get_default_token_storage * list_all_subscriptions and get_account_posts added * image upload url fixed for HIVE * reduce number of performed api calls on Steem object creation
-
- Mar 21, 2020
-
-
Holger authored
-
- Aug 28, 2019
- Jul 31, 2019
-
-
Holger authored
Switch to next node when ApiNotSupported and node returns Client returned invalid format. Expected JSON! * enforce utf-8 on node reply parser
-
- Jun 30, 2019
-
-
Alexander Morris authored
-
- Apr 04, 2019
-
-
Holger authored
* set num_retries to a default of 100, in order to prevent crashing when a wrong node is set
-
- Nov 15, 2018
-
-
Holger authored
* pep8 formating improved * Too Many Requests error handled * different limit handling in WLS fixed for account history * percent-steem-dollars and max-accepted-payout added to beempy post
-
- Oct 05, 2018
-
-
Holger authored
Account * some code improvements Graphenerpc * small improvement in chain detection Steem * replace_steemit_by_steem option removed from get_config * witness_update fixed Comment * Fix docu chain * Waleshares added Unit test * unit tests fixed
-
- Sep 18, 2018
-
-
Holger authored
-
- Jul 25, 2018
-
-
Holger authored
disable_chain_detection added to graphenerpc (for testing hivemind e.g.)
-
- Jul 20, 2018
-
-
Holger authored
-
- Jul 18, 2018
-
-
crokkon authored
-
- Jul 06, 2018
-
-
Holger authored
Relase nodes for 0.19.45 added
-
- Jul 03, 2018
-
- Jun 16, 2018
-
-
Holger authored
Blockchain * thread_limit parameter removed * batch_mode set to True for threaded blocks() * block sanity check added for threaded blocks()
-
- Jun 14, 2018
-
-
Holger authored
Account * lazy and full are correctly passed * _parse_json_data() added to parse json Block * lazy and full are correctly passed * empty operations are handled * op_statistics improved Blockchain * virtual ops and ops statistics are seperatly calculated Comment * _parse_json_data() added to parse dates and amounts * author_reputation is parsed to int * lazy and full are correctly passed Vote * lazy and full are correctly passed * _parse_json_data added to parse date and rshares and reputation * vote.time is a datetime object * json() returns the original string Witness * lazy and full are correctly passed GrapheneRPC * time_limit removed, as it supresses KeyboardInterrupt * ws.settimeout() is set for websocket * WebSocketTimeoutException handling added Unit tests * test_account fixed * test_time_limit removed from test_steemnoderpc * checks added to test_blockchain_batch
-
- Jun 13, 2018
-
-
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
-
- Jun 06, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Market * _weighted_average, btc_usd_ticker, steem_btc_ticker and steem_usd_implied added Witness * get_votes_sum added to witnesses object Graphenerpc * fix handling of WebSocketConnectionClosedException CLI * witnessfeed: uses the new market ticker to calculate the current steem_usd price as base. When using support-peg the sbd_usd price is calculated from the internal ticker and used for quote. * Witness: shows the rank and active rank (when it is below 250). virtual_time_to_block_num is calculated from num_scheduled_witnesses, VIRTUAL_SCHEDULE_LAP_LENGTH2 and vote_sum. This is then used to estimate the next block producing time. * witnesses uses a proxy now, when set.
-
Holger Nahrstaedt authored
-
- Jun 05, 2018
-
-
Holger Nahrstaedt authored
CLI * updatenodes added, this command can be used to update the nodes list NodeList * update_nodes added, this command reads the metadata from fullnodeupdate, which contain newest nodes information * add option wss and https fo get_nodes Unit tests * use updatenodes in all tests
-
- Jun 04, 2018
-
-
crokkon authored
-
- Jun 01, 2018
-
-
Holger Nahrstaedt authored
-
- May 31, 2018
-
-
Holger Nahrstaedt authored
-
- May 24, 2018
-
-
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
-
- May 23, 2018
-
-
wss://testnet.steem.vcHolger Nahrstaedt authored
-
Holger Nahrstaedt authored
-