Skip to content

v1.4.24

Compare
Choose a tag to compare
@asiaziola asiaziola released this 17 Nov 15:53
· 67 commits to main since this release

Allows to add custom tags to createSource method, e.g.:

await warp.createSource({ src: jsContractSrc }, new ArweaveSigner(wallet), tags: [new Tag('Type','Custom-Tag')]);

Requires warp-contracts-plugin-deploy@1.0.12

What's Changed

  • feat: register contracts based on Arweave gql metadata by @asiaziola in #479
  • feat: add option to pass custom tags to createSource method by @asiaziola in #481

Full Changelog: v1.4.22...v1.4.24