Skip to content
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

feat: support non consecutive blocks ryhope #425

Conversation

nicholas-mainardi
Copy link
Contributor

This PR mainly modifies ryhope crate to support non-consecutive block numbers in the index tree. It introduces the concept of epoch mapper, which maps user-defined logic epochs (which can correspond to arbitrary block numbers/timestamps) to internal incremental epochs used in the transactional storage implementations.

@nicholas-mainardi nicholas-mainardi changed the base branch from indexing-with-no-probvable-ext to generic-extraction-integration-test-mapping-of-mappings February 3, 2025 17:38
@nicholas-mainardi nicholas-mainardi force-pushed the feat/support_non_consecutive_blocks_ryhope branch from 096e081 to 1298394 Compare February 3, 2025 17:39
Base automatically changed from generic-extraction-integration-test-mapping-of-mappings to generic-extraction-integration-test March 5, 2025 11:16
Base automatically changed from generic-extraction-integration-test to generic-extraction-row-id-update March 5, 2025 14:24
Base automatically changed from generic-extraction-row-id-update to generic-extraction-tree-creation March 5, 2025 14:51
Base automatically changed from generic-extraction-tree-creation to generic-mpt-extraction March 5, 2025 15:40
Base automatically changed from generic-mpt-extraction to feat/new_extraction_features March 5, 2025 21:04
@nicholas-mainardi nicholas-mainardi merged commit 475b959 into feat/new_extraction_features Mar 5, 2025
5 checks passed
@nicholas-mainardi nicholas-mainardi deleted the feat/support_non_consecutive_blocks_ryhope branch March 5, 2025 22:38
nicholas-mainardi added a commit that referenced this pull request Apr 4, 2025
This PR mainly modifies ryhope crate to support non-consecutive block
numbers in the index tree. It introduces the concept of epoch mapper,
which maps user-defined logic epochs (which can correspond to arbitrary
block numbers/timestamps) to internal incremental epochs used in the
transactional storage implementations.

---------

Co-authored-by: Franklin Delehelle <[email protected]>
Co-authored-by: nikkolasg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants