ensdomains / ens-contracts

The core contracts of the ENS protocol
https://ens.domains/
MIT License
572 stars 394 forks source link

fix: universal resolver http error #303

Closed TateB closed 8 months ago

TateB commented 8 months ago

previously, UR was throwing a generic revert error where HttpError should be thrown because the decoding method used was incorrect. this PR fixes that by just dumb reverting the entire result (which includes the HttpError selector)

changes: