Notarize AT Protocol records on Ethereum using EAS (experiment)

remove consolelog

Changed files
-2
src
lib
tests
integration
-1
src/lib/notary.ts
··· 279 try { 280 // fetchRecord now returns { record, pds } 281 const { record } = await this.fetchRecord(attestationData.recordURI); 282 - console.log(record.value) 283 const currentHash = hashContent(record.value); 284 const currentCid = record.cid; 285
··· 279 try { 280 // fetchRecord now returns { record, pds } 281 const { record } = await this.fetchRecord(attestationData.recordURI); 282 const currentHash = hashContent(record.value); 283 const currentCid = record.cid; 284
-1
tests/integration/notary.test.ts
··· 197 198 const attestation = await notary.verifyAttestation('0xattestationuid123'); 199 const comparison = await notary.compareWithCurrent(attestation); 200 - console.log({ attestation, comparison }) 201 202 expect(comparison.exists).toBe(true); 203 expect(comparison.cidMatches).toBe(true);
··· 197 198 const attestation = await notary.verifyAttestation('0xattestationuid123'); 199 const comparison = await notary.compareWithCurrent(attestation); 200 201 expect(comparison.exists).toBe(true); 202 expect(comparison.cidMatches).toBe(true);