@@ -37,42 +37,16 @@ Then set the environment variable for your `pkg-config` path to `libffi`::
3737
3838
3939Ropsten testnet
40- ~~~~~~~~~~~~~~~
41-
42- These are the currently deployed contract addresses for the Ropsten testnet:
43-
44- * Netting Channel Library: 0x5208baa313256c0e703c96b06c896875b823cc11 _
45- * Channel Manager Library: 0x196da534e3860398f2d9c27cb93fb4bac69715eb _
46- * Registry Contract: 0x32c5dab9b099a5b6c0e626c1862c07b30f58d76a _
47- * Discovery Contract: 0x79ab17cc105e820368e695dfa547604651d02cbb _
48-
49- .. _0x5208baa313256c0e703c96b06c896875b823cc11 : https://ropsten.etherscan.io/address/0x5208baa313256c0e703c96b06c896875b823cc11
50- .. _0x196da534e3860398f2d9c27cb93fb4bac69715eb : https://ropsten.etherscan.io/address/0x196da534e3860398f2d9c27cb93fb4bac69715eb
51- .. _0x32c5dab9b099a5b6c0e626c1862c07b30f58d76a : https://ropsten.etherscan.io/address/0x32c5dab9b099a5b6c0e626c1862c07b30f58d76a)
52- .. _0x79ab17cc105e820368e695dfa547604651d02cbb : https://ropsten.etherscan.io/address/0x79ab17cc105e820368e695dfa547604651d02cbb)
53-
54- Versions and releases
55- ~~~~~~~~~~~~~~~~~~~~~
56-
57- Currently we aim to create proof of concept releases weekly, not based on a certain
58- feature level. All proof of concept releases will have version numbers in the
59- `0.0.x ` range (so `PoC-1 ` = `0.0.1 `).
60-
61- Create a PoC release
62- ++++++++++++++++++++
63-
64- Install bumpversion _
65-
66- .. _bumpversion : https://github.com/peritus/bumpversion
67-
68- Update your `master ` branch to the latest upstream version::
69-
70- git checkout master && git pull --rebase
71-
72- Call the release script::
40+ ---------------
7341
74- prepare_poc_release.sh
42+ These are the currently deployed raiden contract addresses for the Ropsten testnet:
7543
76- This will bump the version, create a commit on a new branch `poc_release_{version} `, push this branch to the upstream repository and create a PR.
44+ * Netting Channel Library: 0x0966d741b83de207579fbd8fd3097dcf7c294fa4 _
45+ * Channel Manager Library: 0x7f77e6687d1647d55ea89315267cc347bc3a212b _
46+ * Registry Contract: 0xce30a13daa47c0f35631e5ed750e39c12172f325 _
47+ * Discovery Contract: 0xaecb64f87c7fa12d983e541eabb0064fc9d87c4f _
7748
78- Follow the steps from the script to merge the PR and tag the result on the master branch, which will trigger the [PyPI](https://pypi.python.org) release.
49+ .. _0x0966d741b83de207579fbd8fd3097dcf7c294fa4 : https://ropsten.etherscan.io/address/0x0966d741b83de207579fbd8fd3097dcf7c294fa4#code
50+ .. _0x7f77e6687d1647d55ea89315267cc347bc3a212b : https://ropsten.etherscan.io/address/0x7f77e6687d1647d55ea89315267cc347bc3a212b#code
51+ .. _0xce30a13daa47c0f35631e5ed750e39c12172f325 : https://ropsten.etherscan.io/address/0xce30a13daa47c0f35631e5ed750e39c12172f325#code
52+ .. _0xaecb64f87c7fa12d983e541eabb0064fc9d87c4f : https://ropsten.etherscan.io/address/0xaecb64f87c7fa12d983e541eabb0064fc9d87c4f#code
0 commit comments