Skip to content

Releases: rarimo/rarime

2.1.0

08 Apr 11:57
c43bebc
Compare
Choose a tag to compare

Added

  • @rarimo/rarime:
    • RemoveCredentials credentials RPC method;
    • ExportIdentity RPC method;
    • GetIdentity RPC method;
  • GitHub Actions for pull request checks and publishing RC/stable versions;

Changed

  • Extended snap RPC timeouts to 3 minutes;
  • @rarimo/rarime:
    • CreateIdentity - accept privateKeyHex optional param for identity creation;
  • Bump Yarn version to 4.1.1;
  • Use SWC instead of TSC for the build process;
  • Update Jest config for testing;
  • Use latest MetaMask snap libraries;
  • Use workspace version inside packages;

Fixed

  • @rarimo/rarime:
    • fixed handling nodeAux named as node_aux in some legacy credentials;

Removed

  • packages/site package;
  • Unused CI scripts;

2.0.3

06 Feb 16:53
aa2d80d
Compare
Choose a tag to compare

Changed

  • @rarimo/rarime:
    • Tweaked wording in the ZK proof generation prompt;

Fixed

  • @rarimo/rarime:
    • CreateIdentity - added more checks within DID.parse to handle legacy DIDs;

2.0.2

01 Feb 16:38
fff3e19
Compare
Choose a tag to compare

Added

  • @rarimo/rarime:
    • Migration to a Compose DB model with increased Verifiable Credential size;
    • Compose DB model preparation script;

2.0.1

24 Jan 11:16
dd691a7
Compare
Choose a tag to compare

Changed

  • @rarimo/rarime-connector - set strict snap version requirement

2.0.0

23 Jan 18:10
d89f036
Compare
Choose a tag to compare

Added

  • @rarimo/rarime:
    • Credentials storage tests
    • Add RariMe App hostnames to the whitelist
    • CheckCredentialExistence request
  • @rarimo/rarime-connector:
    • MetaMask version compatibility check
    • CheckCredentialExistence request

Changed

  • @rarimo/rarime
    • Moved credential-helpers methods to VCManager class:
      • Ceramic account injection;
      • Unified ceramic client;
      • Hashing and encrypting data;
    • Moved credentials to ComposeDB
    • SaveCredentials method will no return type and issuer did instead of whole W3CCredential

Fixed

  • Patch snap dependencies after every yarn isntall
  • Handling re-issued credentials

1.0.2

08 Dec 10:57
cce4ecc
Compare
Choose a tag to compare

Changed

  • @rarimo/rarime - added new dashboard domains to the whitelist

1.0.1

29 Nov 11:52
4fa99f0
Compare
Choose a tag to compare

Fixed

  • @rarimo/rarime - identity creation

1.0.0

27 Nov 12:19
786e117
Compare
Choose a tag to compare

Changed

  • @rarimo/rarime:
    • Save credentials to ceramic instead of snap store
    • Use MetaMask File API for MTPv2OnChain and Auth circuits
    • Return did in bigint representation alongside the default representation
    • Updated dependencies:
      • @metamask/snaps-jest to "^4.0.0"
      • @metamask/snaps-cli to "3.0.2"

Removed

  • @rarimo/rarime:
    • create and recover backup methods
    • @metamask/snaps-types and @metamask/snaps-ui dependencies
  • @rarimo/rarime-connector:
    • create and recover backup methods

Added

  • @rarimo/rarime new dev dependencies:
    • @metamask/snaps-sdk
    • @metamask/snaps-utils

0.8.0

23 Oct 14:37
18a011b
Compare
Choose a tag to compare

Changed

  • @rarimo/rarime:
    • Return state and zkp proof details instead of update state details
  • @rarimo/rarime-connector:
    • Get update state details after receive zkProof from rarime snap

0.7.2

23 Oct 11:10
6688516
Compare
Choose a tag to compare

Fixed

  • @rarimo/rarime:
    • Reduced TSS fetching retry time