- Apr 30, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Account * Example forget SimilarAccountNames added * Example for history and history_reverse improved Amount * Example is tested with doctest Block * Example is tested with doctest Price * Fix example Profile * Fix example Steem * Example is tested by doctest Transactionbuilder * Example is tested by doctest Vote * datetime.now() changed to datetime.utcnow() * Example is tested by doctest Witness * datetime.now() changed to datetime.utcnow() * Example is tested by doctest Docs * Installation instruction improved * Quickstart created * Discord channel added to support
-
- Apr 29, 2018
-
-
Holger Nahrstaedt authored
-
- Apr 28, 2018
-
-
Holger Nahrstaedt authored
Fix wallet unlock when using keyring
-
Holger Nahrstaedt authored
steem * add option use_condenser steemnoderpc * refactoring Graphenerpc * condenser_api calls shen use_condenser=True is set. unit tests * test_comment and test_discussion uses 19.4 nodes now
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Asciichart * added ascii charset for python 2.7 CLI * adapted to new charset
-
Holger Nahrstaedt authored
- Apr 27, 2018
-
-
Holger Nahrstaedt authored
Comment set to full as default Unit tests for cli and comment improved.
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Change to fix Issue #4
-
Holger Nahrstaedt authored
Memo * make prefix changeble Transationbuilder * sign() return the signed struct now Graphenerpc * Session are used for requests * Singleton for websocket instance added * Both measures reduce ram consumption when more than one Steem object is created. Add missing scrypt package to dependency
-
Daniel authored
-
Holger Nahrstaedt authored
cli * nodes can be sorted by ping times with pingnode --sort * nodes with error can be removed by pingnode --sort --remove * add wipe option for createwallet
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
cli * set password_storage keyring or set password_storage environment added. password_storage = environment is the default behavior and compatible with all old version. * when keyring is used, the wallet password can be stored with the keyring module. * nextnode when the first node and the current url not matches, will this command changes the nodes list, in way that the first node and the current url matches * nextnode skipps now not working nodes * createwallet improved and keyring added * changewalletpassphrase improved steem * set_password_storage added to set the password_storage config * move_current_node_to_front function added, which shifts the nodes until current url and first node matches storage * add default for password_storage wallet * password_storage is used unit tess * test_cli adapted * test_market adapted on changes
-
Holger Nahrstaedt authored
AsciiChart * new ascii curve plot class created * width and height can defined and plot() prints an ascii string, which can be interpreted as plot CLI * keyring functionallity added * walletinfo shows if UNLOCK env is set, keyring is installed and if it possible to unlock the wallet (--test-unlock) * ticker shows a table with the latest market prices * pricehistory plots the history of the last 3 days together with the median price * tradehistory shows the STEEM/SBD market price history * orderbook has now a working chart option * The sum of SBD and STEEM for open orders was added Unit test * tests for new cli function were added
-
- Apr 26, 2018
-
-
Holger Nahrstaedt authored
* Dokumentation for several functions of market improved * dict keys for ticker renamed to small names width underscore (identical to python-steem) * trade_history added. This function allows to fetch a fixed number of trades at each intervall to reduce the time. E.g. it is possible to receive the from the last 7 days 100 trades each 6 hours. * utc time transformation is added to trades wallet * keyring can be used to unlock the wallet. Please store the masterpassword with python -m keyring set beem wallet
-
- Apr 24, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Account * Example for history and history_reverse added Market * base and quote added to init to define what buy and what sell means Doc * tutorials improved Unit tests * test_market improved
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Account * Improved print_info, table output is possible Blockchain * stream is ready for newest changes and work with api.steemitdev.com CLI * nextnode, pingnode, currentnode added Exception * BatchedCallsNotSupported added, raised when batched blockchain failed Steem * set_default_node improved * get_default_node added Unit test * new unit test for new functions added
-
Holger Nahrstaedt authored
Account * get_bandwidth refactored * get_account_bandwidth added Cli * power added for showing vote power and bandwidth Steem * Improvements and refactoring for get_config, get_network, get_hardfork_properties, get_current_median_history, get_reward_funds, get_feed_history, get_reserve_ratio and get_dynamic_global_properties Steemnoderpc * get_network moved to graphenerpc Chains * removed to beemgraphenebase/chains.py Unit tests * add unit test for power for cli * golos test reduced *
-
- Apr 23, 2018
-
-
Holger Nahrstaedt authored
CLI * market adapted on asset for buy and sell market * quote and base asset can be set unit test * more unit tests for buy and sell
-
Holger Nahrstaedt authored
Exception * NoWriteAccess added, is raised when try to set configs on a read-only system Storage * On a read-only system beem.sql is not created. Default values for config are returned and it is not possible to use the wallet. Bug wif can be directly set. Unit test * tset_storage added to test sqlite read and write
-
Holger Nahrstaedt authored
cli * add votes command to view outgoing/incoming votes of an account Unit tests * improve unit tess for account and vote * Add test_instance to check if set_shared_steem_instance, shared_steem_instance is working * Add new command to test_cli
-
Holger Nahrstaedt authored
Account * Remove set_next_node_on_empty_reply(True) for get_account_history calls * Retry when native get_account_history raises ApiNotSupported with condenser_api * Refactoring and use of addTzInfo from utils * Improved logic and bugfixes for history() * print_summarize_table moved from cli.py to Accounts Amount * New appbase amount dict format supported cli * Refactoring of print_account_table Comment * New appbase amount dict format supported utils * addTzInfo added to reduce code * testing nodes added to get_node_list (disabled by default) Vote * votee added * printAsTable improved and PrettyTable used * get_list added to recieve vote properties as list * print_stats added but not finished yet * ActiveVotes improved with start and stop to limit stored votes Witness * return_str added to printAsTable unit tests * more unit tests for history and history_reverse * unit test for new appbase amount format added
-
- Apr 20, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Account * Json export improved * All times are converted to datetime * Doku about ignore for muting improved * Accounts and AccountsObject added * mute for Mute another account added * get_muters and get_mutings added CLI * refactoring of follows and following * muter and muting for showing muted and muting accounts * mut added * doku for unfollow improved Comment * json() improved Unit tests * test_account adapted to steemit/steem bug for appbase * test_json_export added * test for muter and muting for cli added
-
Holger Nahrstaedt authored
Account * refactoring of init * Doku improved Asset * AssetNotFound handling improved * Operation for equal and unqual added Price * usage of the new equal operation from Asset Steem * Improve key handling in account creation Storage * add sqlite3_copy and recover_with_latest_backup beemgraphenebase/account * add get_blind_private, get_public_key, get_secret, derive_private_key, child and derive_from_seed Unit tests * Use setUpClass to speed unit tests up (Steem is now created at the begging auf each unit test class * Add unit tests for asset * Add unit test for new beemgraphenebase/account functions
-
- Apr 17, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-