ethereum-attestation-service / eas-sdk

Ethereum Attestation Service - TypeScript/JavaScript SDK
MIT License
95 stars 47 forks source link

Fix recipient being mandatory in attest() calls #85

Closed 0xCLARITY closed 7 months ago

0xCLARITY commented 7 months ago

The docs say recipient is an optional field: https://docs.attest.sh/docs/tutorials/make-an-attestation#understanding-the-attestation-record

But the code has been requiring it.

lbeder commented 7 months ago

Thanks @0xCLARITY! We will merge it with the next release.