bitshares / bitshares/python-bitshares
Unable to monitor data for objects, such as pool objects
- Langage dominant
- Python
- Étoiles
- 162
- Forks
- 164
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- blockchain
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100