beem
beem copied to clipboard
A python library to interact with the HIVE blockchain
### Update [ecdsa](https://pypi.org/project/ecdsa) from **0.16.1** to **0.18.0**. Changelog ### 0.18.0 ``` New API: * `curve_by_name` in `curves` module to get a `Curve` object by providing curve name. Bug fix: *...
Critical issue |escrow_transfer| missing required active authority:Missing Active Authority username
I try to use escrow_transfer,But always wrong Missing Active Authority username ### My code: ``` from beem.transactionbuilder import TransactionBuilder from beem.steem import Steem import random nodes="https://api.steemit.com" player="myname" s = Steem(keys=["5Jfxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxr"],...
I am currently having the same problem when trying to create an account. The code I am using is the following ``` b_account = Blurt(node=cfg.nodelist,keys = Creator_active_key, custom_chains =cfg.custom_chains) a...
Add guidance for latest Termux prerequisites for cryptography module installation. See more detail: https://hiveblocks.com/hive-136515/@anthonyadavisii/how-to-install-beem-python
```from beem.snapshot import AccountSnapshot import datetime as dt acc_snapshot = AccountSnapshot("holger80") acc_snapshot.get_data(timestamp=dt.datetime.now(tz=dt.timezone.utc)) ``` This returns ``` {'timestamp': datetime.datetime(1970, 1, 1, 0, 0, tzinfo=), 'vests': 0.000000 VESTS, 'delegated_vests_in': {}, 'delegated_vests_out': {},...
I am trying to pull account history from the account utopis, and find all transactions to themarkymark. When I do so, I am missing transactions that appear when using HiveJS,...
Encrypted transfer was sending account object to Memo() instead of the account string. This was triggering detection as a key ( len >= 51) and causing a KeyError
https://github.com/holgern/beem/blob/880cecda6797bd153f0680094dc4490bacbc9ad1/beemapi/node.py#L159 Any idea why we have '\n' at the end of these three log lines ? Looks ugly in my logs. ``` if showMsg: if call_retry: log.warning("Retry RPC Call on...
is_main_post() Returns True if main post, and False if this is a comment (reply). is_main_post() does not recognize comments as comments for certain URL spelling Link to post *valid* **https://peakd.com/@dungeondog/erster-druck-meiner-miniaturen-ah-naja-aber-trotzdem-cool**...
I observed this behavior where get_following() always returns a list that's missing exactly 1 of the accounts. I tracked it down to line 1122 of account.py: ` followers_list += followers[1:]`...