Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Implement MultiIndexer #165

Merged
merged 32 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e37b341
Add support for undefined height
sz-piotr Mar 20, 2024
b4b4e7b
Refactor undefined to null for height
sz-piotr Mar 21, 2024
023856f
Rename update function parameters
sz-piotr Mar 21, 2024
b1565b1
Remove useless examples
sz-piotr Mar 21, 2024
4b7d8bf
Make indexers safer
sz-piotr Mar 21, 2024
29811b3
Add stub MultiIndexer
sz-piotr Mar 21, 2024
b14619f
Implement toRanges
sz-piotr Mar 21, 2024
7cf906b
Add tests for MultiIndexer
sz-piotr Mar 21, 2024
43bab2a
Fix some edge cases
sz-piotr Mar 21, 2024
4de54e7
Simplify configuration types
sz-piotr Mar 21, 2024
4c05d46
Start calling saveConfigurations
sz-piotr Mar 21, 2024
efaf191
Add more tests for MultiIndexer
sz-piotr Mar 21, 2024
536c529
MultiIndexer should now be feature complete
sz-piotr Mar 21, 2024
9fede21
Make the API nicer sacrificing safety
sz-piotr Mar 21, 2024
4ace707
Remove old example code
sz-piotr Mar 21, 2024
9b21f1c
Add example of a PriceIndexer
sz-piotr Mar 21, 2024
e189957
Simplify the code by only counting full hours
sz-piotr Mar 21, 2024
b68a59b
Do not propagate repeated ticks
sz-piotr Mar 21, 2024
9835b36
Add BlockIndexer example
sz-piotr Mar 21, 2024
a7d255a
Add some todos
sz-piotr Mar 22, 2024
5424145
Get rid of null heights
sz-piotr Mar 22, 2024
245b3c8
Make from inclusive
sz-piotr Mar 22, 2024
b77084f
Make everything inclusive and store all configurations
sz-piotr Mar 22, 2024
93c6e41
Add more tests
sz-piotr Mar 22, 2024
98b70cf
Add test for update heights
sz-piotr Mar 25, 2024
53f45fc
add more tests
antooni Mar 25, 2024
aae5dce
add toRanges test case
torztomasz Mar 25, 2024
9a7a31e
Refactor updateSavedConfigurations to be a method
sz-piotr Mar 25, 2024
3e44e1b
Add returns doc comments
sz-piotr Mar 25, 2024
fb287ad
Update uif version
sz-piotr Mar 25, 2024
c27807b
add test for maxHeight
antooni Mar 25, 2024
e3c4327
Merge branch 'main' into multi-indexer
sz-piotr Mar 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions packages/example/.mocharc.json

This file was deleted.

125 changes: 0 additions & 125 deletions packages/example/src/Application.ts

This file was deleted.

17 changes: 0 additions & 17 deletions packages/example/src/Config.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/example/src/index.test.ts

This file was deleted.

65 changes: 0 additions & 65 deletions packages/example/src/indexers/ABC_Indexer.ts

This file was deleted.

79 changes: 0 additions & 79 deletions packages/example/src/indexers/AB_BC_Indexer.ts

This file was deleted.

39 changes: 0 additions & 39 deletions packages/example/src/indexers/BalanceIndexer.ts

This file was deleted.

40 changes: 0 additions & 40 deletions packages/example/src/indexers/BlockNumberIndexer.ts

This file was deleted.

Loading
Loading