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: track store r/w consume for enabling plain store #269

Merged
merged 8 commits into from
Aug 16, 2023
Merged

Conversation

forcodedancing
Copy link
Collaborator

@forcodedancing forcodedancing commented Aug 11, 2023

Description

This pr will track store r/w consume into deliver tx result.

Rationale

For enabling plain store without IAVL, we need to enhance the LastResultHash when validating blocks.

Example

new flag EnablePlainStore = true

Changes

Notable changes:

  • new flag

@forcodedancing forcodedancing changed the title feat: track store r/w consume for enabling plain store [WIP] feat: track store r/w consume for enabling plain store Aug 11, 2023
@unclezoro unclezoro changed the title [WIP] feat: track store r/w consume for enabling plain store feat: track store r/w consume for enabling plain store Aug 14, 2023
baseapp/abci.go Outdated Show resolved Hide resolved
baseapp/baseapp.go Outdated Show resolved Hide resolved
baseapp/baseapp.go Outdated Show resolved Hide resolved
types/context.go Outdated Show resolved Hide resolved
types/context.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@unclezoro unclezoro left a comment

Choose a reason for hiding this comment

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

need add more gasrw for endblock and begin block.

@unclezoro unclezoro added this pull request to the merge queue Aug 16, 2023
Merged via the queue into develop with commit db13145 Aug 16, 2023
17 checks passed
@unclezoro unclezoro deleted the feat/fn branch August 16, 2023 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants