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

Return only unspent messages and coins #787

Merged
merged 4 commits into from
Nov 29, 2022
Merged

Conversation

xgreenx
Copy link
Collaborator

@xgreenx xgreenx commented Nov 25, 2022

I worked on the generation of the genesis block and found that dumping of the state will also include spent coins and messages.

It will not be a problem if we prune dead contracts, spent coins, and messages. But we will do it only after removing API to the indexer, so let's fix it for now by filtering.

@xgreenx xgreenx requested a review from a team November 25, 2022 00:52
@xgreenx xgreenx self-assigned this Nov 25, 2022
@Voxelot Voxelot merged commit 398b36d into master Nov 29, 2022
@Voxelot Voxelot deleted the feature/dump-only-unspent branch November 29, 2022 22:51
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.

2 participants