corda/testing/node-driver
Rick Parker fd04fddd70 ENT-12072 ENT-12073: Check notary whitelist when resolving old identities and don't depend on network map availability first for old network parameters (#7781)
Nodes currently will try and resolve network parameters from the network map and fail if it not available, rather than preferring the availability of a node they are currently interacting with.

A migrated notary identity could not be resolved on new nodes added post-migration, but the old identity is available in the network parameter notary whitelist.

Added a test that covers both bugs in a single reproduction test that simulates the scenario in which both were uncovered.
2024-09-27 07:53:28 +01:00
..
src ENT-12072 ENT-12073: Check notary whitelist when resolving old identities and don't depend on network map availability first for old network parameters (#7781) 2024-09-27 07:53:28 +01:00
build.gradle INFRA-415: Add empty javadoc to node-driver (#6429) 2020-07-02 16:17:34 +01:00
README.md INFRA-415: Add empty javadoc to node-driver (#6429) 2020-07-02 16:17:34 +01:00

corda-node-driver.

This artifact is the node-driver used for testing Corda.