Fixed an issue with Foundry test generation where Orca runs and generated tests had mismatching timestamps.
Fixed an issue with reentrancy contract address collision.
Fixed an issue with hint vars section, now functions can be called from any contract in vars section and variables in vars section can be referenced in hints.
Improved error reporting on hints referencing non-existent functions or contracts.
Updated [V] and hint Antlr grammars to handle issues with minus token.
Updated [V] Antlr grammar to handle expressions with a lot of function calls without taking a long time.
Assigned free variable input to the oracle. This was meant to track free variables assigned in the init section but has become deprecated since the addition of support for other deployment methods.
Killed unused tmp directory. You will not be missed.
Remove "compiler" config field
Removed "async_run" config field
Removed num_processors argument from OrCa CLI.
Removed old [V] interpreter oracle and associated config options
Removed out-of-date test on free variables used in init section.
Removed unused buchis argument of oracle which is now defunct.
Remove spec_lang config field.
Removed "add_constructor_for_nested_initializers" field from config and deleted code from codebase that uses it.
Removed 'contract_invariant' field from the configuration.
Several config fields were entirely unused in code and have been removed