bitshares / bitshares/python-bitshares
Unable to monitor data for objects, such as pool objects
- Dominant language
- Python
- Stars
- 162
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
bts = BitShares(node='wss://api.btslebin.com/ws')
n = Notify(
objects=['1.19.61', '1.19.48', '1.19.122', '1.19.62', '1.19.69', '1.19.57','1.19.121'],
on_account=pprint,
blockchain_instance=bts
)
n.listen()
It cannot capture object data about the pool when it is updated at runtime.
Contributor guide
Research direction
Start by tracing the Notify object construction and its listen() entry point, using the objects argument and the pool object IDs in the report as the reproduction case. Check how runtime updates for those objects are received and dispatched. Done means changes to the listed pool objects are captured while the listener is running.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- blockchain
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100