You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes an issue that could cause epoch observer events to be emitted for epoch changes that would not (yet) actually be
persisted to the cc database. This is relevant if the cc instance is used inside the event handler of the epoch
observer (e.g., to update the exported secret). If you created a cc transaction inside the handler and didn't use the
cc instance directly, this fix is irrelevant.
Kotlin: expose the enitre read-only API on the CoreCrypto type. This allows performing arbitrary read-only operations on data while a transaction is running (e.g., in an EpochObserver event)