-
Notifications
You must be signed in to change notification settings - Fork 188
feat: implement Filecoin.ChainGetEvents
#5360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
91 commits
Select commit
Hold shift + click to select a range
af2eb8f
Add indexing task
elmattic 31ff2b3
Rework configuration
elmattic 8f59626
Enable forest indexer
elmattic ffb1b6f
Merge branch 'main' into elmattic/optional-eth-mappings
elmattic 66087f4
Appease Clippy
elmattic 359339a
Enable fevm and fix lint error
elmattic 59b0472
Fix script
elmattic 1b8d677
Move ttl to retention epochs
elmattic 1dac532
Fix unit test
elmattic 23276a4
Run collector only if eth_mappings is enabled
elmattic 8f8969c
Merge branch 'main' into elmattic/optional-eth-mappings
elmattic 1258c7f
Remove eth_mapping_ttl from client config
elmattic f68709a
Update documentation
elmattic 2fbe3da
Update CHANGELOG
elmattic 6fd9694
Merge branch 'main' into elmattic/optional-eth-mappings
elmattic 8b04076
Add code to get events root cid
elmattic 382da80
Implement method
elmattic 394b1b9
Fix emitter id
elmattic cc18a64
Refactor to return a Vec
elmattic 04dab6e
Fix events not matching events root cid
elmattic dcb5a17
Add ChainGetEvents tests
elmattic 7df7b11
Add index subcommand
elmattic 29f69d8
Add chain revalidation to api compare
elmattic 3726865
Add missing impl
elmattic ec909f8
Fix incorrect path
elmattic de7460c
Add sort policy
elmattic 4e873db
Merge branch 'main' into elmattic/chain-get-events
elmattic 766c307
Refactor
elmattic 949687b
Remove filtering
elmattic fd6bee8
Add back filter
elmattic aff2fec
Merge branch 'main' into elmattic/chain-get-events
elmattic c2ea7ca
Fix chain re-validation
elmattic ab99c9d
Remove todo macros
elmattic 90a0415
Merge branch 'main' into elmattic/chain-get-events
elmattic 2859040
Remove writer
elmattic f528133
Appease Clippy
elmattic 7e8dfd5
Fix spellcheck error
elmattic 6885143
Update CHANGELOG
elmattic 95d8654
Add migration to v0.26.0
elmattic c8b6a53
Disable events caching for now
elmattic 7663b38
Merge branch 'main' into elmattic/chain-get-events
elmattic c853a42
Update version in migration logic
elmattic 28b111b
Fix events cache
elmattic 40aa457
Remove VMEvent
elmattic b433017
Merge branch 'main' into elmattic/chain-get-events
elmattic 2994c8c
Merge branch 'main' into elmattic/chain-get-events
elmattic 0fcfb8b
Appease Clippy
elmattic 7e4a9b0
Merge branch 'main' into elmattic/chain-get-events
elmattic 43f19d8
Whitelist method
elmattic 4850705
Update CHANGELOG.md
elmattic 1d2dc2d
Fix typo
elmattic e789509
Add index backfilling
elmattic 0198306
Fix lint errors
elmattic 9ac203c
Add back on ignore list
elmattic 56bfbcb
Merge branch 'main' into elmattic/chain-get-events
elmattic 1520993
Update version
elmattic 85143a3
Fix regression
elmattic 9f5a0c0
Merge branch 'main' into elmattic/chain-get-events
elmattic a69bc52
Fix warning
elmattic 945a23e
Fix lotus version
elmattic 4667572
Fix lotus version and update .lock file
elmattic c042578
Fix changelog
elmattic ef7da94
Add back tests
elmattic 7208afe
Use same name as in param names
elmattic b192a72
Add back tests
elmattic b7a3256
Fix workflows
elmattic bafdd5c
Fix version number
elmattic 0ed2e87
Merge branch 'main' into elmattic/chain-get-events
elmattic fed4cf0
Update src/db/parity_db.rs
elmattic 44fadba
Merge branch 'main' into elmattic/chain-get-events
elmattic f497ff3
Fix missing flag
elmattic 319913f
Merge branch 'main' into elmattic/chain-get-events
elmattic ae234cb
Update cli docs
elmattic a3438c2
Apply prettier
elmattic 0e66e08
Merge branch 'main' into elmattic/chain-get-events
elmattic c77e234
Fix indexing step
elmattic 4b1077a
Fix typo
elmattic fa6877f
Merge branch 'main' into elmattic/chain-get-events
elmattic 02b843e
Merge branch 'main' into elmattic/chain-get-events
elmattic b910fc5
Fix api-offline-rpc service
elmattic 77af2f6
Try buildjet runner
elmattic 516fc8f
Revert from last change
elmattic b440a13
Fix typo
elmattic dc1f142
Merge branch 'main' into elmattic/chain-get-events
elmattic d14dcba
Merge branch 'main' into elmattic/chain-get-events
hanabi1224 5ba1fe8
Merge branch 'main' into elmattic/chain-get-events
elmattic 4e42049
Avoid long running background task for eth_mappings
elmattic 9c6adc7
Merge branch 'main' into elmattic/chain-get-events
elmattic ac8751b
Apply Hailong suggestion
elmattic 77ba2eb
Add TODO comment
elmattic c3b3e3b
Reduce number of tipsets to check
elmattic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.