0.4.0 Release Tracker #1316
Closed
TimoGlastra
started this conversation in
Architecture & Design
Replies: 1 comment
-
@genaris any things I'm missing here in terms of breaking storage changes? We should also start accumulating a list of breaking API changes. Will be a lot for this release... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussion to list all relevant things for 0.4.0. Mainly it is a place to list the breaking changes (storage, non-storage), things that should be included in the migration script and general things relevant to the update.
Breaking Storage Changes
defaultLinkSecretId
for when the user used a custommasterSecretId
when using the wallet. Otherwise we'll use the walletIdcredentialRecordType
fromindy
toanoncreds
inCredentialExchangeRecord
did:sov
dids todid:indy
didsDID_POOL_CACHE
Breaking Code Changes
connectToIndyLedgerOnStartup
has been removed. We now hasconnectOnStartup
which can be added to each pool config individually. This way you can choose which ledger you want to connect to on startupseed
for indy sdk has been renamed toprivateKey
. Theseed
is not supported anymore by the indy sdk wallet.seed
has been changed fromstring
toBuffer
.IndySdk
prefixseed
has changed toprivateKey
, and type is now buffer (for both input and output)publicDidSeed
andpublicDid
has been removed. See breaking change in PR feat!: allow to import created dids (and remove legacypublicDidSeed
) #1325 for example code on how to import endorser did nowuseLegacyDidSovPrefix
indy
credentials toanoncreds
inejctionContainer
has been deprecated in favour ofdependencyManager
(refactor(core)!: remove deprecated injectionContainer prop #1344)Beta Was this translation helpful? Give feedback.
All reactions