Skip to content

@abstract-money/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 15:03
· 615 commits to mainline since this release
84b2e7b

Minor Changes

  • 33390a1 Thanks @dalechyn! - First release of abstract.js revamped SDK!

    New SDK structure involves multiple packages, each with its own dependencies.
    This allows for more flexibility and better control over the SDK.

    Old-new packages mapping:

    • @abstract-money/abstract.js -> @abstract-money/core
    • @abstract-money/abstract.js-react -> @abstract-money/react
    • @abstract-money/cosmwasm -> @abstract-money/cosmwasm-utils

    A new package was introduced, @abstract-money/cli that adopts a quicker
    development setup when using Abstract contracts.
    A developer is now not obligated to download the Abstract contract schemas himself,
    and can simply enumerate the required contracts via the registry plugin,
    available at @abstract-money/cli/plugins, and the CLI will download and cache them
    itself.
    This feature also allowed to cut out the boilerplate code from the old @abstract-money/abstract.js,
    yet keeping the backwards compatibility.

Patch Changes