corda/experimental/netparams
Stefano Franz e35c0c1df7
CORDA-3009 - Migrate identity service to use to string short (#5217)
* migrate PersistentIdentityService to use key.toShortString()
update definition of PublicKeyToExternalId mapping to allow fast lookup by externalId/publicKey

* fix misspelled table name

* add test of migration script

* add design document for proposal to move IdentityService to using the correct PK.toStringShort() method for hashing a publickey

* add enterprise testing considerations to design

* address review comments

* fix compilation errors

* modify PublicKeyToOwningIdentityCache to use toStringShort() as it's lookup key

* address syzmon's code review comments
2019-08-28 14:16:18 +00:00
..
src/main/kotlin/net/corda/netparams CORDA-3009 - Migrate identity service to use to string short (#5217) 2019-08-28 14:16:18 +00:00
build.gradle ENT-3142 NetworkParameters signing tool (#4996) 2019-04-11 16:45:04 +01:00