Simplify identity registration API

* Merge identity registration of well known and confidential identities
* Move verification logic into PartyAndCertificate from IdentityService
* Add note about why PartyAndCertificate exists
This commit is contained in:
Ross Nicoll
2017-08-15 00:17:21 +01:00
committed by GitHub
parent 532deffca0
commit 62576b12b3
22 changed files with 158 additions and 261 deletions

View File

@ -35,6 +35,11 @@ UNRELEASED
* Trader demo now issues cash and commercial paper directly from the bank node, rather than the seller node self-issuing
commercial paper but labelling it as if issued by the bank.
* Merged handling of well known and confidential identities in the identity service. Registration now takes in an identity
(either type) plus supporting certificate path, and de-anonymisation simply returns the issuing identity where known.
If you specifically need well known identities, use the network map, which is the authoritative source of current well
known identities.
Milestone 14
------------

View File

@ -6,6 +6,8 @@ Here are release notes for each snapshot release from M9 onwards.
Unreleased
----------
* Merged handling of well known and confidential identities in the identity service.
Milestone 14
------------