Marcin Wachulski
Marcin Wachulski
@onovotny You mean `File -> Recent files`? Yes, it helps to some extent.
@mmiller678 : I cannot repro the warning just with your snippet. Which version of xunit are you using? Platform/runtime? BTW - could you make sure a rebuild results with the...
> still failed. Could you provide the error msg or more context?
For example see it in action: https://github.com/EthWorks/Waffle/compare/master...wachulski:issue/477/mocking-calldata-example
Maybe you just need `utils.toUtf8Bytes('')` or your contract definitions do sth suspicious with addresses. I simplified my example and moved out addresses.
More input needed, otherwise closing.
There are known issues when it matters unfortunately. See #382 for example. Please also provide more details, e.g. error messages, expected vs actual etc.
`returns()` should work in fact. See my example for other issue repro https://github.com/EthWorks/Waffle/compare/master...wachulski:issue/477/mocking-calldata-example#diff-0384d1b80f7b6a2a5650f6c841b5849286719ea918694c2eb45cb71a87ae9e11R51 But yeah, it's not clear enough in docs. Adding a label
I need some help for to fix that properly. Since it's marked 'Good first issue' it shouldn't spawn such concerns I have in #466 . Most likely I'm missing some...
That's very fragile IMHO. That's internals: > // Reset all internal block number guards and caches If we do so, there is significant risk it will interfere with some other...