base-org / blob-archiver

MIT License
103 stars 62 forks source link

Add version handler for api #25

Closed danyalprout closed 6 months ago

danyalprout commented 6 months ago

Description

This adds support for the consensus layer version api to the blob archiver api.

Building the docker images (or via the makefile), will pull in the current head commit hash as the version.

❯ curl -s 0.0.0.0:8000/eth/v1/node/version | jq
{
  "data": {
    "version": "Blob Archiver API/39cf8e7c53901b2bb493b5a0dc003a1264da4de7"
  }
}
cb-heimdall commented 6 months ago

Review Error for sebastianst @ 2024-05-30 16:42:48 UTC User must have write permissions to review