GitBulletin

Repository: farcasterxyz/hub-monorepo

"Revolutionizing Digital Validation: Major Overhaul of Verification Systems Takes Flight"

2022-07-19 03:52:04 UTC

"A groundbreaking suite of enhancements promises to streamline verifications, improve debugging, and solidify data integrity, paving the way for a new era in digital security."

Commit Details:

feat: add verifications (#35) * Initial verifications commit * Add to engine.verification test suite * Cleanup client and basicSimulator * Refactor mergeVerificationAdd into mergeVerification * Add debugger support for verifications * Add validateVerificationRemove * Remove unused secp256k1 methods from utils * Resolve some TODOs, rename verificationClaimHash, use secp256k1-eip-191 * Add makeVerificationRemove method to client and refactor client to share more code * Add another VerificationAdd and VerificationRemove to basic sim * Revert utils change * Cleanup types and imports for client.ts * Fix sloppy comment * Refactor verifications set to use claimHash as index * Handle verifications with same claimHash and signedAt * Fix verifications set lexicographical order test * Removing unnecessary type checks from verifications set * Update externalSignatureType to eip-191-0x45 for clarity * Fix linter unused var warnings * Rename deletes to removes in VerificationsSet * Rename VerificationsSet to VerificationSet * Remove TODO

Search Similar