Closed TheReturnOfJan closed 4 years ago
why you are removing fixtures? 🤔
This is very much WIP. I made the PR so I have a nice diff to look at. I will announce when it's ready for review.
cool. go go go 🚀
i have this one failing test:
1) Runtime
initAndExecute
CALL transfer - successful transfer:
AssertionError [ERR_ASSERTION]: tokenBag
+ expected - actual
seems easy to fix, need help?
Still WIP @johannbarbie. patience :)
Ok all tests now passing and it's cleaned up a bit. FIrst comments welcome!
JS Stepper
1) STATICCALL balanceOf - successful read
2) STATICCALL balanceOf - missed color
3) STATICCALL balanceOf - missed address
4) STATICCALL readData - successfull read
5) CALL transfer - successfull transfer
i still have these guys failing. errors look like this:
1) JS Stepper
fixtures
STATICCALL balanceOf - successful read:
AssertionError [ERR_ASSERTION]: stack
+ expected - actual
[
- "0x0000000000000000000000000000000000000000000000000000000000000000"
+ "0x0000000000000000000000000000000000000000000000000000000000000001"
]
Yeah I noticed this after, seems like I need to update the off-chain stepper to behave the same.
Yeah I noticed this after, seems like I need to update the off-chain stepper to behave the same.
is that even possible? or are we at a dead end here?
Why not possible? I just didn't even know it existed in this repo. Will do it tomorrow.
resolves https://github.com/leapdao/solEVM-enforcer/issues/118