·
615 commits
to mainline
since this release
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 theregistry
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
- Updated dependencies [
33390a1
]:- @abstract-money/[email protected]