- Mar 19, 2021
-
-
Martin Lees authored
-
- Oct 27, 2020
-
-
Holger authored
-
- Oct 24, 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
-
- Sep 07, 2020
-
-
Holger authored
* Use floor instead of round in beembase/Amount in order to handle floats which have a higher precision than allowed * json_str parameter has been added to beembase.Amount, when True, a json dict is returned as string (needing when broadcasting with use_condenser=False)
-
- Jul 08, 2020
-
-
Holger authored
-
- Jul 01, 2020
-
-
Holger authored
* fix Amount bytes in Object.py
-
- Jun 29, 2020
-
-
Holger authored
-
- Jun 27, 2020
-
-
Holger authored
* add get_replace_hive_by_steem() to Hive(), which is True on HF23 * Replace HIVE by STEEM and SBD by HBD only when Hive HF < 24 * Replace steem and sbd paramter names for Hive HF >= 24 by hive and hbd * Add get follow list to Account (only for HIVE and HF >= 24)
-
- Mar 24, 2020
- Jun 30, 2019
-
-
Alexander Morris authored
-
- Jan 09, 2019
-
-
Holger authored
-
- Dec 04, 2018
-
-
svitx authored
-
- Oct 09, 2018
-
-
Holger authored
-
- Oct 01, 2018
-
-
crokkon authored
-
- Sep 25, 2018
-
-
Holger authored
-
- Sep 24, 2018
- Sep 18, 2018
-
-
Holger authored
-
- Sep 06, 2018
-
-
crokkon authored
Refs #72
-
- Jul 20, 2018
-
-
Holger authored
-
- Jul 09, 2018
-
-
Holger authored
-
- Jun 09, 2018
-
-
Holger authored
Transactionbuilder * Prepare broadcasting in new appbase format * Force condenser_api by now RPCUtils * Improve detection of conenser_api Streemnoderpc * Improved error message for Assert Exception:v.is_object() beembase.Object * Add new appbase Operation format beemgraphenebase.object * Add handling of new appbase operation format
-
- May 20, 2018
-
-
Holger Nahrstaedt authored
beembase\objects * Amount improve handling of new appbase Amount format beembase\operations * Account_witness_proxy added * Custom added * Custom_binary added * Prove_authority added * Limit_order_create2 added * Request_account_recovery added * Recover_account added * Escrow_transfer added * Escrow_dispute added * Escrow_release added * Escrow_approve added * Decline_voting_rights added Unit tests * add test_order_create2, test_witness_proxy, test_custom, test_request_account_recovery, test_recover_account, test_escrow_transfer, test_escrow_dispute, test_escrow_release, test_escrow_approve, test_decline_voting_rights, test_delegate_vesting_shares, test_account_create_with_delegation added
-
- Apr 30, 2018
-
-
Holger Nahrstaedt authored
Formatting of all doc parts improved Logo and icon added Doc structure improved quickstart improved
-
- Apr 07, 2018
-
-
Holger Nahrstaedt authored
* More unit tests * Handling of Amount for Appbase improved * Fixed unit tests for Python 2.7
-
- 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
-
- Mar 31, 2018
-
-
Holger Nahrstaedt authored
-
- Mar 16, 2018
-
-
Holger Nahrstaedt authored
testnet is not reliable, so using golos for testing
-
- 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 08, 2018
-
-
Holger Nahrstaedt authored
-
- Mar 02, 2018
-
-
Holger Nahrstaedt authored
Unit tests fixed for STEEM-style encrypted memos
-
Holger Nahrstaedt authored
Account: * sp vp properties added * print_info improved * reputation -> get_reputation * voting_power -> get_voting_power * steem_power -> get_steem_power precision removed balance -> get_balance CLI * set, config createwallet, walletinfo, addkey, listkeys, listaccounts and changewalletpasswordphrase added create_account_with_delegate added Unittests Unit tests fixed and added
-
- 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
-
Holger Nahrstaedt authored
-
Holger Nahrstaedt authored
reduced dependency this allow easier pushing to conda-forge
-