lighthouse/beacon_node
Luke Anderson 23ce271b5f
Return HTTP 202 to indicate processing error.
- A processing error of a validator's block or attestation should not prevent publishing. Now a 202 error is returned, to indicate that it has not been processed, but has still been published.
 - Added a publish_attestation function to the API, handling POST requests for /beacon/validator/attestation.
2019-09-13 21:22:32 +10:00
..
beacon_chain Fix deadlock on becaon chain head 2019-09-10 22:42:07 -04:00
client WIP: Added POST functionality for pusblish_beacon_block. Currently doesn't compile, struggling with the borrow checker. 2019-09-09 12:54:14 +10:00
eth2-libp2p Merge branch 'interop' of github.com:sigp/lighthouse into interop 2019-09-10 12:18:37 -04:00
network Add additional logging for gossip messages 2019-09-08 18:51:24 -04:00
rest_api Return HTTP 202 to indicate processing error. 2019-09-13 21:22:32 +10:00
rpc Add additional logs to validator client 2019-09-10 17:40:21 -04:00
src Add explicit fails for 32bit architecture 2019-09-12 10:40:29 -04:00
store Fix block processing blowup, upgrade metrics (#500) 2019-08-19 21:02:34 +10:00
version Apply clippy suggestions 2019-03-19 23:20:39 +11:00
Cargo.toml Move bootstrapper into own crate 2019-09-01 19:32:57 +10:00