-
I'm on MacOS Monterey.
Pasting functionality is not working. I tried pasting from many sources, nothing works. Even right-clicking does not show the context menu.
Other related issues:
- com…
-
Traceback (most recent call last):
File "webservice.py", line 147, in getbalances_mt
result_data = wallet.get_balances(data)
File "./com/morningtech/bts/adapter/wallet.py", line 198, in get…
-
code:
https://pastebin.com/1cqpAjcg
result:
```
Sat Apr 21 08:34:42 2018 wss://australia.bitshares.apasia.tech/ws
0 chain_ping
0 market_ping
8 acct_ping
0 acct_ping2
0 acct_ping3
0 acc…
-
code:
nodList=["wss://bts.open.icowallet.net/ws", #鼓鼓节点
"wss://bitshares.dacplay.org/ws",
"wss://ws.gdex.top",
"wss://api.bts.ai"]
bitShares = BitShares(nodList)
erro…
-
*Updated by @pmconrad to recap discussion so far, 2019-04-12*
As a client developer I want to query the database for all operation_history and/or account_history entries related to a given block.
…
xeroc updated
2 years ago
-
I try to sign a transaction, but I get an error
```python
import struct
from binascii import hexlify, unhexlify
from bitshares import BitShares
from bitshares.blockchain import Blockchain
fr…
-
In annotation returnOrderId is string
```
:param string returnOrderId: If set to "head" or "irreversible" the call will wait for the tx to appear in
the head…
-
Python bitshares only reconnects to a new node if the connection errors. If the node is very very slow, it will keep waiting for a response.. I've had nodes take upwards of 2 minutes for each query.
…
-
python 3.8.11
`bts = BitShares(node='wss://testnet.xbts.io/ws')`
It reported an error。
> certificate verify failed: certificate has expired
python 3.6.6
`bts = BitShares(node='wss://testne…
-
Hello guys im currently working on a project and i found an issue with Notify when FillOrder is sent
See here:
https://github.com/bitshares/python-bitshares/blob/1946721d429fedaa3ddd96fab7b9348d2b…