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
refactor: resolve circular references in core package
add missing 'circular-deps:check' script
there are still some circular imports in Address and Serialization
namespaces (see --exclude in package.json script). Resolving those
would be a big refactor. They should not cause any issues at runtime,
because there is no circular usage at the time of import
BREAKING CHANGE: remove Cardano.TransactionId.fromTxBodyCbor
- hoist getAssetNameAsText util to Asset.util namespace
- hoist TxCBOR and TxBodyCBOR under Serialization namespace
0 commit comments