Patch Changes
-
#4845
d81db9aThanks @miguel-nascimento! - Simplified cache key factory method names by removing the "Request" suffix. Methods likespaceInfoRequest(),getEntitlementsRequest(), andbalanceOfRequest()are now simplyspaceInfo(),getEntitlements(), andbalanceOf(). -
#4845
d81db9aThanks @miguel-nascimento! - Refactored cache mechanics to useskipCacheoption instead ofinvalidateCache. WhenskipCacheis enabled, the cache bypasses reads but still writes fresh data to the cache while clearing stale entries. -
#4845
d81db9aThanks @miguel-nascimento! - Fixed crashes when callingban(),unban(), orisBanned()on wallet addresses that don't own membership tokens. TheisBanned()method now returnsfalsefor non-members instead of throwing, whileban()andunban()throw descriptive errors. -
Updated dependencies []:
- @towns-protocol/generated@1.0.1
- @towns-protocol/utils@1.0.1