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

(chore) fix vergen git sha in docker #4946

Merged
merged 2 commits into from
Oct 7, 2023

Conversation

0xprames
Copy link
Contributor

@0xprames 0xprames commented Oct 7, 2023

fixes #4943

docker logs a71872f2d198
2023-10-07T19:10:24.880442Z  INFO reth::cli: reth 0.1.0-alpha.10 (5de04430) starting

ref fix PR: CodeChain-io/codechain#1494

@0xprames 0xprames requested a review from gakonst as a code owner October 7, 2023 19:14
@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #4946 (fe6089c) into main (5de0443) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

see 10 files with indirect coverage changes

Flag Coverage Δ
integration-tests 15.34% <ø> (+<0.01%) ⬆️
unit-tests 62.63% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
reth binary 30.76% <ø> (ø)
blockchain tree 80.53% <ø> (-0.10%) ⬇️
pipeline 88.45% <ø> (ø)
storage (db) 74.39% <ø> (-0.01%) ⬇️
trie 94.52% <ø> (+0.03%) ⬆️
txpool 48.52% <ø> (ø)
networking 76.10% <ø> (-0.02%) ⬇️
rpc 58.57% <ø> (+<0.01%) ⬆️
consensus 62.82% <ø> (-0.20%) ⬇️
revm 28.39% <ø> (ø)
payload builder 7.96% <ø> (ø)
primitives 85.37% <ø> (-0.08%) ⬇️

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

nice

.dockerignore Outdated Show resolved Hide resolved
@mattsse mattsse enabled auto-merge October 7, 2023 19:33
@mattsse mattsse added the A-meta Changes in the contributor workflow and planning label Oct 7, 2023
@mattsse mattsse added this pull request to the merge queue Oct 7, 2023
Merged via the queue into paradigmxyz:main with commit 537ad17 Oct 7, 2023
23 checks passed
mattsse added a commit that referenced this pull request Nov 8, 2023
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-meta Changes in the contributor workflow and planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix missing missing version hash in docker build
2 participants