Details
Description
Currently production builds use optimization for bytecode (INDY-211) when running node and node_control_tool.
This silently removes all assert statements from the code. I think all asserts (in both indy-plenum and indy-node) should be reviewed and fixed (e.g. replaced with custom/built-in exeptions) where needed.