Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Update changeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Apr 22, 2024
1 parent 0416515 commit 779b5af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added support to pass the `WalletConnectNamespaceConfig`.
- Hook `useModuleSchemaRpc` for fetching the schema of a smart contract module from the chain.

## [0.5.1] - 2024-03-22
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/src/WithWalletConnector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ interface Props {
network: Network; // reacting to change in 'componentDidUpdate'

/**
* The namespace configuration of the connections,
* The namespace configuration for the wallet connect connection,
* i.e. which methods and events to request permission for in the wallet.
*
* Defaults to {@linkcode FULL_WALLET_CONNECT_NAMESPACE_CONFIG} if not set.
Expand Down
5 changes: 5 additions & 0 deletions packages/wallet-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed

- Fixed circular dependency between `index` and `WalletConnect` files.

### Added

- Added `entrypoint` for the binary message signing in the mobile wallets.
- Added `createWalletConnectModalConfig` to create a configuration the modal shown when connecting to a walletconnect compatible wallet. The value returned can be passed to `WalletConnectConnector.create`.
- Added `CRYPTO_X_WALLET_MAINNET` and `CONCORDIUM_WALLET_MAINNET` exports, which can be passed `createWalletConnectModalConfig` for more control over which wallets are shown.
- Added option to specify the methods and events to request permission for by walletconnect
Expand Down
1 change: 1 addition & 0 deletions packages/wallet-connectors/src/WalletConnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ export class WalletConnectConnection implements WalletConnection {
throw new UnreachableCaseError('message', msg);
}
}

async requestVerifiablePresentation(
challenge: string,
credentialStatements: CredentialStatements
Expand Down

0 comments on commit 779b5af

Please sign in to comment.