-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
Sometimes we infer extra members in packed encodings that change their length (e.g. kakigori.rs slot 15's struct) or duplicate entries at a given offset (e.g. uniswap_v3_pool.rs slot 0).
To Reproduce
Steps to reproduce the behavior:
- Run one of the above mentioned cases.
- Look at the results.
Expected Behaviour
We don't have spurious trailing items in structs that change the number of words it should take up. Similarly, we don't have duplicate or bogus entries in structs.
Note that this is not talking about the same thing as #80 as in that case the extra tails still fit within the overall word length of the struct.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working