Skip to content

Commit 19da93c

Browse files
committed
[skip ci] Update contract addresses in README
Also removed outdated versioning information
1 parent 634e3a8 commit 19da93c

File tree

1 file changed

+10
-36
lines changed

1 file changed

+10
-36
lines changed

README.rst

Lines changed: 10 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -37,42 +37,16 @@ Then set the environment variable for your `pkg-config` path to `libffi`::
3737

3838

3939
Ropsten 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

Comments
 (0)