Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archive: Introduce archive_storageDiff for indexers (#159)
* archive: Introduce archive_storageDiff Signed-off-by: Alexandru Vasile <[email protected]> * archive: Stop the store diff subscription Signed-off-by: Alexandru Vasile <[email protected]> * archive: Add ability to continue storage diff Signed-off-by: Alexandru Vasile <[email protected]> * archive: Rename currentHash->hash and fromHash->previousHash Signed-off-by: Alexandru Vasile <[email protected]> * archive: Remove leftover comment Signed-off-by: Alexandru Vasile <[email protected]> * archive: Remove `excludeKeyPrefixes` param Signed-off-by: Alexandru Vasile <[email protected]> * archive: Clarify hash parameter wrt storage diff calculation Signed-off-by: Alexandru Vasile <[email protected]> * archive: Make previousHash ancestor of hash Signed-off-by: Alexandru Vasile <[email protected]> * archive: Make subscription into a method Signed-off-by: Alexandru Vasile <[email protected]> * archive: Support multiple childTrie queries Signed-off-by: Alexandru Vasile <[email protected]> * archive: Add a bit more details Signed-off-by: Alexandru Vasile <[email protected]> * archive: Extend error section Signed-off-by: Alexandru Vasile <[email protected]> * archive: Remove prefixes array Signed-off-by: Alexandru Vasile <[email protected]> * archive: Adjust return object fields Signed-off-by: Alexandru Vasile <[email protected]> * archive: Remove concept of subscription Signed-off-by: Alexandru Vasile <[email protected]> * archive: Remove none return Type Signed-off-by: Alexandru Vasile <[email protected]> * archive: Remove null from childTrieKey Signed-off-by: Alexandru Vasile <[email protected]> * archive: Remove trieType type from example Signed-off-by: Alexandru Vasile <[email protected]> --------- Signed-off-by: Alexandru Vasile <[email protected]>
- Loading branch information