- eccd46e: Add support for testnet05
- Updated dependencies [78e6f88]
- @kadena/chainweb-node-client@0.7.0
- d07b424: Add
eckoStatus
tocreateEckoWalletQuicksign
andcreateEckoWalletSign
.
- 29168e2: Fixed addSignatures for signatues object with pubKey + exported parseAsPactValue
- Updated dependencies [29168e2]
- @kadena/chainweb-node-client@0.6.3
- @kadena/cryptography-utils@0.4.4
- @kadena/pactjs@0.4.3
-
6d4e82074: Deprecated wallet function names (
createSignWithX
) to provide a clearer naming scheme.The following functions have been deprecated:
createWalletConnectSign
->createSignWithWalletConnect
createWalletConnectQuicksign
->createQuicksignWithWalletConnect
createEckoWalletSign
->createSignWithEckoWallet
createEckoWalletQuicksign
->createQuicksignWithEckoWallet
- 9c145f196: Export ISigner interface
- c9fe555df: Pin sensitive dependencies to specific versions
- Updated dependencies [c9fe555df]
- Updated dependencies [9c4145cb7]
- @kadena/cryptography-utils@0.4.4
- @kadena/chainweb-node-client@0.6.2
- 93bf55b07: Package updates
- Updated dependencies [93bf55b07]
- @kadena/chainweb-node-client@0.6.1
- @kadena/cryptography-utils@0.4.3
- @kadena/pactjs@0.4.3
- 3bbfeaaa9: added support for confirmationDepth in client added
pollOne
as an alternative tolisten
that uses/poll
endpoint
- Updated dependencies [3bbfeaaa9]
- @kadena/chainweb-node-client@0.6.0
- d67b52906: Fixed IParsedCode interface
- 016b9dbfc: Added support for verifiers in @kadena/client
- b53c2600c: Add WebAuthn as a valid scheme for signers
- 6ddf094d8: Fix parse objects and arrays to pact values
- 6ddf094d8: Add Record<string,any> to PactValue type
- @kadena/chainweb-node-client@0.5.3
- @kadena/cryptography-utils@0.4.2
- @kadena/pactjs@0.4.2
- Updated dependencies [5b1d8334e]
- @kadena/chainweb-node-client@0.5.3
- 0540b213b: Adds support for a custom url to signWithChainweaver
- 9bec1fb8e: intruduce PactReturnType in order to extract pact functions return type
- c126ca38c: Extract capability type from pure string pact code
- c637a9596: Resolved the issue with Ikeypair type with two different signatures
- a3bb20737: let users pass Literal or ()=>string as function inputs to cover
more advanced usecases.
- @kadena/chainweb-node-client@0.5.2
- @kadena/cryptography-utils@0.4.2
- @kadena/pactjs@0.4.2
- 21a0d1530: Fix pactjs-cli to send hash with txs; fixed the issue after chainweb-node update
- 4bd53128d: Fix createEckoWalletQuicksign to work with updated interface
- 445fb2c7d: Fix pred type for keysets
- fa6b84e22: No auto-globals for vitest specs
- Updated dependencies [1d7d88081]
- Updated dependencies [d15a6231f]
- Updated dependencies [fa6b84e22]
- @kadena/chainweb-node-client@0.5.1
- @kadena/cryptography-utils@0.4.1
- @kadena/pactjs@0.4.1
- d62a23ffe: Generate provenance statement during npm publish
- 69eec056f: Fix the issue with continuation to ensure that the proof is a string before utilizing string methods.
- fec8dfafd: Upgrade
typescript
and@types/node
dependencies - f6c52c340: Expose two new functions:
getHostUrl
to use with@kadena/client-utils
packagesubmitOne
to make piping easier. As the piped arguments can be ambiguous (array or single transaction)
- f1259eafa: Migrate packages from Jest to Vitest
- Updated dependencies [badc7c2a3]
- Updated dependencies [831c022c8]
- Updated dependencies [2a0e92cd1]
- Updated dependencies [3e00cf2ac]
- Updated dependencies [c8bbec395]
- Updated dependencies [b51b86507]
- Updated dependencies [a664a9535]
- Updated dependencies [c143687bd]
- Updated dependencies [591bf035e]
- Updated dependencies [d62a23ffe]
- Updated dependencies [fec8dfafd]
- Updated dependencies [eede6962f]
- Updated dependencies [699e73b51]
- Updated dependencies [7e5bfb25f]
- Updated dependencies [a664a9535]
- Updated dependencies [c375cb124]
- @kadena/chainweb-node-client@0.5.0
- @kadena/cryptography-utils@0.4.0
- @kadena/pactjs@0.4.0
-
f6ff5749: Add feature to allow signing with keypair:
const signWithKeystore = createSignWithKeypair([keyPair, keyPair2]); const [signedTx1, signedTx2] = await signWithKeystore([tx1, tx2]); const signedTx3 = await signWithKeystore(tx3);
- 17230731: Adds signWithEckoWallet and quicksignWithEckoWallet
- Updated dependencies [8adef240]
- Updated dependencies [242b5687]
- Updated dependencies [664140f3]
- @kadena/chainweb-node-client@0.4.4
- @kadena/cryptography-utils@0.3.8
- @kadena/pactjs@0.3.2
- b8b866145: Add
createEckoWalletSign()
andcreateEckoWalletQuicksign()
. 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.
Mon, 21 Aug 2023 10:31:32 GMT
- Make addSignatures public
- throw error for duplicated keys while using addData
- Literal class for handeling literal values during pact expression creation
Fri, 04 Aug 2023 16:10:02 GMT
- 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
andsend
- introducing
submit
pollStatus
dirtyRead
preflight
signatureVerification
runPact
Mon, 10 Jul 2023 14:25:54 GMT
Version update only
Mon, 10 Jul 2023 14:20:26 GMT
- 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
- small docs changes
- Consistent fenced code block shell language
- Improve accessibility of the
@kadena/client
readme - Remove unused dependencies + fix some lint config
Tue, 04 Jul 2023 08:27:48 GMT
- Adds signWithWalletConnect and quicksignWithWalletConnect
- added /spv to the apiHost in cont command
- 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
Thu, 22 Jun 2023 09:46:33 GMT
- Creation of ContCommand class to enable cont type commands
- small fix regarding stringified proof in cont command
- Added encoding library to support the cross-fetch library
Tue, 13 Jun 2023 13:17:28 GMT
- Set this.nonce to the created nonce to make it publicly available
- Update to typescript 5
Thu, 01 Jun 2023 20:18:44 GMT
- Add localWithoutSignatureVerification function in command builder
- Adds
setNonceCreator()
to allow the user to set a custom nonce
- Fix type for addCap, add requestKey to IPactCommand
- Fix usage of
repository
andnpx
in package.json - Removed localWithoutSignatureVerification
Fri, 03 Mar 2023 11:24:59 GMT
Version update only
Mon, 27 Feb 2023 15:39:44 GMT
Version update only
Mon, 27 Feb 2023 14:25:39 GMT
- Expose requestKey on PactCommand
- update /quickSign to /quicksign in client/signWithChainweaver
- Update with KIP 0015 signing api standard
- Updates docs on using PactCommand
Thu, 02 Feb 2023 16:30:09 GMT
- BREAKING: Pact.modules functions will accept for numbers only IPactDecimal or IPactInteger
Thu, 02 Feb 2023 11:57:26 GMT
- Do not convert js typeof 'number' to decimals
- change dependency @kadena-dev/eslint-config and @kadena-dev/heft-rig
Wed, 21 Dec 2022 12:17:18 GMT
- Renames
callPollUntilTimeout
topollUntil
. Adds an onCall callback topollUntil
which gets called after each poll
Mon, 19 Dec 2022 13:39:19 GMT
- Fix callPollUntilTimeout to not catch when an empty object is returned from /poll
Mon, 19 Dec 2022 12:54:50 GMT
- 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
Thu, 15 Dec 2022 14:56:25 GMT
- When proprerties of a non-malleable transaction change, remove
cmd
,hash
andsignatures
from the transaction to issue a recalculation of thecmd
andhash
.
Fri, 09 Dec 2022 12:07:57 GMT
- Updated docs
Tue, 29 Nov 2022 16:14:08 GMT
- BREAKING: Removes
createTransaction
, replaced bycreateCommand
. - Adds
send
andaddSignatures
to CommandBuilder. - Adds
local
andpoll
to CommandBuilder.
Wed, 02 Nov 2022 12:29:53 GMT
- fix signWithChainweaver
- use ChainwebNetworkId for networkId
Tue, 01 Nov 2022 11:21:25 GMT
- fix wrong response type signWithChainweaver
Fri, 28 Oct 2022 11:53:11 GMT
- Updated readme
- use .kadena/pactjs-generated to prevent deletion
- Adds launch-post