mirror of
https://github.com/corda/corda.git
synced 2024-12-21 22:07:55 +00:00
3176ecfecf
* 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. |
||
---|---|---|
.. | ||
demobench | ||
explorer | ||
loadtest |