Closed ranfdev closed 5 months ago
[x] This PR corresponds to an issue with a clear problem statement.
[ ] This PR contains a test to prevent against future regressions
[ ] I have updated the CHANGELOG.md file with a description of the addressed issue.
fixes #132. The solution you provided for IDeref works, so I extended it to ISwap and IReset as well
IDeref
ISwap
IReset
Some additional tests may be worth it still, in case another solution comes around which changes the "TODO" hack
I'll include those tests myself and will publish an update. Thanks for the PR!
[x] This PR corresponds to an issue with a clear problem statement.
[ ] This PR contains a test to prevent against future regressions
[ ] I have updated the CHANGELOG.md file with a description of the addressed issue.
fixes #132. The solution you provided for
IDeref
works, so I extended it toISwap
andIReset
as well