NethermindEth / cairo-vm-go

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

[feat]: Annotate usort and dict hints + few improvements #389

Closed TAdev0 closed 3 months ago

TAdev0 commented 3 months ago

@cicr99 I also renamed all new... function that ended with Hinter instead of Hint

Corrected the wrong name SquashDictInnerAssertKeys instead of SquashDictInnerAssertLenKeys

Note : UsortVerifyMultiplicityBody is wrongly implemented

TAdev0 commented 3 months ago

@cicr99 @rodrigo-pino ready for review!