ethresearch / sharding-p2p-poc

Proof of Concept of Ethereum Serenity Peer-to-Peer Layer on libp2p PubSub System
40 stars 19 forks source link

[WIP] Fix/add update gomod #137

Closed mhchia closed 5 years ago

mhchia commented 5 years ago

What was wrong?

https://github.com/ethresearch/sharding-p2p-poc/issues/130

How was it fixed?

There are two modes in this script: download, and update.

Example

$ cd {path/to/sharding-p2p-poc}
$ python scripts/update-gomod.py download  # Download the git repos of all dependencies(including the indirect ones)
$ python scripts/update-gomod.py update
$ GO111MODULE=on go build

Current issues

Reference

Cute Animal Picture

put a cute animal picture link inside the parentheses

mhchia commented 5 years ago

Note: I'd like to close this PR and reopen it after confirming all deps can be resolved correctly. Moved the script update-gomod.py to another repo https://github.com/mhchia/py-gx-gomod