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

refactor: remove substrate block storage #135

Merged
merged 14 commits into from
Jun 6, 2024

Conversation

cchudant
Copy link
Member

@cchudant cchudant commented Jun 2, 2024

Pull Request type

Please add the labels corresponding to the type of changes your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Testing
  • Other (please describe):

What is the current behavior?

Resolves: #NA

What is the new behavior?

Does this introduce a breaking change?

Other information

@jbcaron
Copy link
Member

jbcaron commented Jun 3, 2024

  • Database Changes:
    • Move everything related to pending into the Meta column.
    • Remove storage per chunk in db from the commit on the storage key.
    • Use two different columns for events and transactions of a block.

@cchudant cchudant marked this pull request as ready for review June 5, 2024 23:26
Copy link
Member

@antiyro antiyro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably one of Deoxys biggest milestones

@antiyro antiyro merged commit 244831c into madara-alliance:main Jun 6, 2024
6 of 7 checks passed
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.

3 participants