Skip to content

Commit 26e380b

Browse files
committed
README.md: move text around
1 parent 1effd4f commit 26e380b

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
<p align="center"><img src="etherdog.png"></p>
22

33
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:
511

612
- [Ethereum Node Records]
713
- [Node Discovery Protocol v4]
814
- [Node Discovery Protocol v5]
915
- [RLPx protocol]
1016

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:
1318

1419
- [Ethereum Wire Protocol] (eth/66)
1520
- [Ethereum Snapshot Protocol] (snap/1)
1621
- [Light Ethereum Subprotocol] (les/4)
1722
- [Parity Light Protocol] (pip/1)
1823
- [Ethereum Witness Protocol] (wit/0)
1924

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-
2625
### The Mission
2726

2827
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-
8079
[Ethereum Foundation Bounty Program]: https://bounty.ethereum.org
8180
[Ethereum Wire Protocol]: ./caps/eth.md
8281
[Ethereum Snapshot Protocol]: ./caps/snap.md
83-
[Gitter channel]: https://gitter.im/ethereum/devp2p
8482
[Light Ethereum Subprotocol]: ./caps/les.md
8583
[Ethereum Witness Protocol]: ./caps/wit.md
8684
[Ethereum Node Records]: ./enr.md

0 commit comments

Comments
 (0)