bedrock-did-io
Advanced tools
Changelog
6.1.0 - 2022-02-24
methodOverrides.v1.disableFetch
that takes a
boolean and is set to false
by default. This option will prevent the
veres one driver from fetching a DID document from the veres one ledger,
causing it to only resolve nym
DIDs. Note that this option is not safe
other than in development or for veres one networks that are known to be
non-operational or out of date.Changelog
6.0.1 - 2022-02-10
didIo
early before bedrock initializes, but update its internal
cache during bedrock init. This approach allows the didIo
symbol to be
accessed (and even potentially used with a temporary cache) prior to
bedrock initialization -- as a number of modules are presently doing. A
future version should remove this and modules should update.Changelog
6.0.0 - 2022-02-10
didIo
cache until bedrock is
initializing.didIo
cache using bedrock config system. Set
a higher default timeout of 5 min (old timeout was 5 seconds) on DID docs.
Set a higher default cache size of 1k DID docs.Changelog
5.0.0 - 2022-01-11
@digitalbazaar/lru-memoize
.v14.0.0-beta.4
.Changelog
4.0.2 - 2021-08-23
v14.0.0-beta.3
, with additional fromNym
error logging.