To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.rst 21.46 KiB
Changelog
0.20.23
- Switch to next node, when current node has the necesary api not enabled
- handle Client returned invalid format. Expected JSON! and switch to next node
- More checks added
- get_estimated_block_num is faster and uses BlockHeader
- exclude_limited=False is default now for get_nodes
0.20.22
- Fix #195 - comment.downvote(100) will now downvote with 100%, negative numbers are not allowed anymore
- comment.upvote(), negative numbers are not allowed anymore
- Fix #193 - steem.vote() was added, so that voting is possible without tags_api
- PR #181 - improve permlink derivation by crokkon
- PR #192 - fixes compatibility issues with WhaleShares HF2 / v2.5 by alexpmorris
- Fix bug for get_estimated_block_num when a block is skipped
0.20.21
- Fix float entered in Amount will be reduced by 0.001 due to rounding issues
- fix Amount.amount and added Amount.amount_decimal
- Prevent that wrong reputation in a Comment API answer break the Comment object
0.20.20
- Fix typo (PR #161)
- Add feature request #162 - one-time private keys can be used in beempy
- set num_retries to a default of 100, in order to prevent crashing when a wrong node is set
- Fix issue #171 - Account.get_balance function shows summed value of liquid balance and unclaimed reward (thanks to @sourovafrin)
- Use Decimal class to store the amount in the Amount class
- Add option fixed_point_arithmetic to Amount, which will activate fixed-point arithmetic with the defined asset precision
0.20.19
- Fix pyinstaller for windows
- Improve derive_permlink and allow replies of comments with permlink lenght > 235
- Broadcast custom_json with active authority
- Add new beempy command customjson
0.20.18
- get_blog, get_followers and get_following works with api.steemit.com (issue #146)
- beempy newaccount - possible to provide owen, posting, active, and memo pub_key to create a new account
- https://rpc.usesteem.com added to nodelist
- NodeList.get_nodes() has a new parameter exclude_limited. When True (default value), api.steemit.com is not returned as node.
- PR #150: fix empty block handling (by crokkon)
- PR #151: Add support for EFTG appbase chain (by pablomat)
- PR #153: fix issue with adding posting auth to new accounts (by netuoso)
0.20.17
- Fix transfer rounding error, which prevent transfering of e.g. 1.013 STEEM.
- get_account_votes works again with api.steemit.com
- Use secp256k1prp as better replacement for secp256k1
0.20.16
- Fix beempy walletinfo and sign
0.20.15
- Improve file reading for beempy sign and broadcast
- add option to write file for beempy sign
- Disable not working nodes
- add missing prefix to comment_options op (by crokkon)
- fix beempy verify --use-api (by crokkon)
- Update installation.rst (by Nick Foster)
0.20.14
- unit tests fixed
- Account: support for retrieving all delegations (thanks to crookon, PR #129)
- Change recovery account / list recovery account change requests (thanks to crokkon, PR #130)
- Exclude sbd_interest_rate, as it is not present on the VIT blockchain (thanks to svitx, PR #132)
- connect for beempy createwallet (thanks to crokkon, PR #133)
0.20.13
- beempy post improved
- beempy ImageUploader added
- issues #125 and #126 fixed
- VotedBeforeWaitTimeReached exception added
0.20.12
- 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
0.20.10
- update_account_keys added for changing account keys
- comment, witness, account classes fixed for chains without SBD
- RC costs adapted on changes from 0.20.6
- VIT chain fixed
- update_account_keys function added to account
- beempy commands for post, reply and beneficiaries added
0.20.9
- add missing scrypt to the pyinstaller
- prepare for removed witness api in rpc nodes
0.20.8
- fix hardfork property in steem
- Fix resource_market_bytes calculation
- Adding additional parameter to recharge time calculations by flugschwein (PR #103)
- fix Comment reward calculations by crokkon (PR #105)
- Fix typo in witness update feed
- Fix appveyor CI
0.20.7
- Fix issue #97 get_discussions() does not finish if discussions are empty by espoem
- Fix issue #99 DivisionByZero Error in Account.get_rc_manabar() by crokkon
- Add claimaccount to beempy and some improvements for steem.sbd_symbol
- newaccount adapted for HF20 and can be used to create claimed account
- Correct operationids for WLS
- Improve steem.refresh_data() reading
- Set network prefix in Signed_Transaction and Operation for using the correct operationids
- Fix test_block unit test
0.20.6
- fix issue #93 - Wrong input parameters for Discussions_by_author_before_date in Docstring and get_discussions by espoem
- Add support for whaleshares (WLS) and Financial Transparency Gateway (EFTG)
- Using generic asset symbols by crokkon
- Bug fixes for python 2.7
- Fix for witness update
0.20.5
- fix get_effective_vesting_shares()
0.20.4
- get_effective_vesting_shares() added to calculated max_mana correctly
- dict key words adapted to steemd for get_manabar() and get_rc_manabar()
- Voting mana fixed for 0 SP accounts
- comment_benefactor_reward adapted for snapshot
- Custom_json RC costs added to print_info
0.20.3
- add RC class to calculate RC costs of operations
- add comment, vote, transfer RC costs in account.print_info() and beempy power
- Shows number of possible comments, votes, tranfers with available RCs in account.print_info() and beempy power
- get_rc_cost was added to steem to calculation RC costs from resource count
- bug regarding new amount format in witness update fixed (also for beempy witnessenable and witnessdisable)
0.20.2
- estimated_mana is now capped by estimated_max
- print_info fixed()
- get_api_methods() and get_apis() added to Steem
0.20.1
- Improved get_rc_manabar(), get_manabar() output
- get_voting_power() fixed again
- print_info for account improved
- get_manabar_recharge_time_str(), get_manabar_recharge_timedelta() and get_manabar_recharge_time() added
- https://steemd-appbase.steemit.com added to nodelist
0.20.0
- Fully supporting hf20
- add get_resource_params(), get_resource_pool(), claim_account(), create_claimed_account() to Steem
- fix 30x fee for create_account
- add find_rc_accounts() to Blockchain
- get_rc(), get_rc_manabar(), get_manabar() added to Account
- get_voting_power() fixed
0.19.57
- last hf19 release
- working witness_set_properties operation
- witness_set_properties() added to steem
- beempy witnessproperties added
- beempy pricefeed uses witnessproperties when witness wif is provided
0.19.56
- adding methods to claim and create discounted accouts (PR #84) by crokkon
- Make vote rshare calculations HF20 ready (PR #85) by flugschwein
- Issue #80 fixed
- Fix some Warnings
- Blockchain.stream() improved for appbase format
- All unit tests are fixed and non-appbase related tests were removed
0.19.55
- Issue #72 fixed by crokkon
- Improved Docu by jrswab
- Add get_vote_pct_for_SBD, sbd_to_vote_pct and sbd_to_rshares by flugschwein
- beembase/objects: fix serialization of appbase trx by crokkon
- Fix many documentation errors (based on error messages when building) by flugschwein
- Appbase detection fixed
- Unit tests fixed
0.19.54
- Issue #69 fixed
- bug in batched streaming + cli fixed
- Nodelist updated
- unit tests improved
- Add last_current_block_num parameter to wait_for_and_get_block for reducing the number of api calls
- not_broadcasted_vote parameter added for improving vote calculation accuracy thanks to flugschwein
0.19.53
- Add userdata and featureflags to beempy
- steemd.pevo.science and steemd.steemgigs.org removed from Nodelist
- bug fixed in allow and disallow for CLI
- Issue #52 closed thanks to crokkon
- Issue #64 fixed
- Issue #66 fixed thanks to flugschwein
0.19.52
- appbase.buildtime.io node added
- history is made ready for appbase
- account refresh fixed
- fix ops_statistics for new appase nodes
0.19.51
- Add missing trx_num to streamed block operation
- Add d.tube format to resolve_authorperm
- disable_chain_detection added to graphenerpc (for testing hivemind e.g.)
- set_next_node_on_empty_reply added to some appbase rpc calls
0.19.50
- Class to access Steemit Conveyor instances added by crokkon
- Option added to loed custom chains into the Steem object
0.19.49
- add get_parent() to comment
- fix for beempy reward
- fix #46 (used power calculation may treat downvotes incorrectly) by crokkon
- fix #49 (discussions: set steem inst. as keyword argument) by crokkon
- Fix issue #51 (Discussions.get_discussions("blog", ...) returns the same two comments over and over)
- Fix #52 discussions.Replies_by_last_update() by crokkon
- Some bug fixes for Discussions
- Fix #54 (discussions may fail to handle empty responses correctly) by crokkon
- Snapshot improved
- Unit tests fixed
- Examples account_vp_over_time, account_reputation_by_SP
- Spelling errors fix by crokkon
- Adding account methods for feed, blog, comments and replies by crokkon
- Fix #57 (SteemConnect expects double quotes in JSON)
- Improved handling of "Client returned invalid format. Expected JSON!" erros
0.19.48
- Fix issue #45 (upvote() and downvote() of a pending post/comment without vote did not work)
- fix Amount for condenser broadcast ops on appbase nodes (fixes transfer broadcast for example)
- Added get_all_replies() to Comment for fetching all replies to a post
- bemepy claimreward improved
- Amount handling in Account improved
- upvote and downvote in beempy fixed
- update_vote and build_vp_arrays added to AccountSnapshot for showing vote power history
- account_vp_over_time added to examples
0.19.47
- Some bug fixes
- Unit tests using testnet fixed
- beem.snapshot improved
- Example account_sp_over_time added
- Example account_curation_per_week_and_1k_sp added
- Add block_number check to wait_for_and_get_block
0.19.46
- Force refresh of chain_params on node switch
- Replace recursive call in _get_followers
- Nodelist updated and bitcoiner.me node disabled
- First testing version of beem.snapshot with example added (thanks to crokkon for his example)
0.19.45
- Add RLock to ObjectCache (ObjectCache is threadsafe now)
- Fix Blockchain Version comparison
- Add support for RPC Nodes below 0.19.5
- Add Example for measuring objectcache performance
0.19.44
- Fix start and datetime in history_reverse
- add lazy option to all Discussion classes
- VIT and SMT testnet added to chains
- estimate_virtual_op_num improved by crokkon (fixes issue #36)
0.19.43
- Fix minimal version in known_chains from 0.0.0 to 0.19.5
0.19.42
- improve parse_body for post()
- Add conversion of datetime objects to timestamp in get_steem_per_mvest
- Fix beem for steem update 0.19.5 and 0.19.10
0.19.41
- Issue #34 fixed thanks to crokkon
- "Bad or missing upstream response" is handled
- Use thread_num - 1 instances for blocks with threading
- Fix missing repsonses in market
- add parse_body to post() (thanks to crokkon)
- Examples added to all Discussions classes
- Discussions added for fetch more than 100 posts
0.19.40
- Improvement of blocks/stream with threading (issue #32 fixed)
- Remove 5 tag limit
- Empty answer fixed for discussions
- Add fallback to condenser api for appbase nodes
0.19.39
- get_feed_entries, get_blog_authors, get_savings_withdrawals, get_escrow, verify_account_authority, get_expiring_vesting_delegations, get_vesting_delegations, get_tags_used_by_author added to Account
- get_account_reputations, get_account_count added to Blockchain
- Replies_by_last_update, Trending_tags, Discussions_by_author_before_date
- ImageUploader class added
- Score calculation improved in update_nodes
- apidefinitions added to docs, which includes a complete condenser API call list.
0.19.38
- Bug fixes
- Bool variables for SteemConnect link creation fixed
- Account handling in beem.account is improved
- json_metadata property added to beem.account
- missing addTzInfo added to beem.blockchain
- json_metadata update for comment edit improved
- use_stored_data option added to steem.info()
- poloniex removed and huobi and ubpit added to steem_btc_ticker()
- Add timeout to websocket connections
- Documentation improved by crokkon
- "time", "reputation" and "rshares" are parsed from string in all vote objects and inside all active_votes from a comment object
- lazy and full properly passed
-
- "votes", "virtual_last_update", "virtual_position", "virtual_scheduled_time",
- "created", "last_sbd_exchange_update", "hardfork_time_vote" are properly casted in all witness objects
- "time" and "expiration" are parsed to a datetime object inside all block objects
- The json() function returns the original not parsed json dict. It is available for Account, Block, BlockHeader, Comment, Vote and Witness
- json_transactions and json_operations added to Block, for returning all dates as string
- Issues #27 and #28 fixed (thanks to crokkon for reporting)
- Thread and Worker class for blockchain.blocks(threading=True)