Skip to content

Latest commit

 

History

History
236 lines (149 loc) · 18.6 KB

CHANGELOG.md

File metadata and controls

236 lines (149 loc) · 18.6 KB

3.1.0-alpha.12 (2021-10-06)

Bug Fixes

  • doc: package.json with correct version (ac05bc9)

3.1.0-alpha.11 (2021-10-04)

Bug Fixes

  • auth: using private key in browser to login. (cdb3d20)

3.1.0-alpha.10 (2021-10-04)

Bug Fixes

  • detecting execution environment, when browser have declared global property. (4d11e58)

3.1.0-alpha.9 (2021-10-01)

3.1.0-alpha.8 (2021-10-01)

Bug Fixes

  • core: update cache server interface to latest version and secure types (7752b45)

3.1.0-alpha.7 (2021-09-30)

Bug Fixes

  • nats: revert nats to non cjs version due to imcompatibilities (68ab4b7)

3.1.0-alpha.6 (2021-09-30)

Bug Fixes

  • revert change initialization order (1a49f65)

3.1.0-alpha.5 (2021-09-30)

Bug Fixes

  • create DID before loging to cache server (bda3296)

3.1.0-alpha.4 (2021-09-29)

Bug Fixes

  • nats: changed path to nats.ws from absolute to relative (4671db9)

3.1.0-alpha.3 (2021-09-29)

Bug Fixes

  • update ew-did to fix invalid signature (867ecf2)

3.1.0-alpha.2 (2021-09-29)

Bug Fixes

  • nats: change in the way nats is referenced (b4fd123)

3.1.0-alpha.1 (2021-09-23)

Features

  • core: expose chain and account on initializeConnection (038fed6)

3.0.1-alpha.2 (2021-09-23)

Bug Fixes

  • packaging: update of nats.ws package to latest version (d739480)

3.0.1-alpha.1 (2021-09-22)

3.0.0 (2021-09-21)

Bug Fixes

  • add subject in claim request (7859337)
  • adds build:api_docs to deployment process (f191600)
  • adds build:api_docs to deployment process (6343e86)
  • adds method to parse did (8107ce8)
  • auth semantic-release to gh (4fa4c95)
  • catch env detect error (8c8edca)
  • check pub key from cache (4f6180f)
  • check sub is DID (4c8513f)
  • correct description (3fc3653)
  • create proxy operator for identity addr (3e799a4)
  • default claim subject to requester (390d8fa)
  • dont commit unstage (eaf521b)
  • double node migration (101e4d2)
  • exporting interfaces for claim data. (ac9d5d2)
  • init did signer from Metamask (d783d44)
  • login as different account issus (5f75176)
  • maintain login on reload (9018f07)
  • make did to be address agnostic (1831949)
  • merge published master in dev (5c7493d)
  • no sense setting DID if address hasn't been set (8b182df)
  • not create asset document (9b91177)
  • persist gh token in action (8ed156f)
  • rename get claim flags (435e360)
  • rename getIssuedClaims (6dde43b)
  • rename getRequestedClaims (3657128)
  • rename namespace query param (11d7001)
  • replace GITHUB_TOKEN with PAT (3c81daf)
  • rm double develop fetch (d2b5ac8)
  • rm double develop fetch (b1ef6b1)
  • scripts for building and testing in windows operating system (50d02d5)
  • setting session in local storage after successful login. (206bcaa)
  • throwing an error when initializing wallet provider. (bea90e3)
  • use precise version of ew-did-registry packages (4361bf5)
  • cacheServerClient: log in if refresh token is expired (557a767)
  • chainConfig: fixed public RPC url for Volta (8faf28f)
  • change_resolver: remove import from ethers subpaths (8397652)
  • claims: revert rm Claim.subject (8cebeee)
  • createClaimRequest: use subjectAgreement (427f4a8)
  • deleteClaim: throw CacheClientNotProvided if necessary (3af43ee)
  • iam: parse claimData from requested token (8de9935)
  • iam.issueClaim: move claimTypeVersion into claimData (3a72523)
  • iam.issueClaimRequest: remove claimTypeVersion from jwt.decode (5665ba1)
  • init: prioritize loginToCacheServer key if available (905fa75)
  • staking: blockchain now (768dc5d)
  • staking: delay getters to return number (253888f)
  • staking: hardcode tx overrides (5ed6eda)
  • staking: update iam-contracts (bcd3bc9)
  • update asset manager (2edbe6e)
  • updates documentation to state DID document perequisite (4057da9)
  • verify prerequisites registered onchain (3491357)
  • staking: withdrawalDelay (f97fedf)

Performance Improvements

  • decrease staking delay (4eb64ad)

  • mock ipfs in tests (f710747)

  • remove listeners in tests (3122275)

  • Merge pull request #254 from energywebfoundation/transfer_assets_use_address (624e37c), closes #254

  • refactor!: rename verifyPublicToken param name (1d65b89)

chore

  • unsubscribe from given subscription (6984c11)

Code Refactoring

Features

  • init signer by provider type (00b4e56)
  • separate conn to cache and DID reg (06b990b)
  • stake whole balance (07ad380)
  • update did-reg package to fix EDR-36 (f5dd772)
  • update ew-did-registry (639ff91)
  • iam: migrate legacy definitions during edit (9656515)
  • staking: check balance is sufficient (0f049ee)
  • staking: expose staking API (6d6936f)
  • staking: speed up tx (572d9dd)
  • add @energyweb/iam-contracts (00376e8)
  • add RegistrationTypes export (1881b60)
  • enroll with registration types (d8f12d7)
  • get claims by subjects (0728bc4)
  • get role registration types (ffd22ec)
  • issue on-chain role (db0d42a)
  • issued claim includes only role info (0d403a0)
  • no need to provide issues to request role (95dab41)
  • publish owned identity claim (da8e375)
  • read and write of new roledefinition smart contract (dc632c8)
  • request asset enrollment (c65e883)
  • update iam-contracts to 1.15.2 (c7dff19)
  • update identity manager address (75bd012)
  • using IPublicClaim to issue credential (12dcedf)
  • assets: add asset smart contract integration (68b68db)

BREAKING CHANGES

  • transferring asset do not allow anymore to use DID format. Allowed is address.
  • asset: transferring asset do not allow anymore to use DID format. Allowed is address.
  • Rename the prop name from issuedToken to claimUrl in method verifyPublicClaim in IAM class.
  • change initialization API
  • signature of unsubscribe and subscribe changed

3.0.0-alpha.53 (2021-09-17)

Bug Fixes

Performance Improvements

  • decrease staking delay (4eb64ad)
  • remove listeners in tests (3122275)

3.0.0-alpha.52 (2021-09-16)

Bug Fixes

  • auth semantic-release to gh (4fa4c95)
  • persist gh token in action (8ed156f)
  • replace GITHUB_TOKEN with PAT (3c81daf)

Performance Improvements

3.0.0-alpha.51 (2021-09-15)

Features