corda/tools
Ross Nicoll 3176ecfecf Clean up transaction key flow
* Identities returned from TxKeyFlow were backwards, meaning keys were incorrectly assigned to the remote and local identities. Added unit test covering this case and corrected the flow logic.
* Rename TxKeyFlow to TransactionKeyFlow
* Correct registration of transaction key flows
* Move TransactionKeyFlow.Provider into CoreFlowHandlers
* Move TransactionKeyFlow.Request up to the top level class instead of being a class within an object.
* Remove AbstractIdentityFlow and move the validation logic into individual flows to make it clearer that it's registering the received identities.
* Cash flows now return the recipient identity instead of full identity lookup, as this is what
the caller actually needs and simplifies a lot of cases.
2017-07-05 11:39:08 +01:00
..
demobench Network map redesign: Change field types in NodeInfo, move away messaging data from NodeInfo (#921) 2017-06-27 18:14:51 +01:00
explorer Clean up transaction key flow 2017-07-05 11:39:08 +01:00
loadtest Put test classes into clear namespaces, so that they don't pollute the API. 2017-07-05 09:14:22 +01:00