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

pending_block_operations table: remove fetch_internal_transactions column #6572

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Dec 12, 2022

#6561

Motivation

fetch_internal_transactions column in pending_block_operations table always has true value. There is no place in the logic where it is changed to another value.

Changelog

Remove fetch_internal_transactions column from pending_block_operations table, which should simplify the number of indexes on the table.

Checklist for your Pull Request (PR)

@vbaranov vbaranov force-pushed the pending_block_operations_removefetch_internal_transactions_column branch 2 times, most recently from 2309a77 to fb3de89 Compare December 12, 2022 09:40
@vbaranov vbaranov force-pushed the pending_block_operations_removefetch_internal_transactions_column branch from fb3de89 to d74ce1b Compare December 12, 2022 09:59
@vbaranov vbaranov force-pushed the pending_block_operations_removefetch_internal_transactions_column branch 2 times, most recently from 7b8c649 to 599317d Compare December 12, 2022 10:47
@vbaranov vbaranov force-pushed the pending_block_operations_removefetch_internal_transactions_column branch from 599317d to a3b5493 Compare December 12, 2022 13:47
@vbaranov vbaranov merged commit fa8654b into master Dec 12, 2022
@vbaranov vbaranov deleted the pending_block_operations_removefetch_internal_transactions_column branch December 12, 2022 14:20
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.

None yet

2 participants