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

Remove indirection table zkapp_fee_payer #10917

Merged
merged 1 commit into from
May 10, 2022
Merged

Conversation

psteckler
Copy link
Member

In OCaml, Fee_payer.t refers to Body.Fee_payer.t and a signature. In the archive db, we don't store the signature, so the table zkapp_fee_payer referred to entries in zkapp_fee_payer_body, and contained no other information. Therefore, that table can be removed.

This change required small changes to extract_blocks and the replayer, and editing the SQL for the replayer test, which succeeded locally. Also tested that extract_blocks works on the data in the replayer test.

Closes #10916.

@psteckler psteckler requested review from a team as code owners May 10, 2022 15:54
@psteckler psteckler added the ci-build-me Add this label to trigger a circle+buildkite build for this branch label May 10, 2022
Copy link
Member

@mrmr1993 mrmr1993 left a comment

Choose a reason for hiding this comment

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

Nice!

@psteckler psteckler merged commit 0e8c668 into develop May 10, 2022
@psteckler psteckler deleted the fix/remove-fee-payer-table branch May 10, 2022 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-build-me Add this label to trigger a circle+buildkite build for this branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove fee_payer table
3 participants