mirror of
https://github.com/corda/corda.git
synced 2025-01-29 23:54:07 +00:00
a65db712c7
* Adding min platform version check when submitting node info * Return error message to developer * Fixing integration test * Added todo to move checks out of data layer * Added extra logging in nodeinfowebservice and use nodeinfo.verified instead of deserialize * Tidy up tests * Cache network parameters * Add NodeInfoWithSigned class to stop calling to only verify node data once * Fixing review comments * Return correct response code if doorman not initialised properly * Fix merge conflict