Commits
Click on a commit to change the comparison rangefix: log resolved suins when resp not null WIP
So far isValidResponse would check the responses
for completely different calls.
With this commit, I break it up into 3 distinct
functions that each check the adequate responses.
TODO
- Refactor
- Fix validity check for SuiNS response Fix isValidGetObjectResponse Revert isValidSuiNSResponse - WIP - fix it refactor(rpc-selector): check response validity inside the client calls