Releases: labscommunity/arweavekit
ArweaveKit v1.5.1
Features
- Added
viewContractStatefunction to retrieve the result from a contract's read function. You can still consult the contract's current state usingreadContractState.
Fixes
- Fixed
writeContractto useevaluationOptionscorrectly. You can now safely define rules on how a contract will be evaluated during write interactions ( Evaluation Options )
ArweaveKit v1.5.0
Feature
- Arweavekit plugin system!
ArweaveKit v1.4.9
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
ArweaveKit v1.4.8 fixes the following:
Transaction functions for node operations and web operations via:
- Bundlr version and imports updates
- Removal of
Filetype asdatainput param fromcreateTransactionfunction - 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
Release summary
- fix utils import issue in graphql feature
- fix graphql test cases
ArweaveKit v1.4.6
-
createTransactionfunction has been updated for compatibility with new version ofBundlr v0.11.9requires updated imports and syntax. -
Support for
Bundlrhas been removed from thesignTransactionandpostTransactionfunctions for compatibility. Users can still useBundlr from thecreateTransactionfunction, however, the data will directly be signed and posted to the network. -
Updated
Bundlrimports for transaction functions. -
Added exports for
graphqlfeatures. -
Updated GitHub actions for publishing. Now new package is published only when a new release is added.
ArweaveKit v1.4.5
-
createTransactionfunction has been updated for compatibility with new version ofBundlr v0.11.9requires updated imports and syntax. -
Support for
Bundlrhas been removed from thesignTransactionandpostTransactionfunctions for compatibility. Users can still useBundlr from thecreateTransactionfunction, however, the data will directly be signed and posted to the network. -
Updated
Bundlrimports for transaction functions. -
Added exports for
graphqlfeatures. -
Updated GitHub actions for publishing. Now new package is published only when a new release is added.
ArweaveKit v1.4.4
-
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
-
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
-
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.