bitshares / bitshares/python-bitshares
Unable to monitor data for objects, such as pool objects
未关闭
- 主要语言
- Python
- 星标
- 162
- 派生
- 164
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
调研方向
首先跟踪 Notify 对象的构造及其 listen() 入口点,并使用报告中的 objects 参数和 pool 对象 ID 作为复现用例。检查这些对象的运行时更新是如何接收和分发的。在监听器运行期间能够捕获列出的 pool 对象的更改,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- blockchain
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100