-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update predicate status format for easier parsing (#420)
### Description Previously, a serialized `PredicateStatus` would have the format: ```JSON { "scanning": { "last_evaluated_block": ... } ``` where the predicate status type is the key that points to the data. This PR changes this format to be: ```JSON { "type": "scanning", "info": { "last_evaluated_block": ... } } ``` ### Checklist - [x] All tests pass
- Loading branch information
1 parent
5503c3d
commit 04249e3
Showing
1 changed file
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters