mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
Viktor Kolomeyko
51330c2e44
CORDA-3232: Support of multiple interfaces for RPC calls (#5495)
* CORDA-3232: Make backward compatible RPC client changes Such that it will be able to talk to new and old server versions. * CORDA-3232: Make backward compatible RPC server changes Such that it will be able to talk to new and old client versions. * CORDA-3232: Trick Detekt * CORDA-3232: Integration test for multi-interface communication. * CORDA-3232: Add legacy mode test. * CORDA-3232: Making Detekt happier * CORDA-3232: Fix Detekt baseline after merge with `4.3` branch * CORDA-3232: Incrementing Platform version As discussed with @lockathan * CORDA-3232: Fix legacy test post platform version increment * CORDA-3232: Use recursive logic to establish complete population of method names * Revert "CORDA-3232: Incrementing Platform version" This reverts commit d75f48aa * CORDA-3232: Remove logic that conditions on PLATFORM_VERSION * CORDA-3232: Making Detekt happier * CORDA-3232: Few more changes after conversation with @mnesbit * CORDA-3232: Make a strict match to `CordaRPCOps` on client side Or else will fail: net.corda.tools.shell.InteractiveShellIntegrationTest.dumpCheckpoints creates zip with json file for suspended flow Flagging that `InternalCordaRPCOps.dumpCheckpoints` cannot be called. * CORDA-3232: Address PR comments by @rick-r3 * CORDA-3232: Address further review input from @rick-r3 * Change the way how methods stored in the map; * Extend test to make sure that `CordaRPCOps` can indeed be mixed with other RPC interfaces.
Corda
Corda is an open source blockchain project, designed for business from the start. Only Corda allows you to build interoperable blockchain networks that transact in strict privacy. Corda's smart contract technology allows businesses to transact directly, with value.
Features
- Smart contracts that can be written in Java and other JVM languages
- Flow framework to manage communication and negotiation between participants
- Peer-to-peer network of nodes
- "Notary" infrastructure to validate uniqueness and sequencing of transactions without global broadcast
- Enables the development and deployment of distributed apps called CorDapps
- Written in Kotlin, targeting the JVM
Getting started
- Read the Getting Started documentation
- Run the Example CorDapp
- Read about Corda's Key Concepts
- Follow the Hello, World! tutorial
Useful links
- Project Website
- Mailing List
- Documentation
- Stack Overflow Tag
- Slack Channel
- Meetups
- Training Courses
Contributing
Corda is an open-source project and contributions are welcome!
To find out how to contribute, please see our contributing docs.
License
Acknowledgements
YourKit supports open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.
Languages
Kotlin
94.3%
Java
2.5%
C++
2.1%
Python
0.3%
Shell
0.3%
Other
0.3%