node
node copied to clipboard
Remove CCTX validation in `NewCCTX`
Describe the Issue Initalization function should only create a new CCTX object and not be opiniated to the processing logic of it (example, if a CCTX in invalid we could want to perform some specific logic instead of not creating the CCTX object)
CCTX Validate should be called in the top level