Skip to content

Releases: kadena-community/kadena.js

@kadena/pactjs-generator@1.4.0

15 Sep 12:35
Compare
Choose a tag to compare

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

@kadena/pactjs-cli@1.4.0

15 Sep 12:35
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [5068b09]
  • Updated dependencies [143d0be]
    • @kadena/pactjs-generator@1.4.0

@kadena/client@1.4.0

15 Sep 12:35
Compare
Choose a tag to compare

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);

@kadena/pactjs-generator@1.3.0

14 Sep 07:51
Compare
Choose a tag to compare

Patch Changes

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

@kadena/pactjs-cli@1.3.0

14 Sep 07:51
Compare
Choose a tag to compare

Patch Changes

  • e8d0e92: fix issue where shebang was missing in the executable file
  • Updated dependencies [8adef24]
  • Updated dependencies [1723073]
  • Updated dependencies [242b568]
  • Updated dependencies [1723073]
  • Updated dependencies [0afa85d]
  • Updated dependencies [f148002]
    • @kadena/pactjs-generator@1.3.0

@kadena/client@1.3.0

14 Sep 07:51
Compare
Choose a tag to compare

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

@kadena/chainwebjs@0.0.6

14 Sep 07:51
Compare
Choose a tag to compare

Patch Changes

This log was last generated on Fri, 03 Mar 2023 11:24:59 GMT and should not be
manually modified.

@kadena-dev/eslint-config@1.0.0

14 Sep 07:51
Compare
Choose a tag to compare

Major Changes

  • 242b568: Separate linting (ESLint) and formatting (Prettier)

    Adds eslint-config-prettier and removes eslint-plugin-prettier. The
    formatting that Prettier did is removed (also in --fix runs). Apply
    formatting separately using Prettier (--write or --check).

Minor Changes

  • a3f144f: Implements the ESLint rule consistent-type-imports into our codebase
    and updates the currently existing imports/exports.

Patch Changes

  • Updated dependencies [242b568]
  • Updated dependencies [4d52583]
    • @kadena-dev/eslint-plugin@0.0.6

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

Release @kadena/cryptography-utils 0.0.2

25 Jul 12:19
a1ce571
Compare
Choose a tag to compare

Release of version 0.0.2 on https://www.npmjs.com/package/@kadena/cryptography-utils

Change Log - @kadena/cryptography-utils

This log was last generated on Fri, 15 Jul 2022 14:16:50 GMT

0.0.2

Fri, 15 Jul 2022 14:16:50 GMT

Initial release