You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: clamp uint8 returndata
* chore: clamp int128 returndata
* chore: remove memory_mocker param and redundant f-strings
* chore: tests for clamp bool returndata
* chore: tests for clamp address returndata
* chore: tests for clamp decimal returndata and resolve formatting issues
* chore: remove redundant assert_tx_failed parameter for positive tests
* chore: add test for nonreentrant decorator on default function
* chore: fix nonreentrant decorator test by changing to raw call and update docs
* Update docs/control-structures.rst
Co-authored-by: El De-dog-lo <[email protected]>
* chore: add test for bytestrings clamp in initcode
* chore: add tests for single struct
* chore: additional tests for single struct and improve test names
* chore: add tests for abi_encode length
* chore: add tests for external contract calls with default values
* chore: add tests for dynamically sized structs as args
* chore: add tests for decimal clamps
* chore: add side effects evaluation test for _abi_encode builtin
* chore: minor improvements to tests
Co-authored-by: El De-dog-lo <[email protected]>
The text was updated successfully, but these errors were encountered: