Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Update dependency beem to v0.23.1 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 5, 2020

This PR contains the following updates:

Package Update Change
beem minor ==0.20.20 -> ==0.23.1

Release Notes

holgern/beem

v0.23.1

Compare Source

  • setproxy function added to Account (thanks to @​flugschwein)
  • addproxy and delproxy added to beempy (thanks to @​flugschwein)
  • updatenodes works in shell mode
  • Fix offline mode for Hive
  • add about command to beempy
  • Add hive node
  • update_account function added to blockchaininstance
  • normalize added to PasswordKey, so that a Brainkey can be set as PasswordKey
  • Fixed vote percentage calculation when post rshares is negative
  • new beempy command changekeys
  • beempy keygen can be used to generate account keys from a given password and is able to generate new passwords
  • add option to beempy keygen to export pub account keys as json file
  • add option to beempy newaccount and changekeys to import pub account keys from a json file

v0.23.0

Compare Source

  • new chain ID for HF24 on HIVE has been added
  • set hive as default for default_chain
  • get_steem_nodes added to NodeList
  • Prepared for Hive HF 24
  • steem object in all classes is replaced by blockchain
  • Hive class has been added
  • Hive and Steem are now BlockChainInstance classes
  • Hive and Steem have now is_hive and is_steem properties
  • Each class has now blockchain_instance parameter (steem_instance is stil available)
  • shared_blockchain_instance and set_shared_blockchain_instance can be used for Hive() and Steem() instances
  • token_symbol, backed_token_symbol and vest_token_symbol
  • Rename SteemWebsocket to NodeWebsocket and SteemNodeRPC to NodeRPC
  • Rshares, vote percentage and SBD/HBD calculation has been fixed for votes
  • post_rshares parameter added to all vote calculations
  • Account class has now get_token_power(), get_voting_value() and get_vote_pct_for_vote_value()
  • HF 23 and HF24 operations were added thanks to @​flugschwein
  • Downvote power was added to Snapshot thanks to @​flugschwein

v0.22.14

Compare Source

  • add click_shell to turn beempy into a shell utility with autocompletion
  • new click_shell added as requirements
  • Installer added for beempy on windows
  • Add get_hive_nodes and get_steem_nodes functions to NodeList
  • beempy command resteem renamed to reblog
  • When using in shell mode, beempy walletinfo --unlock can be used to unlock the wallet and walletinfo --lock to unlock it again
  • Add get_blockchain_name to Steem, returns either steem or hive
  • Add switch_blockchain to Steem, can be used to switch between hive and steem
  • Storage has now a new config "default_chain", can be either hive or steem
  • updatenode --hive switches to hive and use hive nodes
  • updatenode --steem switches to steem and use steem nodes

v0.22.13

Compare Source

  • HiveSigner support added
  • api link to steemconnect has been fixed
  • change recovery account added to beempy
  • hive node has been added
  • add account get_notifications and mark_notifications_as_read
  • beempy notifications has been added
  • bridge api support added
  • config storage improved and add get_default_config_storage, get_default_key_storage and get_default_token_storage
  • list_all_subscriptions and get_account_posts added
  • image upload url fixed for HIVE
  • reduce number of performed api calls on Steem object creation

v0.22.12

Compare Source

  • Add hive node
  • get_feed uses now discussion_by_feed
  • get_account_votes has been fixed
  • ActiveVotes has been fixed
  • Discussions has been fixed
  • raw_data parameter added to all discussions
  • beempy curation, beempy votes and beempy pending has been fixed
  • Votes table improved
  • fix curation and author reward calculation

v0.22.11

  • Fix asset check in Amount and Price
  • Fix get_curation_rewards for comments
  • Fix empty return in _get_account_history
  • Fix several unit tests
  • Fix deprecated collections import
  • Fix more HIVE/HBD symbols in beempy for HIVE
  • Add information about HIVE in the documentation

v0.22.10

  • HIVE nodes are now also detected as appbase ready (thanks to @​crokkon)

v0.22.9

Compare Source

  • add steem node
  • fix 'dict' object has no attribute 'split

v0.22.8

Compare Source

  • Allow to use HIVE/HBD also in operations

v0.22.7

Compare Source

  • Fix HIVE/HBD symbols in operations

v0.22.6

Compare Source

  • Add hive_btc_ticker and hive_usd_ticker
  • use coingecko API
  • add HIVE/HBD to all marker operation in beempy

v0.22.5

Compare Source

  • Add workaround to allow transfers of HIVE/HBD in HIVE (operation need to use STEEM/SBD internally)

v0.22.4

Compare Source

  • fix AttributeError: 'PointJacobi' object has no attribute '_Point__x'

v0.22.3

Compare Source

  • Add two new hive api nodes

v0.22.2

Compare Source

v0.22.1

Compare Source

  • add click_shell to turn beempy into a shell utility with autocompletion
  • new click_shell added as requirements
  • Installer added for beempy on windows
  • Add get_hive_nodes and get_steem_nodes functions to NodeList
  • beempy command resteem renamed to reblog
  • When using in shell mode, beempy walletinfo --unlock can be used to unlock the wallet and walletinfo --lock to unlock it again
  • Add get_blockchain_name to Steem, returns either steem or hive
  • Add switch_blockchain to Steem, can be used to switch between hive and steem
  • Storage has now a new config "default_chain", can be either hive or steem
  • updatenode --hive switches to hive and use hive nodes
  • updatenode --steem switches to steem and use steem nodes

v0.22.0

Compare Source

  • Add HIVE chain
  • improve hive chain detection
  • add hive option to nodes in Nodelist
  • new is_hive property of steem object

v0.21.1

Compare Source

  • Fix non ascii text handling on some nodes
  • Add STEEM_REVERSE_AUCTION_WINDOW_SECONDS_HF21 constant
  • Fix get_curation_rewards

v0.21.0

Compare Source

  • First release for HF21
  • get_downvoting_power added to account
  • get_downvote_manabar added to account
  • add options use_tags_api to use database api to get comments
  • fix get_similar_account_names
  • add more try expect to fail back to condenser api
  • 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

v0.20.23

Compare Source

  • 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

v0.20.22

Compare Source

  • 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

v0.20.21

Compare Source

  • 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

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/beem-0.x branch from 3d8e833 to 600053c Compare April 6, 2020 11:41
@renovate renovate bot changed the title Update dependency beem to v0.22.12 Update dependency beem to v0.22.13 Apr 6, 2020
@renovate renovate bot force-pushed the renovate/beem-0.x branch from 600053c to 6695b53 Compare April 8, 2020 13:57
@renovate renovate bot changed the title Update dependency beem to v0.22.13 Update dependency beem to v0.22.14 Apr 8, 2020
@renovate renovate bot force-pushed the renovate/beem-0.x branch from 6695b53 to ce21873 Compare April 18, 2020 13:28
@renovate renovate bot changed the title Update dependency beem to v0.22.14 Update dependency beem to v0.23.0 Apr 18, 2020
@renovate renovate bot force-pushed the renovate/beem-0.x branch from ce21873 to 1ef3db3 Compare April 26, 2020 22:37
@renovate renovate bot changed the title Update dependency beem to v0.23.0 Update dependency beem to v0.23.1 Apr 26, 2020
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant