mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
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:
@ -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
|
||||
------------
|
||||
|
||||
|
@ -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
|
||||
------------
|
||||
|
||||
|
Reference in New Issue
Block a user