Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1 #897

Merged
merged 131 commits into from
Aug 8, 2024
Merged

chore: release v1 #897

merged 131 commits into from
Aug 8, 2024

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    a8713a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f2c012 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    e10398f View commit details
    Browse the repository at this point in the history
  2. refactor!: fetch attestation as part of verifyCredential (#708)

    * feat: credential attestation verification helper
    * feat: report attestation <> credential mismatching attributes in error message
    * refactor!: call verifyAttested from verifyCredential
    * refactor!: return VerifiedCredential from verify{Credential,Presenation}
    * fix: verifyAgainstCredential didn't check delegation
    * chore: add {} to all ifs
    * chore: improve docstrings
    * test: add tests for attestation recheck
    rflechtner authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f8b54cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    887b0ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fea185f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. fix: fromFemtoKilt fails for non-english locales (#731)

    * fixes balance formatting in fromFemtoKilt by forcing an English locale in the internals
    rflechtner authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    11ffbcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    446a19c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbcbeac View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. feat: split associateAccountToChainArgs (#730)

    This makes it possible to use the high level associateAccountToChainArgs in most cases, but also use the building blocks in edge cases where parts are already done by other parts of the app (e.g. the wrapping of bytes).
    
    fixes [#2484](https://github.com/KILTprotocol/ticket/issues/2484)
    
    ---------
    
    Co-authored-by: Antonio <[email protected]>
    weichweich and ntn-x2 authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    6e32aef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8548b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    73439d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9180963 View commit details
    Browse the repository at this point in the history
  3. feat: update LICENSE (#737)

    * Update LICENSE
    
    changed to built on KILT
    
    ---------
    
    Co-authored-by: Raphael Flechtner <[email protected]>
    GustavHemmelmayr and rflechtner authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    db2b1b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. chore(deps): update polkadot dependencies (#732)

    * chore(deps): update polkadot dependencies
    * fix: spies
    * refactor: jest.mocked
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Tom Adler <[email protected]>
    renovate[bot] and arty-name authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2b32986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2ce8eb View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    354fd83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf3c54d View commit details
    Browse the repository at this point in the history
  3. feat: enums and arrays on new ctype metaschema (#740)

    * feat: enums and arrays on new ctype metaschema
    * chore: update unit test
    * chore: adjust types
    * test: new CType features
    * fix: workaround to make chrome parse ipfs uri
    rflechtner authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    97c9361 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e668ba1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    b8cf0bd View commit details
    Browse the repository at this point in the history
  2. feat!: vc-export produces KiltCredentialV1 & KiltAttestationProofV1 c…

    …ompliant credentials (#718)
    
    * feat!: new vc export (#733)
    * refactor!: make all key ids absolute uris on conformant did doc (#742)
    * feat: new vc presentation tools (#734)
    * feat!: new vc suites (#735)
    * docs: add description of added features to README
    rflechtner authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2cdb02a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81e1cb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. fix: augmented type generation (#747)

    * fix: api-augment type generation
    * fix: extraDefs subpath export
    * chore: run type generation
    * chore: add explanatory comments
    rflechtner authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    f121892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5971f4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    bd7e26e View commit details
    Browse the repository at this point in the history
  2. chore: style

    rflechtner committed May 17, 2023
    Configuration menu
    Copy the full SHA
    fc0cbc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e2860e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bca5c92 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. chore(deps): update dependency did-jwt to v7 (#748)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 22, 2023
    Configuration menu
    Copy the full SHA
    808ce19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62a040d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    d630a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c661d61 View commit details
    Browse the repository at this point in the history
  3. fix: make config package cjs-only (#755)

    * fix: make sure config is singleton
    rflechtner authored May 23, 2023
    Configuration menu
    Copy the full SHA
    c8e574a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    514a647 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16ce2be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b01adeb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. chore(deps): update polkadot dependencies to v12 (#749)

    * chore: use v12 versions of polkadot/common libs
    * chore: remove unused dependency websocket
    * chore!: end support for node 14
    * ci: use nvmrc for node version definition
    * ci: test node v20 as well
    ---------
    
    Co-authored-by: Raphael Flechtner <[email protected]>
    renovate[bot] and rflechtner authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    f623265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379726a View commit details
    Browse the repository at this point in the history
  3. fix: set version script

    rflechtner committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    4a103eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdb58a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5befa74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59af3e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3633210 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    6f0a2af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd41a13 View commit details
    Browse the repository at this point in the history
  3. chore: update metadata (#765)

    * chore: upgrade latest-develop metadata
    * test: fix integration test
    rflechtner authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    0772ccb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23fd3d5 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency cbor-web to v9 (#756)

    * chore(deps): update dependency cbor-web to v9
    * refactor: cbor-web now has typescript types
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Raphael Flechtner <[email protected]>
    renovate[bot] and rflechtner authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    7f33e14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87217ae View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    2f5189b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    931a14e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    909b771 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. feat: re-export imported types from @kiltprotocol/types (#762)

    * feat: re-export imported types from @kiltprotocol/types
    * refactor: use re-exported types throughout sdk
    rflechtner authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    fbeed97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    054d7f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    62c5fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dc0b89 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. refactor!: nest ctype in ICTypeDetails (#766)

    * refactor: nest ctype in ICTypeDetails
    * test: fix integration tests
    rflechtner authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0bdea23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    980e304 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump webpack from 5.70.0 to 5.76.0 (#771)

    * chore(deps-dev): bump webpack from 5.70.0 to 5.76.0
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Gerawork Aynekulu <[email protected]>
    Co-authored-by: Raphael Flechtner <[email protected]>
    3 people authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    48f6e49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    544519f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. feat: deprecate CType meta schema draft-01 (#778)

    * feat: deprecate CType meta schema draft-01
    * fix: default to log level warn in non-production environments
    rflechtner authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5be1875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55b2192 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. refactor!: credentialSchema does not work for CTypes (#774)

    * refactor!: remove CType from credentialSchema
    * refactor!: make CType validation part of proof verification
    * feat: verify that credential uses correct schema
    * test: expect credential schema id
    * refactor!: add CType to VC type field
    * chore: add schema name and description
    * refactor!: move CredentialSchema functions to KiltCredentialV1
    rflechtner authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    93e8ac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdd99be View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. refactor: improve vc export api surface (#770)

    * fix: omit credential id if no root hash is passed to fromInput
    * refactor!: anchorCredential first, then call createProof
    * refactor!: remove api parameter from issue
    * refactor!: align `issue` signature with `anchorCredential`
    * refactor: improve typings & error handling
    
    ---------
    Co-authored-by: Antonio <[email protected]>
    rflechtner authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e186bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    269da28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c46955 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. test: esm variant of integration tests (#779)

    * test: move integration tests to tests directory
    * test: integration tests on esm
    * tests: move test utils to tests folder
    * tests: move jest setup file
    * tests: use projects instead of group runner
    * tests: update test coverage setup
    * tests: fix failing & flaky integration tests
    * ci: run esm tests in ci
    rflechtner authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2cbfd3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    715d329 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    e9c7871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eb9a69 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. refactor!: remove messages (#781)

    * refactor!: remove messages
    * refactor!: remove quotes
    * test: fix/remove affected tests
    ---------
    
    Co-authored-by: Adel Golghalyani <[email protected]>
    weichweich and Ad96el authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c77b345 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. chore: create new asset-credentials package (#787)

    * renames the asset-did package to asset-credentials
    * move PublicCredentials module from core to asset-credentials
    * move extrinsic flattening helpers to utils package
    ---------
    Co-authored-by: Raphael Flechtner <[email protected]>
    ntn-x2 authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5473696 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. refactor!: remove error types (#789)

    refactor: remove error types
    Ad96el authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2f06e2f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. test: make tests work with new kilt node cli (#796)

    * test: make tests work with new kilt node cli
    * test: re-use integration test utils in bundle tests
    * test: bump runtime version in integration test switch condition
    rflechtner authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    26751e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e130e0d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. chore: move utils.Chain into chain-helpers package (#790)

    * Update typescript version
    
    * Update locations
    
    * Revert "Update typescript version"
    
    This reverts commit a6fc85d.
    
    * Remove redundant dependency
    ntn-x2 authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c4ab492 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    f8ac453 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. feat: DIP provider type definitions (#743)

    * Draft PR commit
    
    * feat: DID merkle proofs (#744)
    
    * Add type definitions for the new dipSender runtime API
    
    * Update types with new spec 11000
    
    * Update type definitions
    
    * Change keyIds input type
    
    * chore: support parties renaming (#751)
    
    Rename producer -> provider and receiver -> consumer
    
    * chore: update types for additional linked info (#759)
    
    Update types
    
    * feat: add `dipProvider` pallet for DID extrinsic signing (#764)
    
    Add dipProvider pallet for DID extrinsic signing
    
    * chore: set package version to 0.33.2-dip-0
    
    * feat: error management (#802)
    
    * Error types
    
    * Update DIP provider runtime APIs types
    
    * Update packages version
    
    * feat: add versioning support (#806)
    
    * Add version type
    
    * Set package versions
    
    * Fix identity commitment version type
    
    * Update lock file
    
    * Changes based on KILTprotocol/kilt-node@1e338a4
    
    * Set version to DIP version
    
    * Changes based on KILTprotocol/kilt-node@e23dbcc
    
    * Update type definitions
    
    * Revert package versions change
    
    * Revert yarn.lock changes
    
    * Set version to dip-2
    
    * Revert package.json changes
    
    * Add runtime calls to Peregrine runtimes
    ntn-x2 authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    62c68b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. fix: add missing runtime call (#822)

    Add missing runtime call
    ntn-x2 authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3523525 View commit details
    Browse the repository at this point in the history
  2. refactor!: VCs and proper DID documents as basic identity modules in …

    …SDK (#807)
    
    Co-authored-by: Antonio <[email protected]>
    Co-authored-by: Skedley <[email protected]>
    3 people authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    7de0d75 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. chore: depchecks (#824)

    rflechtner authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3b3d838 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. chore: rename vc export package (#828)

    * chore: rename vc-export package to jsonld-suites
    * docs: update readme of jsonld-suites
    * refactor!: replace KiltAttestationProofV1Purpose with NoProofPurpose
    rflechtner authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c5b4f09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af2a95e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaa2e12 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    7e72b95 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    727174d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce12c52 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. chore: cherry pick release 0.35.0 (#840)

    * chore: update references to mashnet-node
    * chore: require @polkadot/api^10.7.3
    rflechtner authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    052eece View commit details
    Browse the repository at this point in the history
  2. test: disable pointless and breaking did integration tests (#841)

    test: disable pointless and breakind did integration tests
    rflechtner authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    63ab8c7 View commit details
    Browse the repository at this point in the history
  3. fix: type augmentation (#838)

    * fix: type augmentation
    * fix: rename clashing property 'key'
    * chore: update metadata to 1.12.1
    rflechtner authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a2def69 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. refactor: more flexible extrinsic unwrapping for ctype fetching (#837)

    * refactor!: flattenCalls unpacks all calls
    * test: add integration tests for dispatchAs
    * fix: add conditional logic to event & extrinsic matching
    * docs: update docstring on flattenCalls
    rflechtner authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b35dfa9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. refactor: new augmentation (#842)

    * refactor: replace augment package with external version
    * test: re-add metadata for tests
    rflechtner authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    bd672d4 View commit details
    Browse the repository at this point in the history
  2. refactor!: new data integrity (#847)

    * refactor: update to new jcs suites with createVerifyData implemented
    * feat: use jcs createVerifyData for known jcs suites
    rflechtner authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    38436ac View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump @babel/traverse from 7.22.10 to 7.23.6 (#826)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.6.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-traverse)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Raphael Flechtner <[email protected]>
    dependabot[bot] and rflechtner authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f0fbdf2 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update yarn to v4 (#804)

    * chore(deps): update yarn to v4
    * chore: apply migrations to lock file and plugins
    * chore: fix scripts
    * ci: update workflows
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Raphael Flechtner <[email protected]>
    renovate[bot] and rflechtner authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4aa68dd View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. chore: remove type definitions (#846)

    * chore: remove type-definitions package
    * chore(deps): make typegen peer dep
    rflechtner authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5f1c02e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. feat: allow light did signers on getStoreTx (#848)

    * feat: allow light did signers on getStoreTx
    * test: add unit test
    rflechtner authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    710e3c9 View commit details
    Browse the repository at this point in the history
  2. refactor: remove callback types (#831)

    * refactor: remove callback types
    * fix: remove remaining mentions of sign callbacks
    rflechtner authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b42b714 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    4e56168 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. chore(deps): bump @digitalbazaar/security-context (#853)

    chore(deps): bump @digitalbazaar/security-context bc esm build is broken
    rflechtner authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    49ad994 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. refactor: use credentialSubject on credential constructor (#856)

    * refactor!: use credentialSubject instead of claims and subject
    * test: fix bundle tests
    rflechtner authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2e5c4da View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. refactor!: verify parameters as maps (#857)

    * refactor!: turn verification parameters to map
    * docs: fix a docstring
    rflechtner authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    410d7aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03a81c9 View commit details
    Browse the repository at this point in the history
  3. chore: make resolution options optional (#850)

    * chore: make did resolution options optional
    * fix: accept default
    rflechtner authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6bf7b23 View commit details
    Browse the repository at this point in the history
  4. refactor!: align all functions to consume didResolver (#859)

    refactor!: align all functions to consume didResolver instead of dereference
    rflechtner authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b319c96 View commit details
    Browse the repository at this point in the history
  5. refactor!: make DidDocument ids absolute (#851)

    * refactor!: make DidDocument ids absolute
    * docs: update docstrings
    * test: fix tests
    * test: fix bundle test
    * refactor: serviceFromChain accepts both Option and plain value
    * refactor: allow unwrapped values everywhere
    rflechtner authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    278f89c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    f2a7783 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    baf13e0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix: CType does not check credential ctype in presentation (#867)

    * fix: bug where ctype provided does not match credential ctype id
    
    * feat: using the helper function for ctype hash to id
    
    * fix: updating to check if ctype id is correct
    Dudleyneedham authored May 23, 2024
    Configuration menu
    Copy the full SHA
    23c5b04 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. chore(deps): update polkadot dependencies to v11 (#861)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2ea03c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. chore: update to node v20 (#871)

    ## fixes part of KILTprotocol/ticket#3081
    
    - Makes sure the `package.json` specifies `yarn` version. 
    - Upgrades the used **node version**  on the `.nvmrc`  to `lts/Iron`. 
    - Makes sure the **GitHub workflows** uses node version 20. 
      For this following must be set: 
      - `actions/checkout@v4`
      - `actions/setup-node@v4` **with:**  _either_
        - **node-version-file:** '`package.json`' or '`.nvmrc`' 
        -  **node-version:**  `'`<Node.js version using [SemVer](https://semver.org/) or [aliases](https://github.com/nodejs/Release?tab=readme-ov-file#release-schedule) > `'`
        - `actions/download-artifact@v4`
        - _optional, but done:_ `actions/cache@v4`
      -  `aws-actions/configure-aws-credentials@v4`
      -  `aws-actions/amazon-ecr-login@v2`
     - Makes sure the **Dockerfiles** also use the node version 20. 
      This means that the following must be set: 
          - `FROM node:20-alpine as builder`
    kilted-andres authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f79fa0b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. chore(deps): update dependency uuid to v10 (#870)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c7a445c View commit details
    Browse the repository at this point in the history
  2. chore(deps): update polkadot dependencies (#873)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0ff63cd View commit details
    Browse the repository at this point in the history
  3. fix: bump @KILTprotocol jcs dependencies (#872)

    * Bump @KILTprotocol jcs dependencies
    * Replace logic for decoding multikeys with our suite
    * Add TODO
    ntn-x2 authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b813e7c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. chore: set versions

    rflechtner committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1204f17 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. feat: high-level did helper api (#881)

    * feat: create DID signers from signers or keypairs
    * feat: transact did helper
    * feat: createDid did helper
    * feat: setVerificationMethod did helper
    * feat: addService did helper
    * feat: claimWeb3Name did helper
    * feat: releaseWeb3Name did helper
    * feat: removeVM did helper
    * feat: implement deactivateDid
    * feat: generateKeypair helper using multikey encoding
    * fix: add missing implementation on getSignersForKeypair
    * refactor!: align issuer/holder interfaces (#889)
    * test: fix unit tests
    * test: integration tests for did helpers
    * chore(deps): bump jcs versions
    * chore: set alpha.2 versions
    
    ---------
    
    Co-authored-by: Raphael Flechtner <[email protected]>
    Co-authored-by: Abdulrahim Al Methiab <[email protected]>
    3 people authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    21d05ab View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    df7d915 View commit details
    Browse the repository at this point in the history
  2. chore: set version alpha.3

    rflechtner committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    99ed808 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    3c299bd View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. refactor!: update sdk surface (#893)

    * docs: update outdated docstrings
    
    * refactor!: drop export of signAndSubmitTx
    
    * docs: provide link to JSON Pointer RFC
    rflechtner authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    55aa03d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. refactor!: integrate feedback on alpha release (#894)

    * refactor!: unnest disclose.{allBut,only} parameters
    * feat: accept keys/signers on issue() submitter
    * refactor!: switch to all named parameters on credentials functions
    * chore: move `now` param to top-level on createPresentation
    rflechtner authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8eb897c View commit details
    Browse the repository at this point in the history
  2. chore(deps): update our packages to latest rc (#895)

    * chore(deps): update to latest rc of augment & type-definitions
    * chore(deps): resolve peer deps warnings for kiltprotocol packages
    * chore(deps): resolve @scure/base peer dep warnings
    * chore: do not import SignerInterface from jcs package
    rflechtner authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    690b873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43036af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72d15d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. chore(deps): polkadot-js as peer dependency (#896)

    * chore: make pjs peer dependency in sub-packages
    * fix: messed-up imports
    * chore: make some imports more direct
    rflechtner committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8428c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe49ca5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c34bae View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    263d438 View commit details
    Browse the repository at this point in the history
  2. chore: set version 1

    rflechtner committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5da5868 View commit details
    Browse the repository at this point in the history