Commit 07a1c57
File tree
6 files changed
+35
-6
lines changed- beacon_chain
- validators
- vendor
6 files changed
+35
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
1 | 25 | | |
2 | 26 | | |
3 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
691 | | - | |
| 691 | + | |
692 | 692 | | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
693 | 697 | | |
694 | | - | |
| 698 | + | |
695 | 699 | | |
696 | 700 | | |
697 | 701 | | |
698 | | - | |
| 702 | + | |
699 | 703 | | |
700 | 704 | | |
701 | 705 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
- .appveyor.yml+1
- .github/workflows/ci.yml+8-41
- .travis.yml+1
- README.md+1-1
- eth.nimble+7-1
- eth/common/eth_types.nim+242-152
- eth/common/transaction.nim+64-106
- eth/db/kvstore_sqlite3.nim+2-1
- eth/p2p/discoveryv5/protocol.nim+45-26
- eth/p2p/portal/README.md+48
- eth/p2p/portal/messages.nim+153
- eth/p2p/portal/portalcli.nim+221
- eth/p2p/portal/protocol.nim+164
- eth/ssz/bitseqs.nim+313
- eth/ssz/bytes_reader.nim+218
- eth/ssz/ssz_serialization.nim+247
- eth/ssz/types.nim+258
- tests/p2p/all_portal_tests.nim+5
- tests/p2p/all_tests.nim+1
- tests/p2p/test_discoveryv5.nim+12-6
- tests/p2p/test_portal.nim+103
- tests/p2p/test_portal_encoding.nim+156
- tests/rlp/test_common.nim+21-45
0 commit comments