Summary
A is_blacklisted view should return true for a wallet on the blacklist and false for one that is not. Unit tests should confirm both cases and that removing a wallet from the blacklist flips the response.
Scope
- Test
is_blacklisted returns false for a wallet not on the list
- Test
is_blacklisted returns true after the wallet is added to the blacklist
- Test
is_blacklisted returns false after the wallet is removed from the blacklist
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
A
is_blacklistedview should returntruefor a wallet on the blacklist andfalsefor one that is not. Unit tests should confirm both cases and that removing a wallet from the blacklist flips the response.Scope
is_blacklistedreturnsfalsefor a wallet not on the listis_blacklistedreturnstrueafter the wallet is added to the blacklistis_blacklistedreturnsfalseafter the wallet is removed from the blacklistAcceptance Criteria
falsefor non-blacklisted wallettrueafter wallet is blacklistedfalseafter wallet is removed from blacklistETA: 12 hours
Coordinate on Telegram