lighthouse/common/eth2/src
ethDreamer 77fc511170 Use JSON by default for Deposit Snapshot Sync (#4397)
Checkpointz now supports deposit snapshot but [they only support returning them in JSON](https://github.com/ethpandaops/checkpointz/issues/74) so I've modified lighthouse to request them in JSON by default.

There's also `get_opt` & `get_opt_with_timeout` methods which seem to expect responses in JSON but were not adding `Accept: application/json` to the request headers so I fixed that as well.

Also the beacon API puts quantities in quotes so I fixed that in the snapshot JSON serialization
2023-06-15 08:42:20 +00:00
..
lighthouse Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
lighthouse_vc Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
lib.rs Use JSON by default for Deposit Snapshot Sync (#4397) 2023-06-15 08:42:20 +00:00
lighthouse.rs Add beacon.watch (#3362) 2023-04-03 05:35:11 +00:00
mixin.rs Serve Bellatrix preset in BN API (#3425) 2022-08-10 07:52:59 +00:00
types.rs Use MediaType accept header parser (#4216) 2023-06-13 10:25:27 +00:00