platform icon indicating copy to clipboard operation
platform copied to clipboard

Open source, Open standards based Decentralised Identity & Verifiable Credentials Platform

Results 309 platform issues
Sort by recently updated
recently updated
newest added

# What - modified pre-push script to only check commits related to local branch when pushing a local branch to remote for first time . ## Summary by CodeRabbit *...

bug

- Upgrade @typescript-eslint/eslint-plugin from ^6.2.1 to ^8.14.0 - Upgrade @typescript-eslint/parser from ^6.2.1 to ^8.14.0 - Upgrade eslint from ^8.46.0 to ^9.14.0 - Migrate from legacy .eslintrc.js to flat config eslint.config.js...

This PR updates the error message shown when an invalid connection Id (e.g., a space) is provided. Old: "Invalid format for connectionId" New: "Please provide a valid connectionId" This improves...

fixed eslint issues ## Summary by CodeRabbit - New Features - Expanded webhook proof payload to include additional optional fields (metadata, identifiers, timestamps, verification status, context, and error details) for...

- Upgrade typescript-eslint and node packages to the latest versions. - Refer to the ESLint migration guide for configuration changes: https://eslint.org/docs/latest/use/configure/migration-guide

good first issue

## What? Updated the package.json file with correct details ## Summary by CodeRabbit - Documentation - Updated licensing information to Apache-2.0, clarifying usage and distribution terms. - Chores - Bumped...

This is linked to the issue [1162](https://github.com/credebl/platform/issues/1162) to support addition object storage in CREDEBL. 1. Created new storage service library which supports two providers 2. Implemented for minio and refactored...

Fixes #1475 Changed all references of PLATFORM_WALLET_PASSWORD to PLATFORM_WALLET_KEY across the codebase and configuration files. ## Summary by CodeRabbit * **Chores** * Renamed public environment variable PLATFORM_WALLET_PASSWORD → PLATFORM_WALLET_KEY. Services...

### What - Refactor: fetch api-key from .env and call agent token API. - Removed token extraction logic from container logs. ## Summary by CodeRabbit - Refactor - Provisioning and...