Per: https://github.com/microsoft/CCF/blob/c35077c0bbd016ce7b342d6e65ca5ba48c902c85/src/node/node_state.h#L2148 If we receive a forwarded command, we will execute it, even if we are not part of the network. Although this is likely fine in most cases, there may be undefined behaviour for some of the commands.
Per:
CCF/src/node/node_state.h
Line 2148 in c35077c
If we receive a forwarded command, we will execute it, even if we are not part of the network.
Although this is likely fine in most cases, there may be undefined behaviour for some of the commands.