NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
82 stars 49 forks source link

Removed logic related to Uint256AddLow: #451

Closed sp1ritual closed 3 months ago

sp1ritual commented 3 months ago

Removed all references to the lowOnly variable. Removed all conditional statements that tested lowOnly. Now the newUint256AddHint function only processes Uint256Add. Updated hint creation functions:

The logic for transmitting and processing the low parameter has been removed.