Skip to content

Releases: labscommunity/arweavekit

ArweaveKit v1.5.1

29 Sep 01:38
e020fd7

Choose a tag to compare

Features

  • Added viewContractState function to retrieve the result from a contract's read function. You can still consult the contract's current state using readContractState.

Fixes

  • Fixed writeContract to use evaluationOptions correctly. You can now safely define rules on how a contract will be evaluated during write interactions ( Evaluation Options )

ArweaveKit v1.5.0

21 Sep 19:50
1bc6c81

Choose a tag to compare

Feature

  • Arweavekit plugin system!

ArweaveKit v1.4.9

24 Aug 12:29
11ec226

Choose a tag to compare

ArweaveKit v1.4.9

Fixes

  • Necessary changes to bundlr imports and others to enable arweavekit usage in node and web environment

ArweaveKit v1.4.8

04 Aug 03:48
1603c0a

Choose a tag to compare

ArweaveKit v1.4.8 fixes the following:

Transaction functions for node operations and web operations via:

  • Bundlr version and imports updates
  • Removal of File type as data input param from createTransaction function
  • Bundlr web functions fallback on Arweave in case of errors
  • Basic types cleanup

Functions work with both node18 and node16. For running the scripts in node16 you need to pass some experimental flags as follows which has been confirmed by the Arweave Team as well:

node --experimental-fetch --no-warnings file-name

ArweaveKit v1.4.7

30 Jul 05:15

Choose a tag to compare

Release summary

  • fix utils import issue in graphql feature
  • fix graphql test cases

ArweaveKit v1.4.6

28 Jul 18:56
c142143

Choose a tag to compare

  • createTransaction function has been updated for compatibility with new version of Bundlr v0.11.9 requires updated imports and syntax.

  • Support for Bundlr has been removed from the signTransaction and postTransaction functions for compatibility. Users can still use Bundlr from the createTransaction function, however, the data will directly be signed and posted to the network.

  • Updated Bundlr imports for transaction functions.

  • Added exports for graphql features.

  • Updated GitHub actions for publishing. Now new package is published only when a new release is added.

ArweaveKit v1.4.5

28 Jul 18:27
7dbd96b

Choose a tag to compare

  • createTransaction function has been updated for compatibility with new version of Bundlr v0.11.9 requires updated imports and syntax.

  • Support for Bundlr has been removed from the signTransaction and postTransaction functions for compatibility. Users can still use Bundlr from the createTransaction function, however, the data will directly be signed and posted to the network.

  • Updated Bundlr imports for transaction functions.

  • Added exports for graphql features.

  • Updated GitHub actions for publishing. Now new package is published only when a new release is added.

ArweaveKit v1.4.4

28 Jul 14:08

Choose a tag to compare

  • createTransaction function has been updated for compatibility with new version of Bundlr v0.11.9 requires updated imports and syntax.

  • Support for Bundlr has been removed from the signTransaction and postTransaction functions for compatibility. Users can still use Bundlr from the createTransaction function, however, the data will directly be signed and posted to the network.

  • Added exports for graphql features

  • Updated GitHub actions for publishing. Now new package is published only when a new release is added

  • Version uses Bundlr dependency from a local patch file where we fixed arweave dependency type issue. This is a temporary change and once Bundlr team makes a new release with a fix, we will push an update again.

ArweaveKit v1.4.3

28 Jul 13:38

Choose a tag to compare

  • createTransaction function has been updated for compatibility with new version of Bundlr v0.11.9 requires updated imports and syntax.

  • Support for Bundlr has been removed from the signTransaction and postTransaction functions for compatibility. Users can still use Bundlr from the createTransaction function, however, the data will directly be signed and posted to the network.

  • Added exports for graphql features

  • Updated GitHub actions for publishing. Now new package is published only when a new release is added

  • Version uses Bundlr dependency from a local patch file where we fixed arweave dependency type issue. This is a temporary change and once Bundlr team makes a new release with a fix, we will push an update again.

ArweaveKit v1.4.2

28 Jul 12:45
52a5abd

Choose a tag to compare

  • createTransaction function has been updated for compatibility with new version of Bundlr v0.11.9 requires updated imports and syntax.

  • Support for Bundlr has been removed from the signTransaction and postTransaction functions for compatibility. Users can still use Bundlr from the createTransaction function, however, the data will directly be signed and posted to the network.

  • Added exports for graphql features

  • Updated GitHub actions for publishing. Now new package is published only when a new release is added

  • Version uses Bundlr dependency from a local patch file where we fixed arweave dependency type issue. This is a temporary change and once Bundlr team makes a new release with a fix, we will push an update again.