I’m adding a new native entry point that is called...
# development
f
I’m adding a new native entry point that is called from the scheduler where the validation currently takes place. That’s the python side part. On the rust side, I add the python accessible fn to lib.rs. I’m doing most of the work in a new file. The only thing I need to modify at this point is Tasks in a few places to have access to some of the product / selector information.