Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
af2eb8f
Add indexing task
elmattic Feb 25, 2025
31ff2b3
Rework configuration
elmattic Feb 26, 2025
8f59626
Enable forest indexer
elmattic Feb 26, 2025
ffb1b6f
Merge branch 'main' into elmattic/optional-eth-mappings
elmattic Feb 26, 2025
66087f4
Appease Clippy
elmattic Feb 26, 2025
359339a
Enable fevm and fix lint error
elmattic Feb 26, 2025
59b0472
Fix script
elmattic Feb 26, 2025
1b8d677
Move ttl to retention epochs
elmattic Feb 26, 2025
1dac532
Fix unit test
elmattic Feb 26, 2025
23276a4
Run collector only if eth_mappings is enabled
elmattic Feb 26, 2025
8f8969c
Merge branch 'main' into elmattic/optional-eth-mappings
elmattic Feb 26, 2025
1258c7f
Remove eth_mapping_ttl from client config
elmattic Feb 26, 2025
f68709a
Update documentation
elmattic Feb 26, 2025
2fbe3da
Update CHANGELOG
elmattic Feb 26, 2025
6fd9694
Merge branch 'main' into elmattic/optional-eth-mappings
elmattic Feb 26, 2025
8b04076
Add code to get events root cid
elmattic Feb 27, 2025
382da80
Implement method
elmattic Feb 27, 2025
394b1b9
Fix emitter id
elmattic Mar 3, 2025
cc18a64
Refactor to return a Vec
elmattic Mar 11, 2025
04dab6e
Fix events not matching events root cid
elmattic Mar 12, 2025
dcb5a17
Add ChainGetEvents tests
elmattic Mar 12, 2025
7df7b11
Add index subcommand
elmattic Mar 13, 2025
29f69d8
Add chain revalidation to api compare
elmattic Mar 19, 2025
3726865
Add missing impl
elmattic Mar 19, 2025
ec909f8
Fix incorrect path
elmattic Mar 19, 2025
de7460c
Add sort policy
elmattic Mar 24, 2025
4e873db
Merge branch 'main' into elmattic/chain-get-events
elmattic Mar 24, 2025
766c307
Refactor
elmattic Mar 24, 2025
949687b
Remove filtering
elmattic Mar 25, 2025
fd6bee8
Add back filter
elmattic Mar 26, 2025
aff2fec
Merge branch 'main' into elmattic/chain-get-events
elmattic Mar 26, 2025
c2ea7ca
Fix chain re-validation
elmattic Mar 26, 2025
ab99c9d
Remove todo macros
elmattic Mar 26, 2025
90a0415
Merge branch 'main' into elmattic/chain-get-events
elmattic Mar 26, 2025
2859040
Remove writer
elmattic Mar 26, 2025
f528133
Appease Clippy
elmattic Mar 26, 2025
7e8dfd5
Fix spellcheck error
elmattic Mar 26, 2025
6885143
Update CHANGELOG
elmattic Mar 26, 2025
95d8654
Add migration to v0.26.0
elmattic Mar 27, 2025
c8b6a53
Disable events caching for now
elmattic Apr 2, 2025
7663b38
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 3, 2025
c853a42
Update version in migration logic
elmattic Apr 3, 2025
28b111b
Fix events cache
elmattic Apr 4, 2025
40aa457
Remove VMEvent
elmattic Apr 4, 2025
b433017
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 4, 2025
2994c8c
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 4, 2025
0fcfb8b
Appease Clippy
elmattic Apr 4, 2025
7e4a9b0
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 4, 2025
43f19d8
Whitelist method
elmattic Apr 4, 2025
4850705
Update CHANGELOG.md
elmattic Apr 4, 2025
1d2dc2d
Fix typo
elmattic Apr 4, 2025
e789509
Add index backfilling
elmattic Apr 4, 2025
0198306
Fix lint errors
elmattic Apr 4, 2025
9ac203c
Add back on ignore list
elmattic Apr 4, 2025
56bfbcb
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 7, 2025
1520993
Update version
elmattic Apr 7, 2025
85143a3
Fix regression
elmattic Apr 7, 2025
9f5a0c0
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 7, 2025
a69bc52
Fix warning
elmattic Apr 7, 2025
945a23e
Fix lotus version
elmattic Apr 7, 2025
4667572
Fix lotus version and update .lock file
elmattic Apr 7, 2025
c042578
Fix changelog
elmattic Apr 7, 2025
ef7da94
Add back tests
elmattic Apr 7, 2025
7208afe
Use same name as in param names
elmattic Apr 7, 2025
b192a72
Add back tests
elmattic Apr 7, 2025
b7a3256
Fix workflows
elmattic Apr 7, 2025
bafdd5c
Fix version number
elmattic Apr 7, 2025
0ed2e87
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 7, 2025
fed4cf0
Update src/db/parity_db.rs
elmattic Apr 8, 2025
44fadba
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 8, 2025
f497ff3
Fix missing flag
elmattic Apr 8, 2025
319913f
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 8, 2025
ae234cb
Update cli docs
elmattic Apr 8, 2025
a3438c2
Apply prettier
elmattic Apr 8, 2025
0e66e08
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 9, 2025
c77e234
Fix indexing step
elmattic Apr 9, 2025
4b1077a
Fix typo
elmattic Apr 9, 2025
fa6877f
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 9, 2025
02b843e
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 10, 2025
b910fc5
Fix api-offline-rpc service
elmattic Apr 10, 2025
77af2f6
Try buildjet runner
elmattic Apr 10, 2025
516fc8f
Revert from last change
elmattic Apr 11, 2025
b440a13
Fix typo
elmattic Apr 11, 2025
dc1f142
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 11, 2025
d14dcba
Merge branch 'main' into elmattic/chain-get-events
hanabi1224 Apr 11, 2025
5ba1fe8
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 11, 2025
4e42049
Avoid long running background task for eth_mappings
elmattic Apr 11, 2025
9c6adc7
Merge branch 'main' into elmattic/chain-get-events
elmattic Apr 11, 2025
ac8751b
Apply Hailong suggestion
elmattic Apr 11, 2025
77ba2eb
Add TODO comment
elmattic Apr 11, 2025
c3b3e3b
Reduce number of tipsets to check
elmattic Apr 11, 2025
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

### Added

- [#4750](https://github.com/ChainSafe/forest/issues/4750) Add support for `Filecoin.ChainGetEvents` RPC method. Add `index backfill` subcommand to `forest-tool`.
Comment thread
elmattic marked this conversation as resolved.

### Changed

- [#5467](https://github.com/ChainSafe/forest/pull/5467) Improve error message for `Filecoin.EthEstimateGas` and `Filecoin.EthCall`.
Expand Down
Loading
Loading