Refactor the fixtures
pinkiebell opened this issue · 1 comments
pinkiebell commented
Bounty
Refactor the fixtures.
Every value should be in a hexadecimal representation where appropriate and fixed size-types should always be padded to full representation (like memory, each slot 32 bytes, stack: uint256).
Example:
stack: ['64']
to
stack: ['0x0000000000000000000000000000000000000000000000000000000000000040']
Deliverables
Makes it easier to reason about the fixtures.
Gain for the project
🍌 🍌 ⌛️
Roles
bounty gardener: name / share
bounty worker: name / share
bounty reviewer: name / share
pinkiebell commented
Fixed by #114