- Jun 18, 2021
-
-
Isaiah Croatt authored
-
- Jun 13, 2021
-
-
sicarius97 authored
-
- May 05, 2021
-
-
Mariusz Trela authored
-
- Mar 19, 2021
-
-
Martin Lees authored
-
- Mar 13, 2021
-
-
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)
-
- Aug 25, 2020
-
-
Dariusz Kędzierski authored
- Added update_proposal_operation - Fixed copy/paste error in remove_proposal
-
- Jul 08, 2020
-
-
Holger authored
-
- Jun 29, 2020
-
-
Holger authored
-
- Jun 27, 2020
- May 12, 2020
-
-
Holger authored
* Fix update_account_jsonmetadata and add posting_json_metadata property to Account * Add Ledger Nano S support * beempy -u activates ledger signing * beempy -u listkeys shows pubkey from ledger * beempy -u listaccounts searches for accounts that have pubkey derived from attached ledger * beempy -u keygen creates pubkey lists that can be used for newaccount and changekeys * new option use_ledger and path for Hive
-
- Apr 16, 2020
-
-
Holger authored
-
- Aug 28, 2019
-
-
Holger authored
-
- Aug 27, 2019
-
-
Holger authored
* operations for account_update2, create_proposal, update_proposal_votes and remove_proposal were added * update_proposal_votes was added to steem * update_account_jsonmetadata was added to account * new beempy delete were added
-
- Jun 30, 2019
-
-
Alexander Morris authored
-
- Mar 01, 2019
-
-
Holger authored
* custom_json with required_auths are now broadcasted with active key * json field in custom_json is broadcasted compact (spaces are removed)
-
- Oct 25, 2018
-
-
Holger authored
Account * update_account_keys added for changing account keys * comment fixed for chains without SBD RC * RC changes from 0.20.6 included Witness * Fixed for chains without SBD symbol Operations * Claim_reward_balance fixed for chains without SBD symbol Chains * VIT fixed
-
- Oct 09, 2018
-
-
Holger authored
-
- Oct 05, 2018
-
-
Holger authored
-
- Oct 01, 2018
-
-
crokkon authored
-
- Sep 25, 2018
-
-
Holger authored
-
- Sep 24, 2018
- Sep 23, 2018
-
-
Holger authored
Example for using offline signing is provided Next release prepared
-
- Sep 21, 2018
-
-
crokkon authored
-
- Jun 03, 2018
-
-
crokkon authored
Fixes #20
-
- 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
-
- May 11, 2018
-
-
Holger Nahrstaedt authored
CLI * sbd-to-steem option added to ticker and tradehistory * curation: account and limit option added * High. vote and Highest curation added to curation * Some bug fixes
-
- Apr 05, 2018
-
-
Holger Nahrstaedt authored
* some minor improvements
-
Holger Nahrstaedt authored
Wallet * reduce code duplication operations * reduce code duplication
-
- Mar 31, 2018
-
-
Holger Nahrstaedt authored
-
- 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 03, 2018
-
-
Holger Nahrstaedt authored
Tox.ini improved
-
- 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
-