lighthouse/boot_node/src
Akihito Nakano daa3da3758 Add tests for flags enable-enr-auto-update and disable-packet-filter (#2887)
Resolves https://github.com/sigp/lighthouse/issues/2602

## Issue Addressed

https://github.com/sigp/lighthouse/pull/2749#issue-1037552417
> ## Open TODO
> Add tests for boot_node flags `enable-enr-auto-update` and `disable-packet-filter`. They end up in [Discv5Config](9ed2cba6bc/boot_node/src/config.rs (L29)), which doesn't support serde (de)serialization.

## Proposed Changes

- Added tests for flags `enable-enr-auto-update` and `disable-packet-filter`
- Instead of (de)serialize Discv5Config, added the two fields copied from Discv5Config to BootNodeConfigSerialization.
2022-01-07 05:32:33 +00:00
..
cli.rs Packet filter cli option (#2523) 2021-08-26 00:29:39 +00:00
config.rs Add tests for flags enable-enr-auto-update and disable-packet-filter (#2887) 2022-01-07 05:32:33 +00:00
lib.rs Ensure difficulty/hash/epoch overrides change the ChainSpec (#2798) 2021-12-02 14:29:18 +11:00
server.rs Rename eth2_libp2p to lighthouse_network (#2702) 2021-10-19 00:30:39 +00:00