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

Format last_vrf_output as Base64 #14462

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Conversation

psteckler
Copy link
Member

@psteckler psteckler commented Oct 31, 2023

The same change was made in the migration app in #12906, which is against berkeley. This is consistent with the formatting in precomputed blocks.

This PR is against rampup, in order to get this change for the next ITN deployment.

I will add the hex-to-Base64 change to #14419, so the migration script will take care of this column.

Also: in the replayer, fixed a comment and removed an unused module.

@psteckler psteckler requested review from a team as code owners October 31, 2023 00:30
@psteckler
Copy link
Member Author

!ci-build-me

@@ -1845,7 +1845,7 @@ module User_command = struct
(Caqti_request.find typ Caqti_type.int
(Mina_caqti.insert_into_cols ~returning:"id" ~table_name
~tannot:(function
| "typ" -> Some "user_command_type" | _ -> None )
| "command_type" -> Some "user_command_type" | _ -> None )
Copy link
Member

Choose a reason for hiding this comment

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

Is some renaming of typ to command_type happening behind the scenes?

Copy link
Member Author

Choose a reason for hiding this comment

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

The current schema in create_schema.sql uses command_type in the user_commands table.

@deepthiskumar
Copy link
Member

!approved-for-mainnet

@deepthiskumar deepthiskumar merged commit 7b541d1 into rampup Nov 1, 2023
35 checks passed
@deepthiskumar deepthiskumar deleted the fix/last-vrf-output-format branch November 1, 2023 20:47
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

3 participants