forked from openethereum/parity-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 2
Updating Parity
Alex edited this page Jul 2, 2019
·
1 revision
git remote add paritytech https://github.com/paritytech/parity-ethereum.git
git fetch --tags paritytech
git checkout by-block-hash
git ls-remote --tags paritytech
git tag -l v\*
git merge <tag_name>
docker build -t parity .
docker run -v $PWD:/mnt --rm --entrypoint cp parity target/release/parity /mnt/parity