lfglabs-dev / api.starknet.id

StarknetID API written in Rust.
2 stars 1 forks source link

ref: update get_renewal_data to return all entries #68

Closed irisdv closed 7 months ago

irisdv commented 7 months ago

This PR updates get_renewal_data endpoint to return all entries for a user address, a domain name (for _cursor.to = null) in auto_renew_flows and auto_renew_flows_altcoins. This is in case someone enables twice an autorenewal for his domain, with this data I'll be able to make a multicall of disable renewals in the identity page. This case should not happen, but if I missed something in the front it will solve it.