lighthouse-pulse/lighthouse/tests
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
..
account_manager.rs Allow to set validator password via reimport (#2868) 2021-12-21 08:23:18 +00:00
beacon_node.rs Allow value for beacon_node fee-recipient argument (#2884) 2022-01-07 01:21:42 +00:00
boot_node.rs Add tests for flags enable-enr-auto-update and disable-packet-filter (#2887) 2022-01-07 05:32:33 +00:00
exec.rs Add regression tests for boot_node (#2749) 2021-11-08 01:37:58 +00:00
main.rs Add regression tests for boot_node (#2749) 2021-11-08 01:37:58 +00:00
validator_client.rs Add regression tests for boot_node (#2749) 2021-11-08 01:37:58 +00:00