-
Notifications
You must be signed in to change notification settings - Fork 161
Conversation
Codecov Report
@@ Coverage Diff @@
## development #378 +/- ##
==============================================
Coverage ? 70.62%
==============================================
Files ? 37
Lines ? 2427
Branches ? 0
==============================================
Hits ? 1714
Misses ? 587
Partials ? 126 Continue to review full report at Codecov.
|
fix export-eth-key generate eth type account in genesis.json file
* fix errors and make testnet work * Update Dockerfile Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> * wip - fix db * fixes emintd nodes and syncs nodes * starts daemon and rpc server in bg Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
### Build ### | ||
############################################################################### | ||
|
||
build: go.sum |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@J-Thompson12 can you test these commands on your machine? 🙏
docker: | ||
docker build -t ${DOCKER_IMAGE}:${DOCKER_TAG} . | ||
docker tag ${DOCKER_IMAGE}:${DOCKER_TAG} ${DOCKER_IMAGE}:latest | ||
docker tag ${DOCKER_IMAGE}:${DOCKER_TAG} ${DOCKER_IMAGE}:${COMMIT_HASH} | ||
# update old container | ||
docker rm ethermint | ||
# create a new container from the latest image | ||
docker create --name ethermint -t -i cosmos/ethermint:latest ethermint | ||
# move the binaries to the ./build directory | ||
mkdir -p ./build/ | ||
docker cp ethermint:/usr/bin/emintd ./build/ ; \ | ||
docker cp ethermint:/usr/bin/emintcli ./build/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@araskachoi this could possibly be improved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works for me!
Closes: #347
Description
Starts an
n
nodes local testnet.For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)