mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
e383752995
Change Party instances to be uniquely identified by the owning key, without taking into account name. This requires that mock node key generation is reworked so that keys for services and the node itself are distinct, otherwise the network map service cannot differentiate them. Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
IRS Demo
This code demonstrates an Interest Rate Swap agreement between two banks, confirming the transaction utilising the services of a notary and then retrieving and applying interest rates from an oracle service.
Please see the either the online documentation for more info on the attachment demo, or the included offline version.