cairo-vm
cairo-vm copied to clipboard
Extract constants and add them to hint execution
Constants should be extracted from identifiers and passed on to HintProcessor::execute_hint so they can be used inside hints Bonus: Replace hardcoded values in hints with the corresponding constant. Bonus: Add a mention to constants in Hint Processor and How to add hints to the Builtin Hint Processor documentation Depends on #355