-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added aggregation endpoints * Added /uaw endpoint * Added supported chains as store (periodically updated) * Added chain parameter verification * Simplified queries and tests * Added /uaw/history endpoint * fixed endpoint name and unix date to seconds * enum time range filter and results split by chain * Renamed /uaw/history into /uaw and removed previous /uaw endpoint * Refactored parameter verification and defaults * Added multi select + history logic to agg endpoints * added normalized data format and grouped similar queries in one * Removed multi-select for aggregate functions, defined new standard response format * Updated docs and endpoints to use new standard response and simpler queries * Changed from blocks to module_hashes for faster result * Default agg to sum and simplified checks * moved uaw request handling into aggregate, added some comments * Fixed description * Revert "Merge branch 'main' into feature/subtivity" This reverts commit e18d74e, reversing changes made to 5eab96a. --------- Co-authored-by: Pelotfr <[email protected]> Co-authored-by: Paul Meignan <[email protected]>
- Loading branch information
1 parent
ac5cebe
commit ff26fe1
Showing
13 changed files
with
115 additions
and
321 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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.