celo-org / celo-monorepo

Official repository for core projects comprising the Celo platform
https://celo.org
Apache License 2.0
699 stars 369 forks source link

Implement an indepenent transaction limit for cash in/out #4612

Closed tarikbellamine closed 3 years ago

tarikbellamine commented 4 years ago

Expected Behavior

There are individual $500 daily limits for Valora send transactions and Valora fiat cash in/out transactions.

Current Behavior

There is one $500 daily limit that applies to both send and fiat cash in/out transactions. Send transaction limits are defined here and fiat transactions are being checked against this here. We need to keep track of fiat transactions similarly to how we are doing it for send transactions.

tarikbellamine commented 4 years ago

@i1skn has this been resolved?

i1skn commented 4 years ago

I'm not sure, @nityas what would you say?

tarikbellamine commented 3 years ago

Closed in favor of #6981