Concordium / concordium-dapp-libraries

A coherent set of building blocks for making it as easy as possible for developers to build web-based dApps.
Apache License 2.0
7 stars 5 forks source link

Add entrypoint for binary signing in mobile wallets #69

Closed DOBEN closed 2 months ago

DOBEN commented 2 months ago

Purpose

Work has been done for "signing of binary messages" in the Android mobile wallet. To test the implementation, the wallet-test-bench should enable related tests for the mobile wallets. Currently, these tests were disabled because the dapp-libraries in this repo threw the error:

throw new Error(`signing 'BinaryMessage' is not yet supported by the mobile wallets`);

Closes #68 Related to: https://github.com/Concordium/concordium-misc-tools/pull/145

Changes

In preparation for updating the wallet-connect-test-bench for testing the signing of binary messages in the mobile wallets, some changes were required:

DOBEN commented 2 months ago

Addressing and moving over to this PR: https://github.com/Concordium/concordium-dapp-libraries/pull/43