Skip to content

v0.5.0

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 08 Sep 20:21
· 2 commits to main since this release

Added

  • isResourceLogRefusal(err), the read-side classification of the refusal
    taxonomy: true for ResourceLogIntegrityError and for
    ResourceLogContinuityError with any reason but rollback. It says which
    refusals a reader holding a cached copy must not fall back to it on; a
    rollback is reconcilable divergence under the profile's log-pin rules and is
    left to the caller's cached-copy path. Matched by err.name, like the
    conflict predicate. Moved here from @interop/wallet-core, which will
    re-export it.