mirror of
https://github.com/corda/corda.git
synced 2025-02-10 21:01:27 +00:00
Lots of big changes in this commit: * Introduction of "network map" and "legally identifiable node" concepts to the networking abstraction. * State machines framework now lets you send messages to multiple different destinations in the same protocol. * Timestamping service that can run inside a node is now implemented and unit tested. * Starting to benefit from the improvements in Quasar (the initialArgs concept can mostly be got rid of now, etc)