mirror of
https://github.com/corda/corda.git
synced 2025-01-30 08:04:16 +00:00
31a0c077b8
To prevent making `dumpCheckpoints` part of the public API a new interface, `InternalCordaRPCOps` has been created and the function has been moved there. `InternalCordaRPCOps` inherits from `CordaRPCOps`. `CordaRPCOpsImpl` now implements `InternalCordaRPCOps`. `RunShellCommand` and `StringToMethodCallParser` required additional changes due to issues handling inherited functions. This has only been raised now due to `InternalCordaRPCOps` inheriting from `CordaRPCOps`. Many classes have had references to `CordaRPCOps` changed to `InternalCordaRPCOps`.