This PR adds the TokenTransfer entity to our squid schema. It also changes some configuration commands that allow us to expose a subscription endpoint.
The idea behind this new feature is to make it possible to subscribe to our squid and detect transactions using a specific endpoint.
~PS: I still need to add the handling of Deposit and Withdraw events (pretty much the same).~
Issue #19
This PR adds the
TokenTransfer
entity to our squid schema. It also changes some configuration commands that allow us to expose a subscription endpoint.The idea behind this new feature is to make it possible to subscribe to our squid and detect transactions using a specific endpoint.
~PS: I still need to add the handling of
Deposit
andWithdraw
events (pretty much the same).~