Compiles the validator program. Wrapper around compileCPP with consistent error handling.
Validator configuration
Does not return anything on success
If compilation fails
await compileValidator({ name: 'val', source: 'validator/val.cpp' }); Copy
await compileValidator({ name: 'val', source: 'validator/val.cpp' });
Compiles the validator program. Wrapper around compileCPP with consistent error handling.