- Jun 16, 2018
-
-
Holger authored
-
- May 29, 2018
-
-
Holger Nahrstaedt authored
CLI * Add -l option to beempy * Add -s option for broadcast via steemconnect * addtoken, listtoken and deltoken added * Add doc - files for nodelist, steemconnect and node Storage * sc2_scope removed from config * hot_sign_redirect_uri added to config
-
Holger Nahrstaedt authored
Account * Example added for transfer Nodelist * Doc added Steem * steemconnect integration improved and use_sc2 added * Docu improved SteemConnect * compatible with py2.7 * several improvements * Examles added Transactionbuilder * Integration of steemconnect improved Wallet * fix bug SteemNodeRPC * fix old and removed parameter n_urls Doc * Fix bug in tutorial page
-
- May 23, 2018
-
-
wss://testnet.steem.vcHolger Nahrstaedt authored
-
- May 11, 2018
-
-
Holger Nahrstaedt authored
Tutorial about Transactionbuilder fixed
-
- May 09, 2018
-
-
Holger Nahrstaedt authored
*Skip estimate_virtual_op_num when max_virtual_num is smaller than batch_size * reverse is removed from estimate_virtual_op_num * it is assured in history and history_reverse that the estimated start is really before or after the given one.
-
- May 08, 2018
-
-
Holger Nahrstaedt authored
Account * Parameter accuracy renamed to stop_diff * Doku for estimate_virtual_op_num improved * Several improvements and fixes for estimate_virtual_op_num CLI * rewards command improved and more paramter added Comments * Assure Amount class for all amounts * is_pending improved Doku * tutorial about showing all posts of an account added Unit tests * test_account, test_cli and test_comment improved
-
- May 06, 2018
-
-
Holger Nahrstaedt authored
Account * print_info improved (Last Vote added) * entryId changed to start_entry_id in get_feed, get_blog_entries and get_blog *rpc.get_account_history moved to _get_account_history * estimate_account_op added, can be used to fastly get account op numbers from dates or block nums * history and history_reverse uses estimate_account_op Exception * KeyNotFound removed Memo * raises MissingKeyError instead of KeyNotFound Price * small improvement Steem * __repr__ added Transactionbuilder * get_potential_signatures, get_transaction_hex and get_required_signatures added * raises MissingKeyError instead of KeyNotFound VotesObject * __contains__, __str__ and __repr__ added Wallet * raises MissingKeyError instead of KeyNotFound Witness * __contains__, __str__ and __repr__ added to WitnessObject Steemnoderpc * small improvements Operationsid * producer_reward added Unit tests * new function added and tests adapted to changes
-
- May 01, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Added Use nobroadcast for testing and Clear BlockchainObject Caching
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Unit tests fixed
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
* configuration improved * beempy help for each command added
-
Holger Nahrstaedt authored
* Renamed getSimilarAccountNames to get_similar_account_names * Fix doctest for account, profile, steem and utils
-
Holger Nahrstaedt authored
Layout of the doc improved in blockchain, discussions, steem, transactionbuilder, websocket New content added to quickstart and tutorial
-
- Apr 30, 2018
-
-
Holger Nahrstaedt authored
Account * Examples and Dokumentation improved Amount * Example improved Asciichart * Examples improved Blockchain * examples improved Discussions * Doku improved Market * Examples and Doku improved Price * Examples improved * Missing steem_instance fixed Steem * Example code fixed Graphenerpc * Example improved
-
Holger Nahrstaedt authored
Formatting of all doc parts improved Logo and icon added Doc structure improved quickstart improved
-
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 24, 2018
-
-
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
- Apr 20, 2018
-
-
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
cli * follower and following added witness * is_active added Witnesses * printAsTable improved unit tests * follower and following added to test_cli
-
- Apr 16, 2018
-
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Dokumentation for cli added Profile added cli * sign, broadcast, setprofile and delprofile added * refactoring * wallet password from UNLOCK environment variable works * utls * detection of complete urls added unit tests * tests for profile added * new functions tests added to test_cli * unit tests for utils improved
-
Holger Nahrstaedt authored
account * follow and unfollow improved cli * newaccount, importaccount, orderbook, buy, sell, cancel, openorders, resteem, follow, unfollow, witnessupdate and witnesscreate added steem * witness_update added witness * update uses steem.witness_update unit tests * new cli functions added to unit tests test_cli
-
- Apr 14, 2018
-
-
Holger Nahrstaedt authored
CLI * improved password handling and confirmation for changewalletpassphrase, delkey and createwallet unit tests improved test_cli removed uneeded test for test_websocket
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
Add first version of beem logo to documentation
-
- 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
-
- 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 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
-
- Feb 27, 2018
-
-
Holger Nahrstaedt authored
reduced dependency this allow easier pushing to conda-forge
-
- Feb 25, 2018
-
-
Holger Nahrstaedt authored
some small bug fixes
-
Holger Nahrstaedt authored
Release of next version 0.19.5 prepared
-
Holger Nahrstaedt authored
print_info added voting_power, steem_power, get_voting_value_SBD, get_recharge_time, get_followers, get_following, get_bandwidth, interest added The following operations were added: unfollow, follow, update_account_profile, approvewitness, disapprovewitness, update_memo_key, transfer, transfer_to_vesting, convert, transfer_to_savings, transfer_from_savings, transfer_from_savings_cancel, claim_reward_balance, delegate_vesting_shares, withdraw_vesting Comment: The following operations were added: upvote, downvote, vote, edit, reply, comment_options, post, resteem Discussion all possible discussion_by_... functions were added. Market volume24h, orderbook, trades, market_history, accountopenorders fixed or added buy, sell, cancel fixed steem register_api refresh_data added get_dynamic_global_properties, get_feed_history, get_reward_fund, get_current_median_history_price, get_next_scheduled_hardfork, get_hardfork_version, get_network, get_state, get_config moved from blockchain steem_per_mvest, vests_to_sp, sp_to_vests, sp_to_sbd, sp_to_rshares, get_median_price, get_payout_from_rshares custom_json added utils make_patch added witness feed_publish and update added