Skip to content

Releases: dfinity/oisy-wallet-signer

v0.1.6

17 Feb 09:45
46d7070
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

10 Feb 12:25
f74f52e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

20 Jan 19:52
67e6521
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

20 Jan 15:13
f384e89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

13 Jan 08:03
d402d85
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

09 Jan 13:49
567aa81
Compare
Choose a tag to compare

Summary

Always display label "Account" - omit keyword "Subaccount" - when the library generates consent message.

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 Jan 11:49
57e050c
Compare
Choose a tag to compare

Summary

Breaking Changes

  • Consent information message prompt result provided as variant to inform the consumer of the library by providing either Ok if the consent message was decoded by the canister or Warn if it was built by the library.

Features

  • In order to support ledgers that do not implement ICRC-21, fallback to generating a consent message within the library if the targeted method is either icrc1_transfer, icrc2_approve or icrc2_transfer_from.
  • Add support for icrc2_approve in clients IcpWallet and IcrcWallet.
  • Add support for icrc2_transfer_from in client IcrcWallet.

Build

  • Bump most recent dependencies.

Chore

  • Use Node v22 for development and build.
  • As per Legal team suggestion, we update the LICENSE file.
  • Add dependabot.

Docs

  • Fix typos and redundancy in README.
  • Mention npm ci for first usage of demo.
  • Update section about supported clients' features.

Release Notes

What's Changed

Read more

v0.0.3

26 Oct 14:53
5f62492
Compare
Choose a tag to compare

Features

  • Added a host option for the relying party, useful for developers who do not use the default port of the local replica when the client decode the responses with the agent.

Build

  • Fixed CI action to publish next versions.

Docs

  • Corrected a typo in the installation snippet.

v0.0.2

26 Oct 08:27
d6f19cb
Compare
Choose a tag to compare

Features

  • Add an opinionated function for the relying party client that requests permissions only if they are not already granted.

Refactoring

  • Use ICRC-25 constants instead of duplicating the strings 'granted' or 'denied'.

Build

  • Bump the II Playwright plugin to support no-captcha flows.
  • Add a tsconfig.json file in the src directory as a workaround to resolve vi globally in recent JetBrains IDEs.

v0.0.1

22 Oct 10:29
9521510
Compare
Choose a tag to compare

Hello world 👋