corda/core-tests
Dan Newton 4cbe22949d CORDA-3018 Whitelisting attachments by public key - phase two tooling (#5386)
Allow node operators to blacklist signing keys (using blacklistedAttachmentSigningKeys config option). These blacklisted keys prevent attachments that are received over the network from being trusted. The docs have been updated to detail how to generate the key hashes that the config requires.

A new shell command attachments trustRoots has been added to see what attachments exist on the node along with information about their trust and where it comes from.

run dumpCheckpoints has been replaced by checkpoints dump as InternalCordaRPCOps needed to change to prevent a function that is meant to be internal from being visible on the shell.
2019-09-10 12:16:34 +01:00
..
src CORDA-3018 Whitelisting attachments by public key - phase two tooling (#5386) 2019-09-10 12:16:34 +01:00
build.gradle CORDA-3127: Move evaluationDependsOn() from core to core-tests. (#5349) 2019-08-02 09:05:19 +01:00