You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the validator codebase to make it more modular
Change the Data Market Address in config to include an array of addresses
Append the Data Market Address to all the redis keys
Change the Batch structure to the one that is currently stored in IPFS and accordingly modify the code around it
Add logic for batch attestation (retrieving batch from IPFS, building a merkle tree with finalized CIDs and getting the root hash of the tree which would be used for verification)
Add relayer transaction service support to submit the batch attestations to the Protocol State Contract.
The text was updated successfully, but these errors were encountered:
Description
List of changes to be done:
Data Market Address
in config to include an array of addressesData Market Address
to all the redis keysBatch
structure to the one that is currently stored in IPFS and accordingly modify the code around itThe text was updated successfully, but these errors were encountered: