bitshares / bitshares/python-bitshares
Unable to monitor data for objects, such as pool objects
- Ngôn ngữ chính
- Python
- Star
- 162
- Fork
- 164
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- python
- Lĩnh vực
- blockchain
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100