|
1 | 1 | <p align="center"><img src="etherdog.png"></p>
|
2 | 2 |
|
3 | 3 | This repository contains specifications for the peer-to-peer networking protocols used by
|
4 |
| -Ethereum. We have several specifications for low-level protocols: |
| 4 | +Ethereum. The issue tracker here is for discussions of protocol changes. It's also OK to |
| 5 | +open an issue if you just have a question. |
| 6 | + |
| 7 | +Protocol level security issues are valuable! Please report serious issues responsibly |
| 8 | +through the [Ethereum Foundation Bounty Program]. |
| 9 | + |
| 10 | +We have several specifications for low-level protocols: |
5 | 11 |
|
6 | 12 | - [Ethereum Node Records]
|
7 | 13 | - [Node Discovery Protocol v4]
|
8 | 14 | - [Node Discovery Protocol v5]
|
9 | 15 | - [RLPx protocol]
|
10 | 16 |
|
11 |
| -The repository also contains specifications of many RLPx-based application-level |
12 |
| -protocols: |
| 17 | +The repository also contains specifications of many RLPx-based application-level protocols: |
13 | 18 |
|
14 | 19 | - [Ethereum Wire Protocol] (eth/66)
|
15 | 20 | - [Ethereum Snapshot Protocol] (snap/1)
|
16 | 21 | - [Light Ethereum Subprotocol] (les/4)
|
17 | 22 | - [Parity Light Protocol] (pip/1)
|
18 | 23 | - [Ethereum Witness Protocol] (wit/0)
|
19 | 24 |
|
20 |
| -The issue tracker here is for discussions of protocol changes. It's OK to open an issue if |
21 |
| -you just have a question. You can also get in touch through our [Gitter channel]. |
22 |
| - |
23 |
| -Protocol level security issues are valuable! Please report serious issues responsibly |
24 |
| -through the [Ethereum Foundation Bounty Program]. |
25 |
| - |
26 | 25 | ### The Mission
|
27 | 26 |
|
28 | 27 | devp2p is a set of network protocols which form the Ethereum peer-to-peer network.
|
@@ -80,7 +79,6 @@ WireShark dissectors are available here: <https://github.com/ConsenSys/ethereum-
|
80 | 79 | [Ethereum Foundation Bounty Program]: https://bounty.ethereum.org
|
81 | 80 | [Ethereum Wire Protocol]: ./caps/eth.md
|
82 | 81 | [Ethereum Snapshot Protocol]: ./caps/snap.md
|
83 |
| -[Gitter channel]: https://gitter.im/ethereum/devp2p |
84 | 82 | [Light Ethereum Subprotocol]: ./caps/les.md
|
85 | 83 | [Ethereum Witness Protocol]: ./caps/wit.md
|
86 | 84 | [Ethereum Node Records]: ./enr.md
|
|
0 commit comments