Skip to content

Releases: kadena-community/kadena.js

@kadena/[email protected]

04 Dec 09:50
0831326
Compare
Choose a tag to compare

Minor Changes

  • a4ccd82: Adding gasEstimate function + export commandCreator functions

Patch Changes

@kadena/[email protected]

14 Nov 10:27
Compare
Choose a tag to compare

@kadena/[email protected]

14 Nov 10:27
Compare
Choose a tag to compare

@kadena/[email protected]

14 Nov 10:27
Compare
Choose a tag to compare

Patch Changes

  • 4bd5312: Fix createEckoWalletQuicksign to work with updated interface

@kadena/[email protected]

14 Nov 10:27
Compare
Choose a tag to compare

Patch Changes

@kadena/[email protected]

09 Nov 09:09
Compare
Choose a tag to compare

Change Log - @kadena/types

0.5.1

Patch Changes

  • fa6b84e: No auto-globals for vitest specs

0.5.0

Minor Changes

  • d62a23f: Generate provenance statement during npm publish

Patch Changes

  • c8bbec3: Fix types in package.json
  • fec8dfa: Upgrade typescript and @types/node dependencies

This log was last generated on Mon, 21 Aug 2023 10:31:32 GMT and should not be
manually modified.

0.4.2

Mon, 21 Aug 2023 10:31:32 GMT

Patches

  • removed the PactReference in favor of Literal class

0.4.1

Fri, 04 Aug 2023 16:10:02 GMT

Patches

  • formatting and linting
  • rename PactGuard ro PactReference to be more general

0.4.0

Fri, 14 Jul 2023 10:02:16 GMT

Minor changes

  • Remove chainId: '' added PactGuard

0.3.5

Mon, 10 Jul 2023 14:25:54 GMT

Version update only

0.3.4

Mon, 10 Jul 2023 14:20:26 GMT

Version update only

0.3.3

Tue, 04 Jul 2023 08:27:48 GMT

Version update only

0.3.2

Thu, 22 Jun 2023 09:46:33 GMT

Version update only

0.3.1

Tue, 13 Jun 2023 13:17:28 GMT

Patches

  • Update to typescript 5

0.3.0

Thu, 01 Jun 2023 20:18:44 GMT

Minor changes

  • Changed ICommand to not accept undefined sig, added IUnsignedCommand

0.1.2

Fri, 03 Mar 2023 11:24:59 GMT

Version update only

0.1.1

Mon, 27 Feb 2023 15:39:44 GMT

Version update only

0.1.0

Mon, 27 Feb 2023 14:25:39 GMT

Minor changes

  • add null type to IUnsignedTransaction sig

Patches

  • adds SigningRequest type and createSigningRequest for use in the sign endpoint
    of the Signing API

0.0.3

Fri, 09 Dec 2022 12:07:57 GMT

Patches

  • remove only-allow pnpm

0.0.2

Fri, 28 Oct 2022 11:53:11 GMT

Patches

  • Added absolute url's and repositories for npm

@kadena/[email protected]

09 Nov 09:09
Compare
Choose a tag to compare

Change Log - @kadena/pactjs

0.4.1

Patch Changes

  • fa6b84e: No auto-globals for vitest specs

0.4.0

Minor Changes

  • d62a23f: Generate provenance statement during npm publish

Patch Changes

  • c8bbec3: Fix types in package.json
  • c143687: Fixed PactNumber to prevent the creation of scientific notation for
    large numbers.
  • fec8dfa: Upgrade typescript and @types/node dependencies

This log was last generated on Mon, 21 Aug 2023 10:31:32 GMT and should not be
manually modified.

0.3.2

Mon, 21 Aug 2023 10:31:32 GMT

Version update only

0.3.1

Fri, 04 Aug 2023 16:10:02 GMT

Patches

  • formatting and linting

0.3.0

Fri, 14 Jul 2023 10:02:16 GMT

Minor changes

  • Extend PactNumber with BigNumber and make its API available

0.2.11

Mon, 10 Jul 2023 14:25:54 GMT

Version update only

0.2.10

Mon, 10 Jul 2023 14:20:26 GMT

Version update only

0.2.9

Tue, 04 Jul 2023 08:27:48 GMT

Version update only

0.2.8

Thu, 22 Jun 2023 09:46:33 GMT

Version update only

0.2.7

Tue, 13 Jun 2023 13:17:28 GMT

Patches

  • Update to typescript 5

0.2.6

Thu, 01 Jun 2023 20:18:44 GMT

Version update only

0.1.4

Fri, 03 Mar 2023 11:24:59 GMT

Version update only

0.1.3

Mon, 27 Feb 2023 15:39:44 GMT

Version update only

0.1.2

Mon, 27 Feb 2023 14:25:39 GMT

Version update only

0.1.1

Fri, 09 Dec 2022 12:07:57 GMT

Patches

  • remove only-allow pnpm

0.1.0

Fri, 28 Oct 2022 11:53:11 GMT

Minor changes

  • release pactjs library

Patches

  • version bump
  • Added absolute url's and repositories for npm

@kadena/[email protected]

09 Nov 09:09
Compare
Choose a tag to compare

Change Log - @kadena/pactjs-generator

1.6.1

1.6.0

Patch Changes

  • fa6b84e: No auto-globals for vitest specs

1.5.0

Minor Changes

  • d62a23f: Generate provenance statement during npm publish

Patch Changes

  • 3873e73: Fix no namesapce issue for used modules
  • 99ce19b: Fix index.d.ts by using import instead of export since we use
    interface merging for types
  • fec8dfa: Upgrade typescript and @types/node dependencies

1.4.0

Patch Changes

  • 5068b09: Update the pact-grammar to support a list as a valid function's
    return type.
  • 143d0be: Fix the name collision between the arguments of capabilities in the
    generated type

1.3.0

Patch Changes

  • f148002: Accept power "^" as a valid operator

1.2.0

This log was last generated on Fri, 04 Aug 2023 16:10:02 GMT and should not be
manually modified.

1.0.0

Fri, 04 Aug 2023 16:10:02 GMT

Updates

  • Use ICap from @kadena/types instead of ICapabilityItem

0.1.13

Mon, 10 Jul 2023 14:25:54 GMT

Version update only

0.1.12

Mon, 10 Jul 2023 14:20:26 GMT

Updates

  • small changes in readme
  • Remove unused dependencies + fix some lint config

0.1.11

Tue, 04 Jul 2023 08:27:48 GMT

Updates

  • Add repo-wide markdown formatting
  • Complete the formatting trilogy
  • Introduce generic package doc headers
  • Housekeeping npm-published files
  • Replace lint-staged with explicit format script
  • Rename master branch to main
  • apply new lint rules

0.1.10

Thu, 22 Jun 2023 09:46:33 GMT

Version update only

0.1.9

Tue, 13 Jun 2023 13:17:28 GMT

Patches

  • Update to typescript 5
  • Use Jest snapshot to assert generated file

Updates

  • Skip create-kadena-app tests in Windows/Git Bash

0.1.8

Thu, 01 Jun 2023 20:18:44 GMT

Patches

  • Set the namespace for each module
  • fixing the issue regards "rush install" and "rush build" on windows

Updates

  • Fix usage of repository and npx in package.json

0.1.7

Fri, 03 Mar 2023 11:24:59 GMT

Version update only

0.1.6

Mon, 27 Feb 2023 15:39:44 GMT

Version update only

0.1.5

Mon, 27 Feb 2023 14:25:39 GMT

Version update only

0.1.4

Thu, 02 Feb 2023 16:30:09 GMT

Patches

  • BREAKING: Pact.modules functions will accept for numbers only IPactDecimal or
    IPactInteger

0.1.3

Mon, 16 Jan 2023 16:31:08 GMT

Patches

  • Merge generated types for capabilities across modules

Updates

  • change dependency @kadena-dev/eslint-config and @kadena-dev/heft-rig

0.1.2

Thu, 15 Dec 2022 14:56:25 GMT

Patches

  • fix issue where modules did not contain namespace

0.1.1

Thu, 01 Dec 2022 09:16:13 GMT

Patches

  • fix issue where dashes in smart contract caused invalid typings

0.1.0

Tue, 29 Nov 2022 16:14:08 GMT

Minor changes

  • Adds IPactCommand to module functions.

0.0.2

Fri, 28 Oct 2022 11:53:11 GMT

Patches

  • Updated readme for release

@kadena/[email protected]

09 Nov 09:09
Compare
Choose a tag to compare

Change Log - @kadena/cryptography-utils

0.4.1

Patch Changes

  • fa6b84e: No auto-globals for vitest specs

0.4.0

Minor Changes

  • d62a23f: Generate provenance statement during npm publish

Patch Changes

  • c8bbec3: Fix types in package.json
  • fec8dfa: Upgrade typescript and @types/node dependencies
  • 699e73b: Migrate packages from Jest to Vitest

This log was last generated on Mon, 21 Aug 2023 10:31:32 GMT and should not be
manually modified.

0.3.8

Mon, 21 Aug 2023 10:31:32 GMT

Version update only

0.3.7

Fri, 04 Aug 2023 16:10:02 GMT

Patches

  • formatting and linting

0.3.6

Fri, 14 Jul 2023 10:02:16 GMT

Patches

  • Update tests

0.3.5

Mon, 10 Jul 2023 14:25:54 GMT

Version update only

0.3.4

Mon, 10 Jul 2023 14:20:26 GMT

Version update only

0.3.3

Tue, 04 Jul 2023 08:27:48 GMT

Version update only

0.3.2

Thu, 22 Jun 2023 09:46:33 GMT

Version update only

0.3.1

Tue, 13 Jun 2023 13:17:28 GMT

Patches

  • Update to typescript 5

0.3.0

Thu, 01 Jun 2023 20:18:44 GMT

Minor changes

  • Added isSignedCommand function

0.1.4

Fri, 03 Mar 2023 11:24:59 GMT

Version update only

0.1.3

Mon, 27 Feb 2023 15:39:44 GMT

Version update only

0.1.2

Mon, 27 Feb 2023 14:25:39 GMT

Version update only

0.1.1

Fri, 09 Dec 2022 12:07:57 GMT

Patches

  • remove only-allow pnpm

0.1.0

Fri, 28 Oct 2022 11:53:11 GMT

Minor changes

  • Added new util function unique to create an array with unique IBase64Url

Patches

  • version bump
  • Added repository urls
  • Added Buffer
  • Added buffer fix
  • Moved return value to a const

0.0.2

Fri, 15 Jul 2022 14:16:50 GMT

Initial release

@kadena/[email protected]

09 Nov 09:09
Compare
Choose a tag to compare

Change Log - @kadena/client

1.6.1

Patch Changes

  • 445fb2c: Fix pred type for keysets

1.6.0

Patch Changes

1.5.0

Minor Changes

  • d62a23f: Generate provenance statement during npm publish

Patch Changes

  • 69eec05: Fix the issue with continuation to ensure that the proof is a
    string before utilizing string methods.
  • fec8dfa: Upgrade typescript and @types/node dependencies
  • f6c52c3: Expose two new functions:
    • getHostUrl to use with @kadena/client-utils package
    • submitOne to make piping easier. As the piped arguments can be ambiguous
      (array or single transaction)
  • f1259ea: Migrate packages from Jest to Vitest
  • Updated dependencies [badc7c2]
  • Updated dependencies [831c022]
  • Updated dependencies [2a0e92c]
  • Updated dependencies [3e00cf2]
  • Updated dependencies [c8bbec3]
  • Updated dependencies [b51b865]
  • Updated dependencies [a664a95]
  • Updated dependencies [c143687]
  • Updated dependencies [591bf03]
  • Updated dependencies [d62a23f]
  • Updated dependencies [fec8dfa]
  • Updated dependencies [eede696]
  • Updated dependencies [699e73b]
  • Updated dependencies [7e5bfb2]
  • Updated dependencies [a664a95]
  • Updated dependencies [c375cb1]
    • @kadena/chainweb-node-client\@0.5.0
    • @kadena/cryptography-utils\@0.4.0
    • @kadena/pactjs\@0.4.0

1.4.0

Minor Changes

  • f6ff574: Add feature to allow signing with keypair:

    const signWithKeystore = createSignWithKeypair([keyPair, keyPair2]);
    const [signedTx1, signedTx2] = await signWithKeystore([tx1, tx2]);
    const signedTx3 = await signWithKeystore(tx3);

1.3.0

Minor Changes

  • 1723073: Adds signWithEckoWallet and quicksignWithEckoWallet

Patch Changes

  • Updated dependencies [8adef24]
  • Updated dependencies [242b568]
  • Updated dependencies [664140f]
    • @kadena/chainweb-node-client\@0.4.4
    • @kadena/cryptography-utils\@0.3.8
    • @kadena/pactjs\@0.3.2

1.2.0

Minor Changes

  • b8b8661: Add createEckoWalletSign() and createEckoWalletQuicksign().
    This creates a wrapper for the eckoWALLET API

This log was last generated on Mon, 21 Aug 2023 10:31:32 GMT and should not be
manually modified.

1.1.0

Mon, 21 Aug 2023 10:31:32 GMT

Minor changes

  • Make addSignatures public

Updates

  • throw error for duplicated keys while using addData
  • Literal class for handeling literal values during pact expression creation

1.0.0

Fri, 04 Aug 2023 16:10:02 GMT

Updates

  • Make the API more flexible by splitting it into three steps - build
    transactions | signing and | submitting
  • Accepts multiple code in one transactions
  • Refactoring types and suggest all related capabilities of the functions
  • exposing sighWithChainWeaver and SignWithWalletConnect
  • deprecating poll and send
  • introducing submit pollStatus dirtyRead preflight
    signatureVerification runPact

0.6.1

Mon, 10 Jul 2023 14:25:54 GMT

Version update only

0.6.0

Mon, 10 Jul 2023 14:20:26 GMT

Minor changes

  • Implemented new Chain ID type from @kadena/chainweb-node-client
  • PactCommand's pollUntil now rejects with the result of the request instead
    of the instance of the PactCommand class

Updates

  • small docs changes
  • Consistent fenced code block shell language
  • Improve accessibility of the @kadena/client readme
  • Remove unused dependencies + fix some lint config

0.5.0

Tue, 04 Jul 2023 08:27:48 GMT

Minor changes

  • Adds signWithWalletConnect and quicksignWithWalletConnect

Patches

  • added /spv to the apiHost in cont command

Updates

  • Add repo-wide markdown formatting
  • Complete the formatting trilogy
  • Introduce generic package doc headers
  • Housekeeping npm-published files
  • Replace lint-staged with explicit format script
  • Rename master branch to main
  • apply new lint rules

0.4.0

Thu, 22 Jun 2023 09:46:33 GMT

Minor changes

  • Creation of ContCommand class to enable cont type commands

Patches

  • small fix regarding stringified proof in cont command

Updates

  • Added encoding library to support the cross-fetch library

0.3.1

Tue, 13 Jun 2023 13:17:28 GMT

Patches

  • Set this.nonce to the created nonce to make it publicly available
  • Update to typescript 5

0.3.0

Thu, 01 Jun 2023 20:18:44 GMT

Minor changes

  • Add localWithoutSignatureVerification function in command builder
  • Adds setNonceCreator() to allow the user to set a custom nonce

Patches

  • Fix type for addCap, add requestKey to IPactCommand

Updates

  • Fix usage of repository and npx in package.json
  • Removed localWithoutSignatureVerification

0.1.10

Fri, 03 Mar 2023 11:24:59 GMT

Version update only

0.1.9

Mon, 27 Feb 2023 15:39:44 GMT

Version update only

0.1.8

Mon, 27 Feb 2023 14:25:39 GMT

Patches

  • Expose requestKey on PactCommand
  • update /quickSign to /quicksign in client/signWithChainweaver
  • Update with KIP 0015 signing api standard

Updates

  • Updates docs on using PactCommand

0.1.7

Thu, 02 Feb 2023 16:30:09 GMT

Patches

  • BREAKING: Pact.modules functions will accept for numbers only IPactDecimal or
    IPactInteger

0.1.6

Thu, 02 Feb 2023 11:57:26 GMT

Patches

  • Do not convert js typeof 'number' to decimals

Updates

  • change dependency @kadena-dev/eslint-config and @kadena-dev/heft-rig

0.1.5

Wed, 21 Dec 2022 12:17:18 GMT

Patches

  • Renames callPollUntilTimeout to pollUntil. Adds an onCall callback to
    pollUntil which gets called after each poll

0.1.4

Mon, 19 Dec 2022 13:39:19 GMT

Patches

  • Fix callPollUntilTimeout to not catch when an empty object is returned from
    /poll

0.1.3

Mon, 19 Dec 2022 12:54:50 GMT

Patches

  • Added (postinstall) helpers to make retrieving and generating contracts
    easier.
  • Added a callPollUntilTimeout function which calls the /poll endpoint until
    the transaction is successful or the request times out

0.1.2

Thu, 15 Dec 2022 14:56:25 GMT

Patches

  • When proprerties of a non-malleable transaction change, remove cmd, hash
    and signatures from the transaction to issue a recalculation of the cmd
    and hash.

0.1.1

Fri, 09 Dec 2022 12:07:57 GMT

Updates

  • Updated docs

0.1.0

Tue, 29 Nov 2022 16:14:08 GMT

Minor changes

  • BREAKING: Removes createTransaction, replaced by createCommand.
  • Adds send and addSignatures to CommandBuilder.
  • Adds local and poll to CommandBuilder.

0.0.5

Wed, 02 Nov 2022 12:29:53 GMT

Patches

  • fix signWithChainweaver
  • use ChainwebNetworkId for networkId

0.0.4

Tue, 01 Nov 2022 11:21:25 GMT

Patches

  • fix wrong response type signWithChainweaver

0.0.3

Fri, 28 Oct 2022 11:53:11 GMT

Patches

  • Updated readme
  • use .kadena/pactjs-generated to prevent deletion

Updates

  • Adds launch-post