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

Add alembic version endpoint #2276

Merged
merged 5 commits into from Jan 12, 2022
Merged

Add alembic version endpoint #2276

merged 5 commits into from Jan 12, 2022

Conversation

raymondjacobson
Copy link
Member

Description

Add /alembic_version endpoint that prints out

{
data: {
version_num: "be27a2794f75"
},
latest_chain_block: 3159,
latest_chain_slot_plays: 102,
latest_indexed_block: 3159,
latest_indexed_slot_plays: null,
signature: "0x99cb83eacfd3781d5319b83b9232d7257b44e15ba2fb3a3e8d3113f316e485097ed9cde1b8d49cc90e82717fa4161847279d872a1818834c190e9c2a4c84adfd1b",
signer: "0x15712a65ac707ae2ee3328c84fdca16b06d944c2",
success: true,
timestamp: "2022-01-11T07:38:32.172Z",
version: {
service: "discovery-node",
version: "0.3.49"
}
}

Tests

Local stack

How will this change be monitored?

Endpoint in prod

@pull-request-size pull-request-size bot added size/M and removed size/S labels Jan 11, 2022
@raymondjacobson raymondjacobson merged commit f0230be into master Jan 12, 2022
@raymondjacobson raymondjacobson deleted the rj-alembic-version branch January 12, 2022 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants