keyko-io / filecoin-verifier-tools

Javascript implementation of a HAMT using ipld
Apache License 2.0
6 stars 5 forks source link

Methods to get and filter messages #5

Closed josepablofm78 closed 4 years ago

josepablofm78 commented 4 years ago

In order to show in the frontend a history of actions performed by the Verifiers or the Verified Clients, for instance, we will need methods in the library to get the messages (transactions) from a lotus node, and filter this messages by the actor and the address

josepablofm78 commented 4 years ago

Maybe some components of this Filecoin’s explorer could be useful to achieve this need of getting and filtering messages from lotus node:

https://github.com/filecoin-shipyard/filscan-block-explorer https://github.com/ipfs-force-community/filscan-backend/blob/master/Filscan_Interface_v1.0.md

mrsmkl commented 4 years ago

Getting the messages from the node is too slow, to show them they have to be indexed somewhere first.