Commit 8c91ab5
chore: merge main (feat: add bootnode.rs #262)
Manually merges changes from main branch commit e41e6d9:
- Add crates/p2p/src/bootnode.rs and crates/p2p/src/relay.rs
- Add crates/p2p/examples/bootnode.rs
- Update p2p peer.rs: add Default for MutablePeer, addr_infos_from_p2p_addrs
- Update p2p gater.rs: remove Arc wrapper from relay peers
- Update p2p utils.rs: add multi_addrs_via_relay helper
- Update p2p lib.rs: export bootnode and relay modules
- Update p2p Cargo.toml: add backon, reqwest, url deps
- Fix crypto share indexing: use 1-indexed keys throughout
- Remove MathError enum, replace with direct DivisionByZero variant
- Fix cluster test_cluster.rs: use 1-indexed share lookup
- Fix app obolapi: add FailedToConvertShareIndexToU8/MathOverflow errors
- Add app/src/utils.rs with archive helpers
- Add core/src/parasigdb/memory.rs
- Update Cargo.toml and Cargo.lock with flate2, tar deps
- Update relay_server example: simplify TCP addr, add docblock
Co-authored-by: Bohdan Ohorodnii <varex83@users.noreply.github.com>1 parent a41f417 commit 8c91ab5
21 files changed
Lines changed: 2429 additions & 58 deletions
File tree
- crates
- app
- src
- obolapi
- cluster/src
- core/src/parasigdb
- crypto/src
- p2p
- examples
- src
- relay-server/examples
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
40 | 42 | | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
62 | 70 | | |
63 | 71 | | |
64 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
| 350 | + | |
350 | 351 | | |
351 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
352 | 355 | | |
353 | 356 | | |
354 | 357 | | |
| |||
0 commit comments