Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Replaced cpp-ethereum for aleth #5772

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Replaced cpp-ethereum for aleth #5772

wants to merge 1 commit into from

Conversation

const-ntino
Copy link

Replaced cpp-ethereum for aleth

Replaced cpp-ethereum for aleth
@codecov-io
Copy link

Codecov Report

Merging #5772 into master will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5772      +/-   ##
==========================================
+ Coverage      64%   64.06%   +0.05%     
==========================================
  Files         359      359              
  Lines       30774    30774              
  Branches     3416     3416              
==========================================
+ Hits        19697    19715      +18     
+ Misses       9855     9838      -17     
+ Partials     1222     1221       -1

@@ -22,13 +22,13 @@ RUN apk add --no-cache \
linux-headers \
leveldb-dev --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
&& sed -i -E -e 's|#warning|//#warning|' /usr/include/sys/poll.h \
&& git clone --recursive https://github.com/ethereum/cpp-ethereum --branch develop --single-branch --depth 1 \
&& git clone --recursive https://github.com/ethereum/aleth --branch develop --single-branch --depth 1 \
Copy link
Collaborator

Choose a reason for hiding this comment

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

The branch should be master now.

Choose a reason for hiding this comment

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

@pedrocns kindly do the needful.

@gumb0
Copy link
Member

gumb0 commented Nov 11, 2019

@pedrocns do you want to finish this?

@@ -22,13 +22,13 @@ RUN apk add --no-cache \
linux-headers \
leveldb-dev --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
&& sed -i -E -e 's|#warning|//#warning|' /usr/include/sys/poll.h \
&& git clone --recursive https://github.com/ethereum/cpp-ethereum --branch develop --single-branch --depth 1 \
&& git clone --recursive https://github.com/ethereum/aleth --branch develop --single-branch --depth 1 \

Choose a reason for hiding this comment

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

@pedrocns kindly do the needful.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants