Closed databu closed 2 years ago
The implementation of endpoint /endorsements/active/:address ignores the given address and filters by a (hardcoded) block range instead. What is the purpose of this endpoint? Not sure we need it, if not it should be removed.
/endorsements/active/:address
See https://github.com/utu-protocol/utu-trust-token-listener/blob/532b55fdf41624be0a0414a086b1574bc984a53b/server/utils/ethereum.js#L60
This endpoint was removed so this is now obsolete
The implementation of endpoint
/endorsements/active/:address
ignores the given address and filters by a (hardcoded) block range instead. What is the purpose of this endpoint? Not sure we need it, if not it should be removed.See https://github.com/utu-protocol/utu-trust-token-listener/blob/532b55fdf41624be0a0414a086b1574bc984a53b/server/utils/ethereum.js#L60