This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for undefined height * Refactor undefined to null for height * Rename update function parameters * Remove useless examples * Make indexers safer * Add stub MultiIndexer * Implement toRanges * Add tests for MultiIndexer * Fix some edge cases * Simplify configuration types * Start calling saveConfigurations * Add more tests for MultiIndexer * MultiIndexer should now be feature complete * Make the API nicer sacrificing safety * Remove old example code * Add example of a PriceIndexer * Simplify the code by only counting full hours * Do not propagate repeated ticks * Add BlockIndexer example * Add some todos * Get rid of null heights * Make from inclusive * Make everything inclusive and store all configurations * Add more tests * Add test for update heights * add more tests * add toRanges test case * Refactor updateSavedConfigurations to be a method * Add returns doc comments * Update uif version * add test for maxHeight --------- Co-authored-by: antooni <antoni.pawlak@protonmail.com> Co-authored-by: Tomasz Tórz <tomasz.torz@l2beat.com>
- Loading branch information