Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Use simple logger builder pattern #1594

Closed
wants to merge 1 commit into from

Conversation

AgeManning
Copy link
Member

Issue Addressed

simple_logger depricated the functions we are currently using causing our CI to fail. This updates the to the builder pattern.

@AgeManning
Copy link
Member Author

bors r+

bors bot pushed a commit that referenced this pull request Sep 7, 2020
## Issue Addressed

`simple_logger` depricated the functions we are currently using causing our CI to fail. This updates the to the builder pattern.
@bors bors bot changed the title Use simple logger builder pattern [Merged by Bors] - Use simple logger builder pattern Sep 7, 2020
@bors bors bot closed this Sep 7, 2020
paulhauner added a commit that referenced this pull request Sep 8, 2020
commit 1671f29
Merge: 068ff88 9833eca
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 20:45:01 2020 +1000

    Merge branch 'master' into shuffling-id

commit 9833eca
Author: Age Manning <Age@AgeManning.com>
Date:   Mon Sep 7 07:44:17 2020 +0000

    Use simple logger builder pattern (#1594)

    ## Issue Addressed

    `simple_logger` depricated the functions we are currently using causing our CI to fail. This updates the to the builder pattern.

commit 2a9a815
Author: Daniel Schonfeld <daniel@schonfeld.org>
Date:   Mon Sep 7 06:47:05 2020 +0000

    conforming to the p2p specs, requiring error_messages to be bound (#1593)

    ## Issue Addressed

    #1421

    ## Proposed Changes

    Bounding the error_message that can be returned for RPC domain errors

    Co-authored-by: Age Manning <Age@AgeManning.com>

commit a6376b4
Author: Age Manning <Age@AgeManning.com>
Date:   Mon Sep 7 05:53:20 2020 +0000

    Update discv5 to v10 (#1592)

    ## Issue Addressed

    Code improvements, dependency improvements and better async handling.

commit 068ff88
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 10 21:22:57 2020 +1000

    Ensure correct cache is used

commit 2ae9cf5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 10 20:42:36 2020 +1000

    Move to two sets of shuffling ids

commit 54c5dc2
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 10 17:47:54 2020 +1000

    Add comments

commit c0473c6
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 10 17:08:00 2020 +1000

    Tighten fn visibility

commit a2f1eff
Merge: f2f3848 04e4389
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 10 16:09:21 2020 +1000

    Merge branch 'master' into shuffling-id

commit f2f3848
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 10 11:53:37 2020 +1000

    Cache next-epoch shuffling on block processing

commit 08df338
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 10 07:05:21 2020 +1000

    Remove unused var

commit 2ab88f7
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Aug 9 16:55:19 2020 +1000

    Integrate into shuffling

commit a4453d5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Aug 9 13:02:57 2020 +1000

    Add incomplete progress
@AgeManning AgeManning deleted the simple-logger-update branch September 18, 2020 03:00
paulhauner added a commit that referenced this pull request Sep 23, 2020
commit 0f8a5540d189e6281bc641618dec1c8d304d7ec5
Merge: 2e1d657 a97ec31
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 13:07:53 2020 +1000

    Merge branch 'v0.3.0-staging' into standard-http

commit 2e1d657
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 13:04:19 2020 +1000

    Rename BeaconNodeClient -> BeaconNodeHttpClient

commit f14e58b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 10:09:18 2020 +1000

    Increase simulator HTTP timeout

commit 5797b9a
Merge: 91e88b5 d85d5a4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 16:56:28 2020 +1000

    Merge branch 'master' into standard-http

commit 91e88b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 15:55:58 2020 +1000

    Add extra arg to NetworkGlobals

commit 06eaa24
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 14:27:40 2020 +1000

    Add comment about peers endpoints

commit 8bb990a
Merge: c831c3c bd39cc8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 14:00:40 2020 +1000

    Merge branch 'master' into standard-http

commit c831c3c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 13:50:30 2020 +1000

    Run cargo update, fix compile error

commit 1dc9b86
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:42:56 2020 +1000

    Fix clippy lints

commit 7b5e1fd
Merge: 33f0d97 5d17eb8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:38:41 2020 +1000

    Merge branch 'master' into standard-http

commit 33f0d97
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:38:31 2020 +1000

    Perform a self-review

commit 4e230ab
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:52:17 2020 +1000

    Rename consensus.rs

commit 7543968
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:47:52 2020 +1000

    Add extra comment

commit 4472e5a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:36:41 2020 +1000

    Add comments to http_metrics crate

commit dc2518d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:33:25 2020 +1000

    Add comments to http_api crate

commit 852a38e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 09:34:10 2020 +1000

    Tidy docs

commit 7129b41
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 17:53:59 2020 +1000

    Add warning about incomplete API

commit 008c206
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 17:44:31 2020 +1000

    Refactor docs for standard API

commit 6f7b476
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 16:38:54 2020 +1000

    Fix return type for node client

commit b8eff38
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:41:28 2020 +1000

    Move lighthouse off /eth1/v1, handle errors better

commit 083663b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:14:53 2020 +1000

    Run cargo update

commit 997f182
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:11:54 2020 +1000

    Fix bug with chain spec decoding

commit 6aae0bd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:48:18 2020 +1000

    Tidy cors header

commit 1f7445b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:43:43 2020 +1000

    Add cors support

commit 9202f89
Merge: a68171c 49ab414
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:10:33 2020 +1000

    Merge branch 'master' into standard-http

commit a68171c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:08:33 2020 +1000

    Add docs about Prom

commit 3cf0de3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:56:15 2020 +1000

    Slow down sims

commit 6823048
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:54:03 2020 +1000

    Add support for quotes in indexed attestation

commit 000eb00
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:09:51 2020 +1000

    Add more quoted int types

commit a3e2281
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 12:24:56 2020 +1000

    Add quotes to u64 in types

commit b6768fe
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 12:00:16 2020 +1000

    Remove todo

commit 1fb92df
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:57:46 2020 +1000

    Add Arbitrary for Graffiti

commit 6e02e12
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:40:23 2020 +1000

    Remove rest_types

commit aa1d3fc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:40:10 2020 +1000

    Fix graffiti compile error

commit b18fc1c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:16:18 2020 +1000

    Remove reference to merged PR

commit f914db4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:13:25 2020 +1000

    Remove duplicate health structs

commit 27f6bdc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:00:43 2020 +1000

    Remove serde_utils duplication

commit 803ce9b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 10:46:40 2020 +1000

    Unify Graffiti structs

commit e754995
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:41:58 2020 +1000

    Add more skip slots tests

commit 3b22a83
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:35:11 2020 +1000

    Fix bug in proposer endpoint

commit 2e9afb8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:22:52 2020 +1000

    Add (failing) skip slots tests

commit 6aa9f30
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:16:15 2020 +1000

    Fix errors in duties request

commit 40d285a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 18:02:08 2020 +1000

    Refactor duties endpoint

commit 394abba
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 15:08:02 2020 +1000

    Fix bad assumption when checking finalized desc.

commit d16bdeb
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 14:43:55 2020 +1000

    Fix typo resulting in bug

commit 297b88f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 12:16:35 2020 +1000

    Add more detail to ShufflingId error

commit 7c01e39
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 20:38:46 2020 +1000

    Remove reject into new warp_utils

commit e8ad813
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 20:16:47 2020 +1000

    Fix clippy lint

commit 85beedd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 18:00:28 2020 +1000

    Only allow health test in linux

commit 262c8f0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 17:56:30 2020 +1000

    Speed up sim

commit e49a3e1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 17:19:45 2020 +1000

    Return result in client builder

commit 09494e0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:41:18 2020 +1000

    Add comments, safety to block shuffle id

commit 0d970a7
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:34:39 2020 +1000

    Fix failing voluntary exit test

commit 327569a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:28:25 2020 +1000

    Fix URL comment

commit c58df48
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:28:17 2020 +1000

    Remove unused deps

commit 249c06d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:27:01 2020 +1000

    Add "the" before http flags

commit dbdc177
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:26:23 2020 +1000

    Ensure metrics port is set to 0

commit f4d92b4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:25:09 2020 +1000

    Attempt to fix failing exit test

commit ccf1cd9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:21:29 2020 +1000

    Remove unused crate

commit 89438ff
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:03:38 2020 +1000

    Update Cargo.lock

commit 196ca29
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:57:49 2020 +1000

    Remove rest_api, remote_beacon_node

commit ec260b9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:55:26 2020 +1000

    Fix clippy lints

commit 6adfa5d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:46:12 2020 +1000

    Add tests for LH endpoints

commit d727451
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 13:45:46 2020 +1000

    Add network endpoint

commit cc0823f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 12:20:36 2020 +1000

    Add additional non-standard metrics

commit 791ace4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 15:29:17 2020 +1000

    Fix clippy lints

commit faa415f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 15:11:09 2020 +1000

    Add cache metrics

commit 8c84f4b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 14:58:43 2020 +1000

    Add filter for validator/blocks

commit 9a5a265
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 14:44:56 2020 +1000

    Fix metrics formatting

commit 61f9d6c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 12:21:04 2020 +1000

    Add metrics

commit 6a14342
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 07:43:53 2020 +1000

    Fix subscriptions endpoint

commit 3766027
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:43:56 2020 +1000

    Delete rest_api tests

commit 46b8a8f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:43:39 2020 +1000

    Fix test compile issues

commit 41c5a6b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:26:37 2020 +1000

    Fix cargo fmt issue

commit 7e819bc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:25:26 2020 +1000

    Fix aggregator index calculation

commit 404d681
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:02:35 2020 +1000

    Add dedicated prometheus metrics endpoint

commit 528ffa1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 12:30:05 2020 +1000

    Run cargo update

commit 288488e
Merge: 6172437 c9596fc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 12:28:31 2020 +1000

    Merge branch 'master' into standard-http

commit 6172437
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:52:20 2020 +1000

    Fix clippy lints

commit cef90e6
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:10:54 2020 +1000

    Drop HTTP log level

commit 67bfe99
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:06:20 2020 +1000

    Fix seconds per eth1 block field

commit 0178cfe
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:05:53 2020 +1000

    Add logging

commit cb4cede
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 09:28:08 2020 +1000

    Fix compile errors in sim

commit 7a36bcd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 07:57:22 2020 +1000

    Fix compile error

commit a377ed9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 07:40:54 2020 +1000

    Enforce max skip value for proposer cache

commit 9c99d05
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 16:34:05 2020 +1000

    First basic working version

commit 21f8a3a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 14:37:28 2020 +1000

    First compiling version of validator

commit 086c449
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 11:33:51 2020 +1000

    Migrate duties service to new API

commit 1bbabae
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 16:40:00 2020 +1000

    Start merging VC to new API

commit 002228d
Merge: 0af5795 cb031b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 15:26:02 2020 +1000

    Merge branch 'lockfile-fix' into standard-http

commit 0af5795
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 15:23:10 2020 +1000

    Add version endpoint

commit e93f95c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 14:54:15 2020 +1000

    Add syncing endpoint

commit 838464c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 13:15:18 2020 +1000

    Add test for invalid aggregate

commit 9ac9482
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 11:55:00 2020 +1000

    Add test for aggregate and proofs

commit 40b12b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 08:01:44 2020 +1000

    Add aggregate and subscriptions endpoints

commit cd94717
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 21:11:36 2020 +1000

    Add committees at slot field

commit 1c788af
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 16:35:34 2020 +1000

    Add aggregates POST method

commit 71cd921
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 15:55:33 2020 +1000

    Add aggregate getter endpoint

commit f81ea20
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 15:28:44 2020 +1000

    Add more routes

commit 998889b
Merge: eab7b88 9cf8f45
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:54:06 2020 +1000

    Merge branch 'master' into standard-http

commit eab7b88
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:49:13 2020 +1000

    Fix clippy lints

commit 59cb877
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:46:07 2020 +1000

    Add passing block production test

commit 98bade5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 11:30:04 2020 +1000

    Add beacon proposer endpoint

commit 510bc72
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 08:26:49 2020 +1000

    Add request & incomplete test for validator blocks

commit 767b036
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 22:23:17 2020 +1000

    Add incomplete validators/blocks endpoint

commit 87f6125
Merge: dea298e 19be7ab
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 21:48:11 2020 +1000

    Merge branch 'master' into standard-http

commit dea298e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 21:47:02 2020 +1000

    Fix attestation duties bug

commit b8f4d72
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:45:38 2020 +1000

    Add failing duties test

commit 0bbe830
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:45:24 2020 +1000

    Add (failing) duties endpoint

commit 3da5da1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:44:28 2020 +1000

    Bump harness log level

commit 3b83253
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 11:54:59 2020 +1000

    Move shuffling cache onto beacon chain

commit 0aff41b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 11:54:35 2020 +1000

    Fix broken fork choice tests

commit 531e16c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 10:47:29 2020 +1000

    Squashed in `shuffling-id`

    commit 1671f29
    Merge: 068ff88 9833eca
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Sep 7 20:45:01 2020 +1000

        Merge branch 'master' into shuffling-id

    commit 9833eca
    Author: Age Manning <Age@AgeManning.com>
    Date:   Mon Sep 7 07:44:17 2020 +0000

        Use simple logger builder pattern (#1594)

        ## Issue Addressed

        `simple_logger` depricated the functions we are currently using causing our CI to fail. This updates the to the builder pattern.

    commit 2a9a815
    Author: Daniel Schonfeld <daniel@schonfeld.org>
    Date:   Mon Sep 7 06:47:05 2020 +0000

        conforming to the p2p specs, requiring error_messages to be bound (#1593)

        ## Issue Addressed

        #1421

        ## Proposed Changes

        Bounding the error_message that can be returned for RPC domain errors

        Co-authored-by: Age Manning <Age@AgeManning.com>

    commit a6376b4
    Author: Age Manning <Age@AgeManning.com>
    Date:   Mon Sep 7 05:53:20 2020 +0000

        Update discv5 to v10 (#1592)

        ## Issue Addressed

        Code improvements, dependency improvements and better async handling.

    commit 068ff88
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 21:22:57 2020 +1000

        Ensure correct cache is used

    commit 2ae9cf5
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 20:42:36 2020 +1000

        Move to two sets of shuffling ids

    commit 54c5dc2
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 17:47:54 2020 +1000

        Add comments

    commit c0473c6
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 17:08:00 2020 +1000

        Tighten fn visibility

    commit a2f1eff
    Merge: f2f3848 04e4389
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 16:09:21 2020 +1000

        Merge branch 'master' into shuffling-id

    commit f2f3848
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 11:53:37 2020 +1000

        Cache next-epoch shuffling on block processing

    commit 08df338
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 07:05:21 2020 +1000

        Remove unused var

    commit 2ab88f7
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Sun Aug 9 16:55:19 2020 +1000

        Integrate into shuffling

    commit a4453d5
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Sun Aug 9 13:02:57 2020 +1000

        Add incomplete progress

commit 5fd243c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 17:23:49 2020 +1000

    Start adding validator duties endpoint

commit 7b5b5ee
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:47:24 2020 +1000

    Add some quotes

commit 9c46f66
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:40:27 2020 +1000

    Fix mistake in clippy fixes

commit 70b716f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:37:03 2020 +1000

    Address clippy lints

commit 886909c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:27:51 2020 +1000

    Fix issue with hex encoding

commit 8bc966a
Merge: 01761e4 74fa87a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:12:46 2020 +1000

    Merge branch 'master' into standard-http

commit 01761e4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 12:10:22 2020 +1000

    Add debug endpoints

commit 95c6564
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 11:17:46 2020 +1000

    Finish deposit contract endpoint

commit 0046ec5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 08:20:32 2020 +1000

    Add non-functional deposit contract endpoints

commit 3714d20
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 16:07:10 2020 +1000

    Add two config endpoints

commit eece914
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 10:17:51 2020 +1000

    Update validator status

commit a0bc953
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 08:11:45 2020 +1000

    Fix exit tests

commit 4e41e9b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 18:05:11 2020 +1000

    Add other pool post tests

commit 7ce6183
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 17:31:56 2020 +1000

    Add attester slashing test

commit 78fc2cf
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:58:25 2020 +1000

    Delete commented-out code

commit 2e8941d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:55:08 2020 +1000

    Fix test compile errors

commit cf5da09
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:24:55 2020 +1000

    Fix errors after master rebase

commit 69b3219
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:24:40 2020 +1000

    Update Cargo.lock

commit e623ea1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:56:05 2020 +1000

    Fix tests

commit 2ceba05
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:55:54 2020 +1000

    Fix issue with harness

commit 0f3cdf3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:28:43 2020 +1000

    Add pool POST endpoints, fix error issue, bugs

commit dba921f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 4 09:36:45 2020 +1000

    Add more pool endpoints

commit 4379669
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 17:23:38 2020 +1000

    Add pool routes, add get_ prefixes

commit 23c1fef
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 16:31:33 2020 +1000

    Improve error handling

commit 444a06f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 14:07:02 2020 +1000

    Add failing test

commit 37bde29
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 13:39:05 2020 +1000

    Start adding post route, fix method issue

commit c7326e1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 15:00:55 2020 +1000

    Add blocks attestations endpoint

commit 364bdb3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 14:44:54 2020 +1000

    Add blocks endpoint

commit cb74420
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 13:29:06 2020 +1000

    Fix failing test

commit 85d4593
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 11:41:21 2020 +1000

    Add std-http flags

commit de52827
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 10:25:08 2020 +1000

    Add new (failing) test

commit bd3d306
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 12:48:27 2020 +1000

    Start writing headers/block_id endpoint

commit b4e9438
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 12:16:02 2020 +1000

    Fix issue with iteration tests

commit 01c53c0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 11:45:56 2020 +1000

    Add new, failing headers test

commit 512e53b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 11:12:56 2020 +1000

    Add headers endpoint

commit 6994cd3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 09:03:50 2020 +1000

    Remove extra mod from types

commit 95b34a1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 08:02:47 2020 +1000

    Add beacon genesis

commit 49b6c8d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 07:42:56 2020 +1000

    Add more detailed error message

commit 5a6e1a1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 14:08:56 2020 +1000

    Add bad request responses

commit 044da99
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 14:05:01 2020 +1000

    Update Url scheme

commit e9da8a4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 13:50:56 2020 +1000

    Add (failing) committees endpoint

commit c48ba5e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 16:53:10 2020 +1000

    Progress with quoted lists

commit 925722c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:55:38 2020 +1000

    Change serde deser for bls

commit b1b364c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:38:45 2020 +1000

    Impl display for bls

commit e76d476
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:23:08 2020 +1000

    Fix validator id decoding

commit d9f5773
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:04:57 2020 +1000

    Generate more interesting ids

commit 6324b56
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 18:23:59 2020 +1000

    Tidy endpoint

commit ac1a668
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 18:19:05 2020 +1000

    Add (failing) validator id endpoints

commit 6e87a81
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 17:05:00 2020 +1000

    Tidy serde utils, add endpoint

commit 002be83
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:42:48 2020 +1000

    Add tests for block roots

commit 02026b9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:25:43 2020 +1000

    Add finality checkpoints tests

commit 66a1cdb
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:13:30 2020 +1000

    Update tests, fix bugs

commit c552b0a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 12:50:26 2020 +1000

    Ensure skip slot states are loaded

commit 036f3ec
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 11:43:46 2020 +1000

    Add test framework

commit e164815
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Aug 25 17:11:46 2020 +1000

    Start adding eth2 crate

commit abbd216
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Aug 25 14:00:15 2020 +1000

    Update serde utils

commit 0922a39
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:57:57 2020 +1000

    Progress with implementation

commit 49ac075
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 24 18:13:21 2020 +1000

    Add first attempt at warp server

commit cb031b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 12:13:54 2020 +1000

    Move all init tasks into fn

commit 59f4d02
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 11:58:39 2020 +1000

    Update VC flags, shutdown VC more gracefully

commit be4e7cf
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 10:29:38 2020 +1000

    Use spawn_blocking for validator keystores

commit 1f0e035
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 09:50:32 2020 +1000

    Use async for main.rs
paulhauner added a commit that referenced this pull request Sep 23, 2020
commit 0f8a5540d189e6281bc641618dec1c8d304d7ec5
Merge: 2e1d657 a97ec31
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 13:07:53 2020 +1000

    Merge branch 'v0.3.0-staging' into standard-http

commit 2e1d657
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 13:04:19 2020 +1000

    Rename BeaconNodeClient -> BeaconNodeHttpClient

commit f14e58b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 10:09:18 2020 +1000

    Increase simulator HTTP timeout

commit 5797b9a
Merge: 91e88b5 d85d5a4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 16:56:28 2020 +1000

    Merge branch 'master' into standard-http

commit 91e88b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 15:55:58 2020 +1000

    Add extra arg to NetworkGlobals

commit 06eaa24
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 14:27:40 2020 +1000

    Add comment about peers endpoints

commit 8bb990a
Merge: c831c3c bd39cc8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 14:00:40 2020 +1000

    Merge branch 'master' into standard-http

commit c831c3c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 13:50:30 2020 +1000

    Run cargo update, fix compile error

commit 1dc9b86
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:42:56 2020 +1000

    Fix clippy lints

commit 7b5e1fd
Merge: 33f0d97 5d17eb8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:38:41 2020 +1000

    Merge branch 'master' into standard-http

commit 33f0d97
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:38:31 2020 +1000

    Perform a self-review

commit 4e230ab
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:52:17 2020 +1000

    Rename consensus.rs

commit 7543968
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:47:52 2020 +1000

    Add extra comment

commit 4472e5a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:36:41 2020 +1000

    Add comments to http_metrics crate

commit dc2518d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:33:25 2020 +1000

    Add comments to http_api crate

commit 852a38e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 09:34:10 2020 +1000

    Tidy docs

commit 7129b41
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 17:53:59 2020 +1000

    Add warning about incomplete API

commit 008c206
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 17:44:31 2020 +1000

    Refactor docs for standard API

commit 6f7b476
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 16:38:54 2020 +1000

    Fix return type for node client

commit b8eff38
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:41:28 2020 +1000

    Move lighthouse off /eth1/v1, handle errors better

commit 083663b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:14:53 2020 +1000

    Run cargo update

commit 997f182
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:11:54 2020 +1000

    Fix bug with chain spec decoding

commit 6aae0bd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:48:18 2020 +1000

    Tidy cors header

commit 1f7445b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:43:43 2020 +1000

    Add cors support

commit 9202f89
Merge: a68171c 49ab414
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:10:33 2020 +1000

    Merge branch 'master' into standard-http

commit a68171c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:08:33 2020 +1000

    Add docs about Prom

commit 3cf0de3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:56:15 2020 +1000

    Slow down sims

commit 6823048
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:54:03 2020 +1000

    Add support for quotes in indexed attestation

commit 000eb00
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:09:51 2020 +1000

    Add more quoted int types

commit a3e2281
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 12:24:56 2020 +1000

    Add quotes to u64 in types

commit b6768fe
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 12:00:16 2020 +1000

    Remove todo

commit 1fb92df
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:57:46 2020 +1000

    Add Arbitrary for Graffiti

commit 6e02e12
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:40:23 2020 +1000

    Remove rest_types

commit aa1d3fc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:40:10 2020 +1000

    Fix graffiti compile error

commit b18fc1c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:16:18 2020 +1000

    Remove reference to merged PR

commit f914db4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:13:25 2020 +1000

    Remove duplicate health structs

commit 27f6bdc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:00:43 2020 +1000

    Remove serde_utils duplication

commit 803ce9b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 10:46:40 2020 +1000

    Unify Graffiti structs

commit e754995
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:41:58 2020 +1000

    Add more skip slots tests

commit 3b22a83
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:35:11 2020 +1000

    Fix bug in proposer endpoint

commit 2e9afb8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:22:52 2020 +1000

    Add (failing) skip slots tests

commit 6aa9f30
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:16:15 2020 +1000

    Fix errors in duties request

commit 40d285a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 18:02:08 2020 +1000

    Refactor duties endpoint

commit 394abba
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 15:08:02 2020 +1000

    Fix bad assumption when checking finalized desc.

commit d16bdeb
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 14:43:55 2020 +1000

    Fix typo resulting in bug

commit 297b88f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 12:16:35 2020 +1000

    Add more detail to ShufflingId error

commit 7c01e39
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 20:38:46 2020 +1000

    Remove reject into new warp_utils

commit e8ad813
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 20:16:47 2020 +1000

    Fix clippy lint

commit 85beedd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 18:00:28 2020 +1000

    Only allow health test in linux

commit 262c8f0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 17:56:30 2020 +1000

    Speed up sim

commit e49a3e1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 17:19:45 2020 +1000

    Return result in client builder

commit 09494e0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:41:18 2020 +1000

    Add comments, safety to block shuffle id

commit 0d970a7
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:34:39 2020 +1000

    Fix failing voluntary exit test

commit 327569a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:28:25 2020 +1000

    Fix URL comment

commit c58df48
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:28:17 2020 +1000

    Remove unused deps

commit 249c06d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:27:01 2020 +1000

    Add "the" before http flags

commit dbdc177
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:26:23 2020 +1000

    Ensure metrics port is set to 0

commit f4d92b4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:25:09 2020 +1000

    Attempt to fix failing exit test

commit ccf1cd9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:21:29 2020 +1000

    Remove unused crate

commit 89438ff
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:03:38 2020 +1000

    Update Cargo.lock

commit 196ca29
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:57:49 2020 +1000

    Remove rest_api, remote_beacon_node

commit ec260b9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:55:26 2020 +1000

    Fix clippy lints

commit 6adfa5d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:46:12 2020 +1000

    Add tests for LH endpoints

commit d727451
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 13:45:46 2020 +1000

    Add network endpoint

commit cc0823f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 12:20:36 2020 +1000

    Add additional non-standard metrics

commit 791ace4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 15:29:17 2020 +1000

    Fix clippy lints

commit faa415f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 15:11:09 2020 +1000

    Add cache metrics

commit 8c84f4b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 14:58:43 2020 +1000

    Add filter for validator/blocks

commit 9a5a265
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 14:44:56 2020 +1000

    Fix metrics formatting

commit 61f9d6c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 12:21:04 2020 +1000

    Add metrics

commit 6a14342
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 07:43:53 2020 +1000

    Fix subscriptions endpoint

commit 3766027
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:43:56 2020 +1000

    Delete rest_api tests

commit 46b8a8f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:43:39 2020 +1000

    Fix test compile issues

commit 41c5a6b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:26:37 2020 +1000

    Fix cargo fmt issue

commit 7e819bc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:25:26 2020 +1000

    Fix aggregator index calculation

commit 404d681
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:02:35 2020 +1000

    Add dedicated prometheus metrics endpoint

commit 528ffa1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 12:30:05 2020 +1000

    Run cargo update

commit 288488e
Merge: 6172437 c9596fc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 12:28:31 2020 +1000

    Merge branch 'master' into standard-http

commit 6172437
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:52:20 2020 +1000

    Fix clippy lints

commit cef90e6
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:10:54 2020 +1000

    Drop HTTP log level

commit 67bfe99
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:06:20 2020 +1000

    Fix seconds per eth1 block field

commit 0178cfe
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:05:53 2020 +1000

    Add logging

commit cb4cede
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 09:28:08 2020 +1000

    Fix compile errors in sim

commit 7a36bcd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 07:57:22 2020 +1000

    Fix compile error

commit a377ed9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 07:40:54 2020 +1000

    Enforce max skip value for proposer cache

commit 9c99d05
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 16:34:05 2020 +1000

    First basic working version

commit 21f8a3a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 14:37:28 2020 +1000

    First compiling version of validator

commit 086c449
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 11:33:51 2020 +1000

    Migrate duties service to new API

commit 1bbabae
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 16:40:00 2020 +1000

    Start merging VC to new API

commit 002228d
Merge: 0af5795 cb031b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 15:26:02 2020 +1000

    Merge branch 'lockfile-fix' into standard-http

commit 0af5795
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 15:23:10 2020 +1000

    Add version endpoint

commit e93f95c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 14:54:15 2020 +1000

    Add syncing endpoint

commit 838464c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 13:15:18 2020 +1000

    Add test for invalid aggregate

commit 9ac9482
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 11:55:00 2020 +1000

    Add test for aggregate and proofs

commit 40b12b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 08:01:44 2020 +1000

    Add aggregate and subscriptions endpoints

commit cd94717
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 21:11:36 2020 +1000

    Add committees at slot field

commit 1c788af
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 16:35:34 2020 +1000

    Add aggregates POST method

commit 71cd921
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 15:55:33 2020 +1000

    Add aggregate getter endpoint

commit f81ea20
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 15:28:44 2020 +1000

    Add more routes

commit 998889b
Merge: eab7b88 9cf8f45
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:54:06 2020 +1000

    Merge branch 'master' into standard-http

commit eab7b88
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:49:13 2020 +1000

    Fix clippy lints

commit 59cb877
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:46:07 2020 +1000

    Add passing block production test

commit 98bade5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 11:30:04 2020 +1000

    Add beacon proposer endpoint

commit 510bc72
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 08:26:49 2020 +1000

    Add request & incomplete test for validator blocks

commit 767b036
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 22:23:17 2020 +1000

    Add incomplete validators/blocks endpoint

commit 87f6125
Merge: dea298e 19be7ab
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 21:48:11 2020 +1000

    Merge branch 'master' into standard-http

commit dea298e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 21:47:02 2020 +1000

    Fix attestation duties bug

commit b8f4d72
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:45:38 2020 +1000

    Add failing duties test

commit 0bbe830
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:45:24 2020 +1000

    Add (failing) duties endpoint

commit 3da5da1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:44:28 2020 +1000

    Bump harness log level

commit 3b83253
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 11:54:59 2020 +1000

    Move shuffling cache onto beacon chain

commit 0aff41b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 11:54:35 2020 +1000

    Fix broken fork choice tests

commit 531e16c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 10:47:29 2020 +1000

    Squashed in `shuffling-id`

    commit 1671f29
    Merge: 068ff88 9833eca
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Sep 7 20:45:01 2020 +1000

        Merge branch 'master' into shuffling-id

    commit 9833eca
    Author: Age Manning <Age@AgeManning.com>
    Date:   Mon Sep 7 07:44:17 2020 +0000

        Use simple logger builder pattern (#1594)

        ## Issue Addressed

        `simple_logger` depricated the functions we are currently using causing our CI to fail. This updates the to the builder pattern.

    commit 2a9a815
    Author: Daniel Schonfeld <daniel@schonfeld.org>
    Date:   Mon Sep 7 06:47:05 2020 +0000

        conforming to the p2p specs, requiring error_messages to be bound (#1593)

        ## Issue Addressed

        #1421

        ## Proposed Changes

        Bounding the error_message that can be returned for RPC domain errors

        Co-authored-by: Age Manning <Age@AgeManning.com>

    commit a6376b4
    Author: Age Manning <Age@AgeManning.com>
    Date:   Mon Sep 7 05:53:20 2020 +0000

        Update discv5 to v10 (#1592)

        ## Issue Addressed

        Code improvements, dependency improvements and better async handling.

    commit 068ff88
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 21:22:57 2020 +1000

        Ensure correct cache is used

    commit 2ae9cf5
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 20:42:36 2020 +1000

        Move to two sets of shuffling ids

    commit 54c5dc2
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 17:47:54 2020 +1000

        Add comments

    commit c0473c6
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 17:08:00 2020 +1000

        Tighten fn visibility

    commit a2f1eff
    Merge: f2f3848 04e4389
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 16:09:21 2020 +1000

        Merge branch 'master' into shuffling-id

    commit f2f3848
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 11:53:37 2020 +1000

        Cache next-epoch shuffling on block processing

    commit 08df338
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 07:05:21 2020 +1000

        Remove unused var

    commit 2ab88f7
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Sun Aug 9 16:55:19 2020 +1000

        Integrate into shuffling

    commit a4453d5
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Sun Aug 9 13:02:57 2020 +1000

        Add incomplete progress

commit 5fd243c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 17:23:49 2020 +1000

    Start adding validator duties endpoint

commit 7b5b5ee
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:47:24 2020 +1000

    Add some quotes

commit 9c46f66
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:40:27 2020 +1000

    Fix mistake in clippy fixes

commit 70b716f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:37:03 2020 +1000

    Address clippy lints

commit 886909c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:27:51 2020 +1000

    Fix issue with hex encoding

commit 8bc966a
Merge: 01761e4 74fa87a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:12:46 2020 +1000

    Merge branch 'master' into standard-http

commit 01761e4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 12:10:22 2020 +1000

    Add debug endpoints

commit 95c6564
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 11:17:46 2020 +1000

    Finish deposit contract endpoint

commit 0046ec5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 08:20:32 2020 +1000

    Add non-functional deposit contract endpoints

commit 3714d20
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 16:07:10 2020 +1000

    Add two config endpoints

commit eece914
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 10:17:51 2020 +1000

    Update validator status

commit a0bc953
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 08:11:45 2020 +1000

    Fix exit tests

commit 4e41e9b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 18:05:11 2020 +1000

    Add other pool post tests

commit 7ce6183
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 17:31:56 2020 +1000

    Add attester slashing test

commit 78fc2cf
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:58:25 2020 +1000

    Delete commented-out code

commit 2e8941d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:55:08 2020 +1000

    Fix test compile errors

commit cf5da09
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:24:55 2020 +1000

    Fix errors after master rebase

commit 69b3219
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:24:40 2020 +1000

    Update Cargo.lock

commit e623ea1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:56:05 2020 +1000

    Fix tests

commit 2ceba05
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:55:54 2020 +1000

    Fix issue with harness

commit 0f3cdf3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:28:43 2020 +1000

    Add pool POST endpoints, fix error issue, bugs

commit dba921f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 4 09:36:45 2020 +1000

    Add more pool endpoints

commit 4379669
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 17:23:38 2020 +1000

    Add pool routes, add get_ prefixes

commit 23c1fef
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 16:31:33 2020 +1000

    Improve error handling

commit 444a06f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 14:07:02 2020 +1000

    Add failing test

commit 37bde29
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 13:39:05 2020 +1000

    Start adding post route, fix method issue

commit c7326e1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 15:00:55 2020 +1000

    Add blocks attestations endpoint

commit 364bdb3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 14:44:54 2020 +1000

    Add blocks endpoint

commit cb74420
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 13:29:06 2020 +1000

    Fix failing test

commit 85d4593
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 11:41:21 2020 +1000

    Add std-http flags

commit de52827
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 10:25:08 2020 +1000

    Add new (failing) test

commit bd3d306
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 12:48:27 2020 +1000

    Start writing headers/block_id endpoint

commit b4e9438
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 12:16:02 2020 +1000

    Fix issue with iteration tests

commit 01c53c0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 11:45:56 2020 +1000

    Add new, failing headers test

commit 512e53b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 11:12:56 2020 +1000

    Add headers endpoint

commit 6994cd3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 09:03:50 2020 +1000

    Remove extra mod from types

commit 95b34a1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 08:02:47 2020 +1000

    Add beacon genesis

commit 49b6c8d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 07:42:56 2020 +1000

    Add more detailed error message

commit 5a6e1a1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 14:08:56 2020 +1000

    Add bad request responses

commit 044da99
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 14:05:01 2020 +1000

    Update Url scheme

commit e9da8a4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 13:50:56 2020 +1000

    Add (failing) committees endpoint

commit c48ba5e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 16:53:10 2020 +1000

    Progress with quoted lists

commit 925722c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:55:38 2020 +1000

    Change serde deser for bls

commit b1b364c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:38:45 2020 +1000

    Impl display for bls

commit e76d476
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:23:08 2020 +1000

    Fix validator id decoding

commit d9f5773
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:04:57 2020 +1000

    Generate more interesting ids

commit 6324b56
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 18:23:59 2020 +1000

    Tidy endpoint

commit ac1a668
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 18:19:05 2020 +1000

    Add (failing) validator id endpoints

commit 6e87a81
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 17:05:00 2020 +1000

    Tidy serde utils, add endpoint

commit 002be83
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:42:48 2020 +1000

    Add tests for block roots

commit 02026b9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:25:43 2020 +1000

    Add finality checkpoints tests

commit 66a1cdb
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:13:30 2020 +1000

    Update tests, fix bugs

commit c552b0a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 12:50:26 2020 +1000

    Ensure skip slot states are loaded

commit 036f3ec
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 11:43:46 2020 +1000

    Add test framework

commit e164815
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Aug 25 17:11:46 2020 +1000

    Start adding eth2 crate

commit abbd216
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Aug 25 14:00:15 2020 +1000

    Update serde utils

commit 0922a39
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:57:57 2020 +1000

    Progress with implementation

commit 49ac075
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 24 18:13:21 2020 +1000

    Add first attempt at warp server

commit cb031b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 12:13:54 2020 +1000

    Move all init tasks into fn

commit 59f4d02
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 11:58:39 2020 +1000

    Update VC flags, shutdown VC more gracefully

commit be4e7cf
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 10:29:38 2020 +1000

    Use spawn_blocking for validator keystores

commit 1f0e035
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 09:50:32 2020 +1000

    Use async for main.rs

Add comment
paulhauner added a commit that referenced this pull request Sep 26, 2020
commit 0f8a5540d189e6281bc641618dec1c8d304d7ec5
Merge: 2e1d657 a97ec31
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 13:07:53 2020 +1000

    Merge branch 'v0.3.0-staging' into standard-http

commit 2e1d657
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 13:04:19 2020 +1000

    Rename BeaconNodeClient -> BeaconNodeHttpClient

commit f14e58b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 10:09:18 2020 +1000

    Increase simulator HTTP timeout

commit 5797b9a
Merge: 91e88b5 d85d5a4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 16:56:28 2020 +1000

    Merge branch 'master' into standard-http

commit 91e88b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 15:55:58 2020 +1000

    Add extra arg to NetworkGlobals

commit 06eaa24
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 14:27:40 2020 +1000

    Add comment about peers endpoints

commit 8bb990a
Merge: c831c3c bd39cc8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 14:00:40 2020 +1000

    Merge branch 'master' into standard-http

commit c831c3c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 13:50:30 2020 +1000

    Run cargo update, fix compile error

commit 1dc9b86
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:42:56 2020 +1000

    Fix clippy lints

commit 7b5e1fd
Merge: 33f0d97 5d17eb8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:38:41 2020 +1000

    Merge branch 'master' into standard-http

commit 33f0d97
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:38:31 2020 +1000

    Perform a self-review

commit 4e230ab
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:52:17 2020 +1000

    Rename consensus.rs

commit 7543968
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:47:52 2020 +1000

    Add extra comment

commit 4472e5a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:36:41 2020 +1000

    Add comments to http_metrics crate

commit dc2518d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:33:25 2020 +1000

    Add comments to http_api crate

commit 852a38e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 09:34:10 2020 +1000

    Tidy docs

commit 7129b41
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 17:53:59 2020 +1000

    Add warning about incomplete API

commit 008c206
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 17:44:31 2020 +1000

    Refactor docs for standard API

commit 6f7b476
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 16:38:54 2020 +1000

    Fix return type for node client

commit b8eff38
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:41:28 2020 +1000

    Move lighthouse off /eth1/v1, handle errors better

commit 083663b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:14:53 2020 +1000

    Run cargo update

commit 997f182
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:11:54 2020 +1000

    Fix bug with chain spec decoding

commit 6aae0bd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:48:18 2020 +1000

    Tidy cors header

commit 1f7445b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:43:43 2020 +1000

    Add cors support

commit 9202f89
Merge: a68171c 49ab414
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:10:33 2020 +1000

    Merge branch 'master' into standard-http

commit a68171c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:08:33 2020 +1000

    Add docs about Prom

commit 3cf0de3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:56:15 2020 +1000

    Slow down sims

commit 6823048
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:54:03 2020 +1000

    Add support for quotes in indexed attestation

commit 000eb00
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:09:51 2020 +1000

    Add more quoted int types

commit a3e2281
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 12:24:56 2020 +1000

    Add quotes to u64 in types

commit b6768fe
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 12:00:16 2020 +1000

    Remove todo

commit 1fb92df
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:57:46 2020 +1000

    Add Arbitrary for Graffiti

commit 6e02e12
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:40:23 2020 +1000

    Remove rest_types

commit aa1d3fc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:40:10 2020 +1000

    Fix graffiti compile error

commit b18fc1c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:16:18 2020 +1000

    Remove reference to merged PR

commit f914db4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:13:25 2020 +1000

    Remove duplicate health structs

commit 27f6bdc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:00:43 2020 +1000

    Remove serde_utils duplication

commit 803ce9b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 10:46:40 2020 +1000

    Unify Graffiti structs

commit e754995
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:41:58 2020 +1000

    Add more skip slots tests

commit 3b22a83
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:35:11 2020 +1000

    Fix bug in proposer endpoint

commit 2e9afb8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:22:52 2020 +1000

    Add (failing) skip slots tests

commit 6aa9f30
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:16:15 2020 +1000

    Fix errors in duties request

commit 40d285a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 18:02:08 2020 +1000

    Refactor duties endpoint

commit 394abba
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 15:08:02 2020 +1000

    Fix bad assumption when checking finalized desc.

commit d16bdeb
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 14:43:55 2020 +1000

    Fix typo resulting in bug

commit 297b88f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 12:16:35 2020 +1000

    Add more detail to ShufflingId error

commit 7c01e39
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 20:38:46 2020 +1000

    Remove reject into new warp_utils

commit e8ad813
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 20:16:47 2020 +1000

    Fix clippy lint

commit 85beedd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 18:00:28 2020 +1000

    Only allow health test in linux

commit 262c8f0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 17:56:30 2020 +1000

    Speed up sim

commit e49a3e1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 17:19:45 2020 +1000

    Return result in client builder

commit 09494e0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:41:18 2020 +1000

    Add comments, safety to block shuffle id

commit 0d970a7
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:34:39 2020 +1000

    Fix failing voluntary exit test

commit 327569a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:28:25 2020 +1000

    Fix URL comment

commit c58df48
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:28:17 2020 +1000

    Remove unused deps

commit 249c06d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:27:01 2020 +1000

    Add "the" before http flags

commit dbdc177
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:26:23 2020 +1000

    Ensure metrics port is set to 0

commit f4d92b4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:25:09 2020 +1000

    Attempt to fix failing exit test

commit ccf1cd9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:21:29 2020 +1000

    Remove unused crate

commit 89438ff
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:03:38 2020 +1000

    Update Cargo.lock

commit 196ca29
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:57:49 2020 +1000

    Remove rest_api, remote_beacon_node

commit ec260b9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:55:26 2020 +1000

    Fix clippy lints

commit 6adfa5d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:46:12 2020 +1000

    Add tests for LH endpoints

commit d727451
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 13:45:46 2020 +1000

    Add network endpoint

commit cc0823f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 12:20:36 2020 +1000

    Add additional non-standard metrics

commit 791ace4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 15:29:17 2020 +1000

    Fix clippy lints

commit faa415f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 15:11:09 2020 +1000

    Add cache metrics

commit 8c84f4b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 14:58:43 2020 +1000

    Add filter for validator/blocks

commit 9a5a265
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 14:44:56 2020 +1000

    Fix metrics formatting

commit 61f9d6c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 12:21:04 2020 +1000

    Add metrics

commit 6a14342
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 07:43:53 2020 +1000

    Fix subscriptions endpoint

commit 3766027
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:43:56 2020 +1000

    Delete rest_api tests

commit 46b8a8f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:43:39 2020 +1000

    Fix test compile issues

commit 41c5a6b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:26:37 2020 +1000

    Fix cargo fmt issue

commit 7e819bc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:25:26 2020 +1000

    Fix aggregator index calculation

commit 404d681
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:02:35 2020 +1000

    Add dedicated prometheus metrics endpoint

commit 528ffa1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 12:30:05 2020 +1000

    Run cargo update

commit 288488e
Merge: 6172437 c9596fc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 12:28:31 2020 +1000

    Merge branch 'master' into standard-http

commit 6172437
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:52:20 2020 +1000

    Fix clippy lints

commit cef90e6
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:10:54 2020 +1000

    Drop HTTP log level

commit 67bfe99
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:06:20 2020 +1000

    Fix seconds per eth1 block field

commit 0178cfe
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:05:53 2020 +1000

    Add logging

commit cb4cede
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 09:28:08 2020 +1000

    Fix compile errors in sim

commit 7a36bcd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 07:57:22 2020 +1000

    Fix compile error

commit a377ed9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 07:40:54 2020 +1000

    Enforce max skip value for proposer cache

commit 9c99d05
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 16:34:05 2020 +1000

    First basic working version

commit 21f8a3a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 14:37:28 2020 +1000

    First compiling version of validator

commit 086c449
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 11:33:51 2020 +1000

    Migrate duties service to new API

commit 1bbabae
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 16:40:00 2020 +1000

    Start merging VC to new API

commit 002228d
Merge: 0af5795 cb031b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 15:26:02 2020 +1000

    Merge branch 'lockfile-fix' into standard-http

commit 0af5795
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 15:23:10 2020 +1000

    Add version endpoint

commit e93f95c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 14:54:15 2020 +1000

    Add syncing endpoint

commit 838464c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 13:15:18 2020 +1000

    Add test for invalid aggregate

commit 9ac9482
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 11:55:00 2020 +1000

    Add test for aggregate and proofs

commit 40b12b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 08:01:44 2020 +1000

    Add aggregate and subscriptions endpoints

commit cd94717
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 21:11:36 2020 +1000

    Add committees at slot field

commit 1c788af
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 16:35:34 2020 +1000

    Add aggregates POST method

commit 71cd921
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 15:55:33 2020 +1000

    Add aggregate getter endpoint

commit f81ea20
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 15:28:44 2020 +1000

    Add more routes

commit 998889b
Merge: eab7b88 9cf8f45
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:54:06 2020 +1000

    Merge branch 'master' into standard-http

commit eab7b88
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:49:13 2020 +1000

    Fix clippy lints

commit 59cb877
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:46:07 2020 +1000

    Add passing block production test

commit 98bade5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 11:30:04 2020 +1000

    Add beacon proposer endpoint

commit 510bc72
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 08:26:49 2020 +1000

    Add request & incomplete test for validator blocks

commit 767b036
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 22:23:17 2020 +1000

    Add incomplete validators/blocks endpoint

commit 87f6125
Merge: dea298e 19be7ab
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 21:48:11 2020 +1000

    Merge branch 'master' into standard-http

commit dea298e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 21:47:02 2020 +1000

    Fix attestation duties bug

commit b8f4d72
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:45:38 2020 +1000

    Add failing duties test

commit 0bbe830
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:45:24 2020 +1000

    Add (failing) duties endpoint

commit 3da5da1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:44:28 2020 +1000

    Bump harness log level

commit 3b83253
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 11:54:59 2020 +1000

    Move shuffling cache onto beacon chain

commit 0aff41b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 11:54:35 2020 +1000

    Fix broken fork choice tests

commit 531e16c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 10:47:29 2020 +1000

    Squashed in `shuffling-id`

    commit 1671f29
    Merge: 068ff88 9833eca
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Sep 7 20:45:01 2020 +1000

        Merge branch 'master' into shuffling-id

    commit 9833eca
    Author: Age Manning <Age@AgeManning.com>
    Date:   Mon Sep 7 07:44:17 2020 +0000

        Use simple logger builder pattern (#1594)

        ## Issue Addressed

        `simple_logger` depricated the functions we are currently using causing our CI to fail. This updates the to the builder pattern.

    commit 2a9a815
    Author: Daniel Schonfeld <daniel@schonfeld.org>
    Date:   Mon Sep 7 06:47:05 2020 +0000

        conforming to the p2p specs, requiring error_messages to be bound (#1593)

        ## Issue Addressed

        #1421

        ## Proposed Changes

        Bounding the error_message that can be returned for RPC domain errors

        Co-authored-by: Age Manning <Age@AgeManning.com>

    commit a6376b4
    Author: Age Manning <Age@AgeManning.com>
    Date:   Mon Sep 7 05:53:20 2020 +0000

        Update discv5 to v10 (#1592)

        ## Issue Addressed

        Code improvements, dependency improvements and better async handling.

    commit 068ff88
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 21:22:57 2020 +1000

        Ensure correct cache is used

    commit 2ae9cf5
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 20:42:36 2020 +1000

        Move to two sets of shuffling ids

    commit 54c5dc2
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 17:47:54 2020 +1000

        Add comments

    commit c0473c6
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 17:08:00 2020 +1000

        Tighten fn visibility

    commit a2f1eff
    Merge: f2f3848 04e4389
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 16:09:21 2020 +1000

        Merge branch 'master' into shuffling-id

    commit f2f3848
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 11:53:37 2020 +1000

        Cache next-epoch shuffling on block processing

    commit 08df338
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 07:05:21 2020 +1000

        Remove unused var

    commit 2ab88f7
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Sun Aug 9 16:55:19 2020 +1000

        Integrate into shuffling

    commit a4453d5
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Sun Aug 9 13:02:57 2020 +1000

        Add incomplete progress

commit 5fd243c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 17:23:49 2020 +1000

    Start adding validator duties endpoint

commit 7b5b5ee
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:47:24 2020 +1000

    Add some quotes

commit 9c46f66
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:40:27 2020 +1000

    Fix mistake in clippy fixes

commit 70b716f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:37:03 2020 +1000

    Address clippy lints

commit 886909c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:27:51 2020 +1000

    Fix issue with hex encoding

commit 8bc966a
Merge: 01761e4 74fa87a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:12:46 2020 +1000

    Merge branch 'master' into standard-http

commit 01761e4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 12:10:22 2020 +1000

    Add debug endpoints

commit 95c6564
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 11:17:46 2020 +1000

    Finish deposit contract endpoint

commit 0046ec5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 08:20:32 2020 +1000

    Add non-functional deposit contract endpoints

commit 3714d20
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 16:07:10 2020 +1000

    Add two config endpoints

commit eece914
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 10:17:51 2020 +1000

    Update validator status

commit a0bc953
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 08:11:45 2020 +1000

    Fix exit tests

commit 4e41e9b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 18:05:11 2020 +1000

    Add other pool post tests

commit 7ce6183
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 17:31:56 2020 +1000

    Add attester slashing test

commit 78fc2cf
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:58:25 2020 +1000

    Delete commented-out code

commit 2e8941d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:55:08 2020 +1000

    Fix test compile errors

commit cf5da09
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:24:55 2020 +1000

    Fix errors after master rebase

commit 69b3219
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:24:40 2020 +1000

    Update Cargo.lock

commit e623ea1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:56:05 2020 +1000

    Fix tests

commit 2ceba05
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:55:54 2020 +1000

    Fix issue with harness

commit 0f3cdf3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:28:43 2020 +1000

    Add pool POST endpoints, fix error issue, bugs

commit dba921f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 4 09:36:45 2020 +1000

    Add more pool endpoints

commit 4379669
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 17:23:38 2020 +1000

    Add pool routes, add get_ prefixes

commit 23c1fef
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 16:31:33 2020 +1000

    Improve error handling

commit 444a06f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 14:07:02 2020 +1000

    Add failing test

commit 37bde29
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 13:39:05 2020 +1000

    Start adding post route, fix method issue

commit c7326e1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 15:00:55 2020 +1000

    Add blocks attestations endpoint

commit 364bdb3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 14:44:54 2020 +1000

    Add blocks endpoint

commit cb74420
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 13:29:06 2020 +1000

    Fix failing test

commit 85d4593
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 11:41:21 2020 +1000

    Add std-http flags

commit de52827
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 10:25:08 2020 +1000

    Add new (failing) test

commit bd3d306
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 12:48:27 2020 +1000

    Start writing headers/block_id endpoint

commit b4e9438
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 12:16:02 2020 +1000

    Fix issue with iteration tests

commit 01c53c0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 11:45:56 2020 +1000

    Add new, failing headers test

commit 512e53b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 11:12:56 2020 +1000

    Add headers endpoint

commit 6994cd3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 09:03:50 2020 +1000

    Remove extra mod from types

commit 95b34a1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 08:02:47 2020 +1000

    Add beacon genesis

commit 49b6c8d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 07:42:56 2020 +1000

    Add more detailed error message

commit 5a6e1a1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 14:08:56 2020 +1000

    Add bad request responses

commit 044da99
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 14:05:01 2020 +1000

    Update Url scheme

commit e9da8a4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 13:50:56 2020 +1000

    Add (failing) committees endpoint

commit c48ba5e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 16:53:10 2020 +1000

    Progress with quoted lists

commit 925722c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:55:38 2020 +1000

    Change serde deser for bls

commit b1b364c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:38:45 2020 +1000

    Impl display for bls

commit e76d476
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:23:08 2020 +1000

    Fix validator id decoding

commit d9f5773
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:04:57 2020 +1000

    Generate more interesting ids

commit 6324b56
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 18:23:59 2020 +1000

    Tidy endpoint

commit ac1a668
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 18:19:05 2020 +1000

    Add (failing) validator id endpoints

commit 6e87a81
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 17:05:00 2020 +1000

    Tidy serde utils, add endpoint

commit 002be83
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:42:48 2020 +1000

    Add tests for block roots

commit 02026b9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:25:43 2020 +1000

    Add finality checkpoints tests

commit 66a1cdb
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:13:30 2020 +1000

    Update tests, fix bugs

commit c552b0a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 12:50:26 2020 +1000

    Ensure skip slot states are loaded

commit 036f3ec
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 11:43:46 2020 +1000

    Add test framework

commit e164815
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Aug 25 17:11:46 2020 +1000

    Start adding eth2 crate

commit abbd216
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Aug 25 14:00:15 2020 +1000

    Update serde utils

commit 0922a39
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:57:57 2020 +1000

    Progress with implementation

commit 49ac075
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 24 18:13:21 2020 +1000

    Add first attempt at warp server

commit cb031b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 12:13:54 2020 +1000

    Move all init tasks into fn

commit 59f4d02
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 11:58:39 2020 +1000

    Update VC flags, shutdown VC more gracefully

commit be4e7cf
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 10:29:38 2020 +1000

    Use spawn_blocking for validator keystores

commit 1f0e035
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 09:50:32 2020 +1000

    Use async for main.rs

Add comment
paulhauner added a commit that referenced this pull request Sep 27, 2020
commit 0f8a5540d189e6281bc641618dec1c8d304d7ec5
Merge: 2e1d657 a97ec31
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 13:07:53 2020 +1000

    Merge branch 'v0.3.0-staging' into standard-http

commit 2e1d657
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 13:04:19 2020 +1000

    Rename BeaconNodeClient -> BeaconNodeHttpClient

commit f14e58b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 10:09:18 2020 +1000

    Increase simulator HTTP timeout

commit 5797b9a
Merge: 91e88b5 d85d5a4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 16:56:28 2020 +1000

    Merge branch 'master' into standard-http

commit 91e88b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 15:55:58 2020 +1000

    Add extra arg to NetworkGlobals

commit 06eaa24
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 14:27:40 2020 +1000

    Add comment about peers endpoints

commit 8bb990a
Merge: c831c3c bd39cc8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 14:00:40 2020 +1000

    Merge branch 'master' into standard-http

commit c831c3c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 13:50:30 2020 +1000

    Run cargo update, fix compile error

commit 1dc9b86
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:42:56 2020 +1000

    Fix clippy lints

commit 7b5e1fd
Merge: 33f0d97 5d17eb8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:38:41 2020 +1000

    Merge branch 'master' into standard-http

commit 33f0d97
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:38:31 2020 +1000

    Perform a self-review

commit 4e230ab
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:52:17 2020 +1000

    Rename consensus.rs

commit 7543968
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:47:52 2020 +1000

    Add extra comment

commit 4472e5a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:36:41 2020 +1000

    Add comments to http_metrics crate

commit dc2518d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:33:25 2020 +1000

    Add comments to http_api crate

commit 852a38e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 09:34:10 2020 +1000

    Tidy docs

commit 7129b41
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 17:53:59 2020 +1000

    Add warning about incomplete API

commit 008c206
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 17:44:31 2020 +1000

    Refactor docs for standard API

commit 6f7b476
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 16:38:54 2020 +1000

    Fix return type for node client

commit b8eff38
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:41:28 2020 +1000

    Move lighthouse off /eth1/v1, handle errors better

commit 083663b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:14:53 2020 +1000

    Run cargo update

commit 997f182
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:11:54 2020 +1000

    Fix bug with chain spec decoding

commit 6aae0bd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:48:18 2020 +1000

    Tidy cors header

commit 1f7445b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:43:43 2020 +1000

    Add cors support

commit 9202f89
Merge: a68171c 49ab414
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:10:33 2020 +1000

    Merge branch 'master' into standard-http

commit a68171c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:08:33 2020 +1000

    Add docs about Prom

commit 3cf0de3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:56:15 2020 +1000

    Slow down sims

commit 6823048
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:54:03 2020 +1000

    Add support for quotes in indexed attestation

commit 000eb00
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:09:51 2020 +1000

    Add more quoted int types

commit a3e2281
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 12:24:56 2020 +1000

    Add quotes to u64 in types

commit b6768fe
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 12:00:16 2020 +1000

    Remove todo

commit 1fb92df
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:57:46 2020 +1000

    Add Arbitrary for Graffiti

commit 6e02e12
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:40:23 2020 +1000

    Remove rest_types

commit aa1d3fc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:40:10 2020 +1000

    Fix graffiti compile error

commit b18fc1c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:16:18 2020 +1000

    Remove reference to merged PR

commit f914db4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:13:25 2020 +1000

    Remove duplicate health structs

commit 27f6bdc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:00:43 2020 +1000

    Remove serde_utils duplication

commit 803ce9b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 10:46:40 2020 +1000

    Unify Graffiti structs

commit e754995
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:41:58 2020 +1000

    Add more skip slots tests

commit 3b22a83
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:35:11 2020 +1000

    Fix bug in proposer endpoint

commit 2e9afb8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:22:52 2020 +1000

    Add (failing) skip slots tests

commit 6aa9f30
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:16:15 2020 +1000

    Fix errors in duties request

commit 40d285a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 18:02:08 2020 +1000

    Refactor duties endpoint

commit 394abba
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 15:08:02 2020 +1000

    Fix bad assumption when checking finalized desc.

commit d16bdeb
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 14:43:55 2020 +1000

    Fix typo resulting in bug

commit 297b88f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 12:16:35 2020 +1000

    Add more detail to ShufflingId error

commit 7c01e39
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 20:38:46 2020 +1000

    Remove reject into new warp_utils

commit e8ad813
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 20:16:47 2020 +1000

    Fix clippy lint

commit 85beedd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 18:00:28 2020 +1000

    Only allow health test in linux

commit 262c8f0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 17:56:30 2020 +1000

    Speed up sim

commit e49a3e1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 17:19:45 2020 +1000

    Return result in client builder

commit 09494e0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:41:18 2020 +1000

    Add comments, safety to block shuffle id

commit 0d970a7
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:34:39 2020 +1000

    Fix failing voluntary exit test

commit 327569a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:28:25 2020 +1000

    Fix URL comment

commit c58df48
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:28:17 2020 +1000

    Remove unused deps

commit 249c06d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:27:01 2020 +1000

    Add "the" before http flags

commit dbdc177
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:26:23 2020 +1000

    Ensure metrics port is set to 0

commit f4d92b4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:25:09 2020 +1000

    Attempt to fix failing exit test

commit ccf1cd9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:21:29 2020 +1000

    Remove unused crate

commit 89438ff
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:03:38 2020 +1000

    Update Cargo.lock

commit 196ca29
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:57:49 2020 +1000

    Remove rest_api, remote_beacon_node

commit ec260b9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:55:26 2020 +1000

    Fix clippy lints

commit 6adfa5d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:46:12 2020 +1000

    Add tests for LH endpoints

commit d727451
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 13:45:46 2020 +1000

    Add network endpoint

commit cc0823f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 12:20:36 2020 +1000

    Add additional non-standard metrics

commit 791ace4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 15:29:17 2020 +1000

    Fix clippy lints

commit faa415f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 15:11:09 2020 +1000

    Add cache metrics

commit 8c84f4b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 14:58:43 2020 +1000

    Add filter for validator/blocks

commit 9a5a265
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 14:44:56 2020 +1000

    Fix metrics formatting

commit 61f9d6c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 12:21:04 2020 +1000

    Add metrics

commit 6a14342
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 07:43:53 2020 +1000

    Fix subscriptions endpoint

commit 3766027
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:43:56 2020 +1000

    Delete rest_api tests

commit 46b8a8f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:43:39 2020 +1000

    Fix test compile issues

commit 41c5a6b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:26:37 2020 +1000

    Fix cargo fmt issue

commit 7e819bc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:25:26 2020 +1000

    Fix aggregator index calculation

commit 404d681
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:02:35 2020 +1000

    Add dedicated prometheus metrics endpoint

commit 528ffa1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 12:30:05 2020 +1000

    Run cargo update

commit 288488e
Merge: 6172437 c9596fc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 12:28:31 2020 +1000

    Merge branch 'master' into standard-http

commit 6172437
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:52:20 2020 +1000

    Fix clippy lints

commit cef90e6
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:10:54 2020 +1000

    Drop HTTP log level

commit 67bfe99
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:06:20 2020 +1000

    Fix seconds per eth1 block field

commit 0178cfe
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:05:53 2020 +1000

    Add logging

commit cb4cede
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 09:28:08 2020 +1000

    Fix compile errors in sim

commit 7a36bcd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 07:57:22 2020 +1000

    Fix compile error

commit a377ed9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 07:40:54 2020 +1000

    Enforce max skip value for proposer cache

commit 9c99d05
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 16:34:05 2020 +1000

    First basic working version

commit 21f8a3a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 14:37:28 2020 +1000

    First compiling version of validator

commit 086c449
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 11:33:51 2020 +1000

    Migrate duties service to new API

commit 1bbabae
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 16:40:00 2020 +1000

    Start merging VC to new API

commit 002228d
Merge: 0af5795 cb031b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 15:26:02 2020 +1000

    Merge branch 'lockfile-fix' into standard-http

commit 0af5795
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 15:23:10 2020 +1000

    Add version endpoint

commit e93f95c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 14:54:15 2020 +1000

    Add syncing endpoint

commit 838464c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 13:15:18 2020 +1000

    Add test for invalid aggregate

commit 9ac9482
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 11:55:00 2020 +1000

    Add test for aggregate and proofs

commit 40b12b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 08:01:44 2020 +1000

    Add aggregate and subscriptions endpoints

commit cd94717
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 21:11:36 2020 +1000

    Add committees at slot field

commit 1c788af
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 16:35:34 2020 +1000

    Add aggregates POST method

commit 71cd921
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 15:55:33 2020 +1000

    Add aggregate getter endpoint

commit f81ea20
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 15:28:44 2020 +1000

    Add more routes

commit 998889b
Merge: eab7b88 9cf8f45
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:54:06 2020 +1000

    Merge branch 'master' into standard-http

commit eab7b88
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:49:13 2020 +1000

    Fix clippy lints

commit 59cb877
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:46:07 2020 +1000

    Add passing block production test

commit 98bade5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 11:30:04 2020 +1000

    Add beacon proposer endpoint

commit 510bc72
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 08:26:49 2020 +1000

    Add request & incomplete test for validator blocks

commit 767b036
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 22:23:17 2020 +1000

    Add incomplete validators/blocks endpoint

commit 87f6125
Merge: dea298e 19be7ab
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 21:48:11 2020 +1000

    Merge branch 'master' into standard-http

commit dea298e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 21:47:02 2020 +1000

    Fix attestation duties bug

commit b8f4d72
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:45:38 2020 +1000

    Add failing duties test

commit 0bbe830
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:45:24 2020 +1000

    Add (failing) duties endpoint

commit 3da5da1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:44:28 2020 +1000

    Bump harness log level

commit 3b83253
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 11:54:59 2020 +1000

    Move shuffling cache onto beacon chain

commit 0aff41b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 11:54:35 2020 +1000

    Fix broken fork choice tests

commit 531e16c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 10:47:29 2020 +1000

    Squashed in `shuffling-id`

    commit 1671f29
    Merge: 068ff88 9833eca
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Sep 7 20:45:01 2020 +1000

        Merge branch 'master' into shuffling-id

    commit 9833eca
    Author: Age Manning <Age@AgeManning.com>
    Date:   Mon Sep 7 07:44:17 2020 +0000

        Use simple logger builder pattern (#1594)

        ## Issue Addressed

        `simple_logger` depricated the functions we are currently using causing our CI to fail. This updates the to the builder pattern.

    commit 2a9a815
    Author: Daniel Schonfeld <daniel@schonfeld.org>
    Date:   Mon Sep 7 06:47:05 2020 +0000

        conforming to the p2p specs, requiring error_messages to be bound (#1593)

        ## Issue Addressed

        #1421

        ## Proposed Changes

        Bounding the error_message that can be returned for RPC domain errors

        Co-authored-by: Age Manning <Age@AgeManning.com>

    commit a6376b4
    Author: Age Manning <Age@AgeManning.com>
    Date:   Mon Sep 7 05:53:20 2020 +0000

        Update discv5 to v10 (#1592)

        ## Issue Addressed

        Code improvements, dependency improvements and better async handling.

    commit 068ff88
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 21:22:57 2020 +1000

        Ensure correct cache is used

    commit 2ae9cf5
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 20:42:36 2020 +1000

        Move to two sets of shuffling ids

    commit 54c5dc2
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 17:47:54 2020 +1000

        Add comments

    commit c0473c6
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 17:08:00 2020 +1000

        Tighten fn visibility

    commit a2f1eff
    Merge: f2f3848 04e4389
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 16:09:21 2020 +1000

        Merge branch 'master' into shuffling-id

    commit f2f3848
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 11:53:37 2020 +1000

        Cache next-epoch shuffling on block processing

    commit 08df338
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 07:05:21 2020 +1000

        Remove unused var

    commit 2ab88f7
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Sun Aug 9 16:55:19 2020 +1000

        Integrate into shuffling

    commit a4453d5
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Sun Aug 9 13:02:57 2020 +1000

        Add incomplete progress

commit 5fd243c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 17:23:49 2020 +1000

    Start adding validator duties endpoint

commit 7b5b5ee
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:47:24 2020 +1000

    Add some quotes

commit 9c46f66
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:40:27 2020 +1000

    Fix mistake in clippy fixes

commit 70b716f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:37:03 2020 +1000

    Address clippy lints

commit 886909c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:27:51 2020 +1000

    Fix issue with hex encoding

commit 8bc966a
Merge: 01761e4 74fa87a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:12:46 2020 +1000

    Merge branch 'master' into standard-http

commit 01761e4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 12:10:22 2020 +1000

    Add debug endpoints

commit 95c6564
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 11:17:46 2020 +1000

    Finish deposit contract endpoint

commit 0046ec5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 08:20:32 2020 +1000

    Add non-functional deposit contract endpoints

commit 3714d20
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 16:07:10 2020 +1000

    Add two config endpoints

commit eece914
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 10:17:51 2020 +1000

    Update validator status

commit a0bc953
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 08:11:45 2020 +1000

    Fix exit tests

commit 4e41e9b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 18:05:11 2020 +1000

    Add other pool post tests

commit 7ce6183
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 17:31:56 2020 +1000

    Add attester slashing test

commit 78fc2cf
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:58:25 2020 +1000

    Delete commented-out code

commit 2e8941d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:55:08 2020 +1000

    Fix test compile errors

commit cf5da09
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:24:55 2020 +1000

    Fix errors after master rebase

commit 69b3219
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:24:40 2020 +1000

    Update Cargo.lock

commit e623ea1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:56:05 2020 +1000

    Fix tests

commit 2ceba05
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:55:54 2020 +1000

    Fix issue with harness

commit 0f3cdf3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:28:43 2020 +1000

    Add pool POST endpoints, fix error issue, bugs

commit dba921f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 4 09:36:45 2020 +1000

    Add more pool endpoints

commit 4379669
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 17:23:38 2020 +1000

    Add pool routes, add get_ prefixes

commit 23c1fef
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 16:31:33 2020 +1000

    Improve error handling

commit 444a06f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 14:07:02 2020 +1000

    Add failing test

commit 37bde29
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 13:39:05 2020 +1000

    Start adding post route, fix method issue

commit c7326e1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 15:00:55 2020 +1000

    Add blocks attestations endpoint

commit 364bdb3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 14:44:54 2020 +1000

    Add blocks endpoint

commit cb74420
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 13:29:06 2020 +1000

    Fix failing test

commit 85d4593
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 11:41:21 2020 +1000

    Add std-http flags

commit de52827
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 10:25:08 2020 +1000

    Add new (failing) test

commit bd3d306
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 12:48:27 2020 +1000

    Start writing headers/block_id endpoint

commit b4e9438
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 12:16:02 2020 +1000

    Fix issue with iteration tests

commit 01c53c0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 11:45:56 2020 +1000

    Add new, failing headers test

commit 512e53b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 11:12:56 2020 +1000

    Add headers endpoint

commit 6994cd3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 09:03:50 2020 +1000

    Remove extra mod from types

commit 95b34a1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 08:02:47 2020 +1000

    Add beacon genesis

commit 49b6c8d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 07:42:56 2020 +1000

    Add more detailed error message

commit 5a6e1a1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 14:08:56 2020 +1000

    Add bad request responses

commit 044da99
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 14:05:01 2020 +1000

    Update Url scheme

commit e9da8a4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 13:50:56 2020 +1000

    Add (failing) committees endpoint

commit c48ba5e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 16:53:10 2020 +1000

    Progress with quoted lists

commit 925722c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:55:38 2020 +1000

    Change serde deser for bls

commit b1b364c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:38:45 2020 +1000

    Impl display for bls

commit e76d476
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:23:08 2020 +1000

    Fix validator id decoding

commit d9f5773
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:04:57 2020 +1000

    Generate more interesting ids

commit 6324b56
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 18:23:59 2020 +1000

    Tidy endpoint

commit ac1a668
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 18:19:05 2020 +1000

    Add (failing) validator id endpoints

commit 6e87a81
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 17:05:00 2020 +1000

    Tidy serde utils, add endpoint

commit 002be83
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:42:48 2020 +1000

    Add tests for block roots

commit 02026b9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:25:43 2020 +1000

    Add finality checkpoints tests

commit 66a1cdb
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:13:30 2020 +1000

    Update tests, fix bugs

commit c552b0a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 12:50:26 2020 +1000

    Ensure skip slot states are loaded

commit 036f3ec
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 11:43:46 2020 +1000

    Add test framework

commit e164815
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Aug 25 17:11:46 2020 +1000

    Start adding eth2 crate

commit abbd216
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Aug 25 14:00:15 2020 +1000

    Update serde utils

commit 0922a39
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:57:57 2020 +1000

    Progress with implementation

commit 49ac075
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 24 18:13:21 2020 +1000

    Add first attempt at warp server

commit cb031b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 12:13:54 2020 +1000

    Move all init tasks into fn

commit 59f4d02
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 11:58:39 2020 +1000

    Update VC flags, shutdown VC more gracefully

commit be4e7cf
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 10:29:38 2020 +1000

    Use spawn_blocking for validator keystores

commit 1f0e035
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 09:50:32 2020 +1000

    Use async for main.rs

Add comment
paulhauner added a commit that referenced this pull request Sep 28, 2020
commit 0f8a5540d189e6281bc641618dec1c8d304d7ec5
Merge: 2e1d657 a97ec31
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 13:07:53 2020 +1000

    Merge branch 'v0.3.0-staging' into standard-http

commit 2e1d657
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 13:04:19 2020 +1000

    Rename BeaconNodeClient -> BeaconNodeHttpClient

commit f14e58b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 10:09:18 2020 +1000

    Increase simulator HTTP timeout

commit 5797b9a
Merge: 91e88b5 d85d5a4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 16:56:28 2020 +1000

    Merge branch 'master' into standard-http

commit 91e88b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 15:55:58 2020 +1000

    Add extra arg to NetworkGlobals

commit 06eaa24
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 14:27:40 2020 +1000

    Add comment about peers endpoints

commit 8bb990a
Merge: c831c3c bd39cc8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 14:00:40 2020 +1000

    Merge branch 'master' into standard-http

commit c831c3c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 13:50:30 2020 +1000

    Run cargo update, fix compile error

commit 1dc9b86
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:42:56 2020 +1000

    Fix clippy lints

commit 7b5e1fd
Merge: 33f0d97 5d17eb8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:38:41 2020 +1000

    Merge branch 'master' into standard-http

commit 33f0d97
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:38:31 2020 +1000

    Perform a self-review

commit 4e230ab
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:52:17 2020 +1000

    Rename consensus.rs

commit 7543968
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:47:52 2020 +1000

    Add extra comment

commit 4472e5a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:36:41 2020 +1000

    Add comments to http_metrics crate

commit dc2518d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:33:25 2020 +1000

    Add comments to http_api crate

commit 852a38e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 09:34:10 2020 +1000

    Tidy docs

commit 7129b41
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 17:53:59 2020 +1000

    Add warning about incomplete API

commit 008c206
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 17:44:31 2020 +1000

    Refactor docs for standard API

commit 6f7b476
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 16:38:54 2020 +1000

    Fix return type for node client

commit b8eff38
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:41:28 2020 +1000

    Move lighthouse off /eth1/v1, handle errors better

commit 083663b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:14:53 2020 +1000

    Run cargo update

commit 997f182
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:11:54 2020 +1000

    Fix bug with chain spec decoding

commit 6aae0bd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:48:18 2020 +1000

    Tidy cors header

commit 1f7445b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:43:43 2020 +1000

    Add cors support

commit 9202f89
Merge: a68171c 49ab414
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:10:33 2020 +1000

    Merge branch 'master' into standard-http

commit a68171c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:08:33 2020 +1000

    Add docs about Prom

commit 3cf0de3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:56:15 2020 +1000

    Slow down sims

commit 6823048
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:54:03 2020 +1000

    Add support for quotes in indexed attestation

commit 000eb00
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:09:51 2020 +1000

    Add more quoted int types

commit a3e2281
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 12:24:56 2020 +1000

    Add quotes to u64 in types

commit b6768fe
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 12:00:16 2020 +1000

    Remove todo

commit 1fb92df
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:57:46 2020 +1000

    Add Arbitrary for Graffiti

commit 6e02e12
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:40:23 2020 +1000

    Remove rest_types

commit aa1d3fc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:40:10 2020 +1000

    Fix graffiti compile error

commit b18fc1c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:16:18 2020 +1000

    Remove reference to merged PR

commit f914db4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:13:25 2020 +1000

    Remove duplicate health structs

commit 27f6bdc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:00:43 2020 +1000

    Remove serde_utils duplication

commit 803ce9b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 10:46:40 2020 +1000

    Unify Graffiti structs

commit e754995
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:41:58 2020 +1000

    Add more skip slots tests

commit 3b22a83
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:35:11 2020 +1000

    Fix bug in proposer endpoint

commit 2e9afb8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:22:52 2020 +1000

    Add (failing) skip slots tests

commit 6aa9f30
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:16:15 2020 +1000

    Fix errors in duties request

commit 40d285a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 18:02:08 2020 +1000

    Refactor duties endpoint

commit 394abba
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 15:08:02 2020 +1000

    Fix bad assumption when checking finalized desc.

commit d16bdeb
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 14:43:55 2020 +1000

    Fix typo resulting in bug

commit 297b88f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 12:16:35 2020 +1000

    Add more detail to ShufflingId error

commit 7c01e39
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 20:38:46 2020 +1000

    Remove reject into new warp_utils

commit e8ad813
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 20:16:47 2020 +1000

    Fix clippy lint

commit 85beedd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 18:00:28 2020 +1000

    Only allow health test in linux

commit 262c8f0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 17:56:30 2020 +1000

    Speed up sim

commit e49a3e1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 17:19:45 2020 +1000

    Return result in client builder

commit 09494e0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:41:18 2020 +1000

    Add comments, safety to block shuffle id

commit 0d970a7
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:34:39 2020 +1000

    Fix failing voluntary exit test

commit 327569a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:28:25 2020 +1000

    Fix URL comment

commit c58df48
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:28:17 2020 +1000

    Remove unused deps

commit 249c06d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:27:01 2020 +1000

    Add "the" before http flags

commit dbdc177
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:26:23 2020 +1000

    Ensure metrics port is set to 0

commit f4d92b4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:25:09 2020 +1000

    Attempt to fix failing exit test

commit ccf1cd9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:21:29 2020 +1000

    Remove unused crate

commit 89438ff
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:03:38 2020 +1000

    Update Cargo.lock

commit 196ca29
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:57:49 2020 +1000

    Remove rest_api, remote_beacon_node

commit ec260b9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:55:26 2020 +1000

    Fix clippy lints

commit 6adfa5d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:46:12 2020 +1000

    Add tests for LH endpoints

commit d727451
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 13:45:46 2020 +1000

    Add network endpoint

commit cc0823f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 12:20:36 2020 +1000

    Add additional non-standard metrics

commit 791ace4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 15:29:17 2020 +1000

    Fix clippy lints

commit faa415f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 15:11:09 2020 +1000

    Add cache metrics

commit 8c84f4b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 14:58:43 2020 +1000

    Add filter for validator/blocks

commit 9a5a265
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 14:44:56 2020 +1000

    Fix metrics formatting

commit 61f9d6c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 12:21:04 2020 +1000

    Add metrics

commit 6a14342
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 07:43:53 2020 +1000

    Fix subscriptions endpoint

commit 3766027
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:43:56 2020 +1000

    Delete rest_api tests

commit 46b8a8f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:43:39 2020 +1000

    Fix test compile issues

commit 41c5a6b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:26:37 2020 +1000

    Fix cargo fmt issue

commit 7e819bc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:25:26 2020 +1000

    Fix aggregator index calculation

commit 404d681
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:02:35 2020 +1000

    Add dedicated prometheus metrics endpoint

commit 528ffa1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 12:30:05 2020 +1000

    Run cargo update

commit 288488e
Merge: 6172437 c9596fc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 12:28:31 2020 +1000

    Merge branch 'master' into standard-http

commit 6172437
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:52:20 2020 +1000

    Fix clippy lints

commit cef90e6
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:10:54 2020 +1000

    Drop HTTP log level

commit 67bfe99
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:06:20 2020 +1000

    Fix seconds per eth1 block field

commit 0178cfe
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:05:53 2020 +1000

    Add logging

commit cb4cede
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 09:28:08 2020 +1000

    Fix compile errors in sim

commit 7a36bcd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 07:57:22 2020 +1000

    Fix compile error

commit a377ed9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 07:40:54 2020 +1000

    Enforce max skip value for proposer cache

commit 9c99d05
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 16:34:05 2020 +1000

    First basic working version

commit 21f8a3a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 14:37:28 2020 +1000

    First compiling version of validator

commit 086c449
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 11:33:51 2020 +1000

    Migrate duties service to new API

commit 1bbabae
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 16:40:00 2020 +1000

    Start merging VC to new API

commit 002228d
Merge: 0af5795 cb031b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 15:26:02 2020 +1000

    Merge branch 'lockfile-fix' into standard-http

commit 0af5795
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 15:23:10 2020 +1000

    Add version endpoint

commit e93f95c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 14:54:15 2020 +1000

    Add syncing endpoint

commit 838464c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 13:15:18 2020 +1000

    Add test for invalid aggregate

commit 9ac9482
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 11:55:00 2020 +1000

    Add test for aggregate and proofs

commit 40b12b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 08:01:44 2020 +1000

    Add aggregate and subscriptions endpoints

commit cd94717
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 21:11:36 2020 +1000

    Add committees at slot field

commit 1c788af
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 16:35:34 2020 +1000

    Add aggregates POST method

commit 71cd921
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 15:55:33 2020 +1000

    Add aggregate getter endpoint

commit f81ea20
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 15:28:44 2020 +1000

    Add more routes

commit 998889b
Merge: eab7b88 9cf8f45
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:54:06 2020 +1000

    Merge branch 'master' into standard-http

commit eab7b88
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:49:13 2020 +1000

    Fix clippy lints

commit 59cb877
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:46:07 2020 +1000

    Add passing block production test

commit 98bade5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 11:30:04 2020 +1000

    Add beacon proposer endpoint

commit 510bc72
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 08:26:49 2020 +1000

    Add request & incomplete test for validator blocks

commit 767b036
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 22:23:17 2020 +1000

    Add incomplete validators/blocks endpoint

commit 87f6125
Merge: dea298e 19be7ab
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 21:48:11 2020 +1000

    Merge branch 'master' into standard-http

commit dea298e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 21:47:02 2020 +1000

    Fix attestation duties bug

commit b8f4d72
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:45:38 2020 +1000

    Add failing duties test

commit 0bbe830
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:45:24 2020 +1000

    Add (failing) duties endpoint

commit 3da5da1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:44:28 2020 +1000

    Bump harness log level

commit 3b83253
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 11:54:59 2020 +1000

    Move shuffling cache onto beacon chain

commit 0aff41b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 11:54:35 2020 +1000

    Fix broken fork choice tests

commit 531e16c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 10:47:29 2020 +1000

    Squashed in `shuffling-id`

    commit 1671f29
    Merge: 068ff88 9833eca
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Sep 7 20:45:01 2020 +1000

        Merge branch 'master' into shuffling-id

    commit 9833eca
    Author: Age Manning <Age@AgeManning.com>
    Date:   Mon Sep 7 07:44:17 2020 +0000

        Use simple logger builder pattern (#1594)

        ## Issue Addressed

        `simple_logger` depricated the functions we are currently using causing our CI to fail. This updates the to the builder pattern.

    commit 2a9a815
    Author: Daniel Schonfeld <daniel@schonfeld.org>
    Date:   Mon Sep 7 06:47:05 2020 +0000

        conforming to the p2p specs, requiring error_messages to be bound (#1593)

        ## Issue Addressed

        #1421

        ## Proposed Changes

        Bounding the error_message that can be returned for RPC domain errors

        Co-authored-by: Age Manning <Age@AgeManning.com>

    commit a6376b4
    Author: Age Manning <Age@AgeManning.com>
    Date:   Mon Sep 7 05:53:20 2020 +0000

        Update discv5 to v10 (#1592)

        ## Issue Addressed

        Code improvements, dependency improvements and better async handling.

    commit 068ff88
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 21:22:57 2020 +1000

        Ensure correct cache is used

    commit 2ae9cf5
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 20:42:36 2020 +1000

        Move to two sets of shuffling ids

    commit 54c5dc2
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 17:47:54 2020 +1000

        Add comments

    commit c0473c6
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 17:08:00 2020 +1000

        Tighten fn visibility

    commit a2f1eff
    Merge: f2f3848 04e4389
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 16:09:21 2020 +1000

        Merge branch 'master' into shuffling-id

    commit f2f3848
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 11:53:37 2020 +1000

        Cache next-epoch shuffling on block processing

    commit 08df338
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 07:05:21 2020 +1000

        Remove unused var

    commit 2ab88f7
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Sun Aug 9 16:55:19 2020 +1000

        Integrate into shuffling

    commit a4453d5
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Sun Aug 9 13:02:57 2020 +1000

        Add incomplete progress

commit 5fd243c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 17:23:49 2020 +1000

    Start adding validator duties endpoint

commit 7b5b5ee
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:47:24 2020 +1000

    Add some quotes

commit 9c46f66
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:40:27 2020 +1000

    Fix mistake in clippy fixes

commit 70b716f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:37:03 2020 +1000

    Address clippy lints

commit 886909c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:27:51 2020 +1000

    Fix issue with hex encoding

commit 8bc966a
Merge: 01761e4 74fa87a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:12:46 2020 +1000

    Merge branch 'master' into standard-http

commit 01761e4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 12:10:22 2020 +1000

    Add debug endpoints

commit 95c6564
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 11:17:46 2020 +1000

    Finish deposit contract endpoint

commit 0046ec5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 08:20:32 2020 +1000

    Add non-functional deposit contract endpoints

commit 3714d20
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 16:07:10 2020 +1000

    Add two config endpoints

commit eece914
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 10:17:51 2020 +1000

    Update validator status

commit a0bc953
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 08:11:45 2020 +1000

    Fix exit tests

commit 4e41e9b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 18:05:11 2020 +1000

    Add other pool post tests

commit 7ce6183
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 17:31:56 2020 +1000

    Add attester slashing test

commit 78fc2cf
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:58:25 2020 +1000

    Delete commented-out code

commit 2e8941d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:55:08 2020 +1000

    Fix test compile errors

commit cf5da09
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:24:55 2020 +1000

    Fix errors after master rebase

commit 69b3219
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:24:40 2020 +1000

    Update Cargo.lock

commit e623ea1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:56:05 2020 +1000

    Fix tests

commit 2ceba05
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:55:54 2020 +1000

    Fix issue with harness

commit 0f3cdf3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:28:43 2020 +1000

    Add pool POST endpoints, fix error issue, bugs

commit dba921f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 4 09:36:45 2020 +1000

    Add more pool endpoints

commit 4379669
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 17:23:38 2020 +1000

    Add pool routes, add get_ prefixes

commit 23c1fef
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 16:31:33 2020 +1000

    Improve error handling

commit 444a06f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 14:07:02 2020 +1000

    Add failing test

commit 37bde29
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 13:39:05 2020 +1000

    Start adding post route, fix method issue

commit c7326e1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 15:00:55 2020 +1000

    Add blocks attestations endpoint

commit 364bdb3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 14:44:54 2020 +1000

    Add blocks endpoint

commit cb74420
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 13:29:06 2020 +1000

    Fix failing test

commit 85d4593
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 11:41:21 2020 +1000

    Add std-http flags

commit de52827
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 10:25:08 2020 +1000

    Add new (failing) test

commit bd3d306
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 12:48:27 2020 +1000

    Start writing headers/block_id endpoint

commit b4e9438
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 12:16:02 2020 +1000

    Fix issue with iteration tests

commit 01c53c0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 11:45:56 2020 +1000

    Add new, failing headers test

commit 512e53b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 11:12:56 2020 +1000

    Add headers endpoint

commit 6994cd3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 09:03:50 2020 +1000

    Remove extra mod from types

commit 95b34a1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 08:02:47 2020 +1000

    Add beacon genesis

commit 49b6c8d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 07:42:56 2020 +1000

    Add more detailed error message

commit 5a6e1a1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 14:08:56 2020 +1000

    Add bad request responses

commit 044da99
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 14:05:01 2020 +1000

    Update Url scheme

commit e9da8a4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 13:50:56 2020 +1000

    Add (failing) committees endpoint

commit c48ba5e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 16:53:10 2020 +1000

    Progress with quoted lists

commit 925722c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:55:38 2020 +1000

    Change serde deser for bls

commit b1b364c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:38:45 2020 +1000

    Impl display for bls

commit e76d476
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:23:08 2020 +1000

    Fix validator id decoding

commit d9f5773
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:04:57 2020 +1000

    Generate more interesting ids

commit 6324b56
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 18:23:59 2020 +1000

    Tidy endpoint

commit ac1a668
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 18:19:05 2020 +1000

    Add (failing) validator id endpoints

commit 6e87a81
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 17:05:00 2020 +1000

    Tidy serde utils, add endpoint

commit 002be83
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:42:48 2020 +1000

    Add tests for block roots

commit 02026b9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:25:43 2020 +1000

    Add finality checkpoints tests

commit 66a1cdb
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:13:30 2020 +1000

    Update tests, fix bugs

commit c552b0a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 12:50:26 2020 +1000

    Ensure skip slot states are loaded

commit 036f3ec
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 11:43:46 2020 +1000

    Add test framework

commit e164815
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Aug 25 17:11:46 2020 +1000

    Start adding eth2 crate

commit abbd216
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Aug 25 14:00:15 2020 +1000

    Update serde utils

commit 0922a39
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:57:57 2020 +1000

    Progress with implementation

commit 49ac075
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 24 18:13:21 2020 +1000

    Add first attempt at warp server

commit cb031b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 12:13:54 2020 +1000

    Move all init tasks into fn

commit 59f4d02
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 11:58:39 2020 +1000

    Update VC flags, shutdown VC more gracefully

commit be4e7cf
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 10:29:38 2020 +1000

    Use spawn_blocking for validator keystores

commit 1f0e035
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 09:50:32 2020 +1000

    Use async for main.rs

Add comment
paulhauner added a commit that referenced this pull request Sep 29, 2020
commit 0f8a5540d189e6281bc641618dec1c8d304d7ec5
Merge: 2e1d657 a97ec31
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 13:07:53 2020 +1000

    Merge branch 'v0.3.0-staging' into standard-http

commit 2e1d657
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 13:04:19 2020 +1000

    Rename BeaconNodeClient -> BeaconNodeHttpClient

commit f14e58b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 23 10:09:18 2020 +1000

    Increase simulator HTTP timeout

commit 5797b9a
Merge: 91e88b5 d85d5a4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 16:56:28 2020 +1000

    Merge branch 'master' into standard-http

commit 91e88b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 15:55:58 2020 +1000

    Add extra arg to NetworkGlobals

commit 06eaa24
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 14:27:40 2020 +1000

    Add comment about peers endpoints

commit 8bb990a
Merge: c831c3c bd39cc8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 14:00:40 2020 +1000

    Merge branch 'master' into standard-http

commit c831c3c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 13:50:30 2020 +1000

    Run cargo update, fix compile error

commit 1dc9b86
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:42:56 2020 +1000

    Fix clippy lints

commit 7b5e1fd
Merge: 33f0d97 5d17eb8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:38:41 2020 +1000

    Merge branch 'master' into standard-http

commit 33f0d97
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 11:38:31 2020 +1000

    Perform a self-review

commit 4e230ab
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:52:17 2020 +1000

    Rename consensus.rs

commit 7543968
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:47:52 2020 +1000

    Add extra comment

commit 4472e5a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:36:41 2020 +1000

    Add comments to http_metrics crate

commit dc2518d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 10:33:25 2020 +1000

    Add comments to http_api crate

commit 852a38e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 22 09:34:10 2020 +1000

    Tidy docs

commit 7129b41
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 17:53:59 2020 +1000

    Add warning about incomplete API

commit 008c206
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 17:44:31 2020 +1000

    Refactor docs for standard API

commit 6f7b476
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 21 16:38:54 2020 +1000

    Fix return type for node client

commit b8eff38
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:41:28 2020 +1000

    Move lighthouse off /eth1/v1, handle errors better

commit 083663b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:14:53 2020 +1000

    Run cargo update

commit 997f182
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 16:11:54 2020 +1000

    Fix bug with chain spec decoding

commit 6aae0bd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:48:18 2020 +1000

    Tidy cors header

commit 1f7445b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:43:43 2020 +1000

    Add cors support

commit 9202f89
Merge: a68171c 49ab414
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:10:33 2020 +1000

    Merge branch 'master' into standard-http

commit a68171c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 15:08:33 2020 +1000

    Add docs about Prom

commit 3cf0de3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:56:15 2020 +1000

    Slow down sims

commit 6823048
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:54:03 2020 +1000

    Add support for quotes in indexed attestation

commit 000eb00
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 14:09:51 2020 +1000

    Add more quoted int types

commit a3e2281
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 12:24:56 2020 +1000

    Add quotes to u64 in types

commit b6768fe
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 12:00:16 2020 +1000

    Remove todo

commit 1fb92df
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:57:46 2020 +1000

    Add Arbitrary for Graffiti

commit 6e02e12
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:40:23 2020 +1000

    Remove rest_types

commit aa1d3fc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:40:10 2020 +1000

    Fix graffiti compile error

commit b18fc1c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:16:18 2020 +1000

    Remove reference to merged PR

commit f914db4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:13:25 2020 +1000

    Remove duplicate health structs

commit 27f6bdc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 11:00:43 2020 +1000

    Remove serde_utils duplication

commit 803ce9b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 10:46:40 2020 +1000

    Unify Graffiti structs

commit e754995
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:41:58 2020 +1000

    Add more skip slots tests

commit 3b22a83
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:35:11 2020 +1000

    Fix bug in proposer endpoint

commit 2e9afb8
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:22:52 2020 +1000

    Add (failing) skip slots tests

commit 6aa9f30
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 18 09:16:15 2020 +1000

    Fix errors in duties request

commit 40d285a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 18:02:08 2020 +1000

    Refactor duties endpoint

commit 394abba
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 15:08:02 2020 +1000

    Fix bad assumption when checking finalized desc.

commit d16bdeb
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 14:43:55 2020 +1000

    Fix typo resulting in bug

commit 297b88f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 17 12:16:35 2020 +1000

    Add more detail to ShufflingId error

commit 7c01e39
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 20:38:46 2020 +1000

    Remove reject into new warp_utils

commit e8ad813
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 20:16:47 2020 +1000

    Fix clippy lint

commit 85beedd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 18:00:28 2020 +1000

    Only allow health test in linux

commit 262c8f0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 17:56:30 2020 +1000

    Speed up sim

commit e49a3e1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 17:19:45 2020 +1000

    Return result in client builder

commit 09494e0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:41:18 2020 +1000

    Add comments, safety to block shuffle id

commit 0d970a7
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:34:39 2020 +1000

    Fix failing voluntary exit test

commit 327569a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:28:25 2020 +1000

    Fix URL comment

commit c58df48
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:28:17 2020 +1000

    Remove unused deps

commit 249c06d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:27:01 2020 +1000

    Add "the" before http flags

commit dbdc177
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:26:23 2020 +1000

    Ensure metrics port is set to 0

commit f4d92b4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:25:09 2020 +1000

    Attempt to fix failing exit test

commit ccf1cd9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:21:29 2020 +1000

    Remove unused crate

commit 89438ff
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 16:03:38 2020 +1000

    Update Cargo.lock

commit 196ca29
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:57:49 2020 +1000

    Remove rest_api, remote_beacon_node

commit ec260b9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:55:26 2020 +1000

    Fix clippy lints

commit 6adfa5d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 14:46:12 2020 +1000

    Add tests for LH endpoints

commit d727451
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 13:45:46 2020 +1000

    Add network endpoint

commit cc0823f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 16 12:20:36 2020 +1000

    Add additional non-standard metrics

commit 791ace4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 15:29:17 2020 +1000

    Fix clippy lints

commit faa415f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 15:11:09 2020 +1000

    Add cache metrics

commit 8c84f4b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 14:58:43 2020 +1000

    Add filter for validator/blocks

commit 9a5a265
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 14:44:56 2020 +1000

    Fix metrics formatting

commit 61f9d6c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 12:21:04 2020 +1000

    Add metrics

commit 6a14342
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 15 07:43:53 2020 +1000

    Fix subscriptions endpoint

commit 3766027
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:43:56 2020 +1000

    Delete rest_api tests

commit 46b8a8f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:43:39 2020 +1000

    Fix test compile issues

commit 41c5a6b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:26:37 2020 +1000

    Fix cargo fmt issue

commit 7e819bc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:25:26 2020 +1000

    Fix aggregator index calculation

commit 404d681
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 18:02:35 2020 +1000

    Add dedicated prometheus metrics endpoint

commit 528ffa1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 12:30:05 2020 +1000

    Run cargo update

commit 288488e
Merge: 6172437 c9596fc
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 12:28:31 2020 +1000

    Merge branch 'master' into standard-http

commit 6172437
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:52:20 2020 +1000

    Fix clippy lints

commit cef90e6
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:10:54 2020 +1000

    Drop HTTP log level

commit 67bfe99
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:06:20 2020 +1000

    Fix seconds per eth1 block field

commit 0178cfe
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 11:05:53 2020 +1000

    Add logging

commit cb4cede
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 09:28:08 2020 +1000

    Fix compile errors in sim

commit 7a36bcd
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 07:57:22 2020 +1000

    Fix compile error

commit a377ed9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 14 07:40:54 2020 +1000

    Enforce max skip value for proposer cache

commit 9c99d05
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 16:34:05 2020 +1000

    First basic working version

commit 21f8a3a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 14:37:28 2020 +1000

    First compiling version of validator

commit 086c449
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 11 11:33:51 2020 +1000

    Migrate duties service to new API

commit 1bbabae
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 16:40:00 2020 +1000

    Start merging VC to new API

commit 002228d
Merge: 0af5795 cb031b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 15:26:02 2020 +1000

    Merge branch 'lockfile-fix' into standard-http

commit 0af5795
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 15:23:10 2020 +1000

    Add version endpoint

commit e93f95c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 14:54:15 2020 +1000

    Add syncing endpoint

commit 838464c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 13:15:18 2020 +1000

    Add test for invalid aggregate

commit 9ac9482
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 11:55:00 2020 +1000

    Add test for aggregate and proofs

commit 40b12b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Sep 10 08:01:44 2020 +1000

    Add aggregate and subscriptions endpoints

commit cd94717
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 21:11:36 2020 +1000

    Add committees at slot field

commit 1c788af
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 16:35:34 2020 +1000

    Add aggregates POST method

commit 71cd921
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 15:55:33 2020 +1000

    Add aggregate getter endpoint

commit f81ea20
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 15:28:44 2020 +1000

    Add more routes

commit 998889b
Merge: eab7b88 9cf8f45
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:54:06 2020 +1000

    Merge branch 'master' into standard-http

commit eab7b88
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:49:13 2020 +1000

    Fix clippy lints

commit 59cb877
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 12:46:07 2020 +1000

    Add passing block production test

commit 98bade5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 11:30:04 2020 +1000

    Add beacon proposer endpoint

commit 510bc72
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 9 08:26:49 2020 +1000

    Add request & incomplete test for validator blocks

commit 767b036
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 22:23:17 2020 +1000

    Add incomplete validators/blocks endpoint

commit 87f6125
Merge: dea298e 19be7ab
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 21:48:11 2020 +1000

    Merge branch 'master' into standard-http

commit dea298e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 21:47:02 2020 +1000

    Fix attestation duties bug

commit b8f4d72
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:45:38 2020 +1000

    Add failing duties test

commit 0bbe830
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:45:24 2020 +1000

    Add (failing) duties endpoint

commit 3da5da1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 20:44:28 2020 +1000

    Bump harness log level

commit 3b83253
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 11:54:59 2020 +1000

    Move shuffling cache onto beacon chain

commit 0aff41b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 11:54:35 2020 +1000

    Fix broken fork choice tests

commit 531e16c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 8 10:47:29 2020 +1000

    Squashed in `shuffling-id`

    commit 1671f29
    Merge: 068ff88 9833eca
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Sep 7 20:45:01 2020 +1000

        Merge branch 'master' into shuffling-id

    commit 9833eca
    Author: Age Manning <Age@AgeManning.com>
    Date:   Mon Sep 7 07:44:17 2020 +0000

        Use simple logger builder pattern (#1594)

        ## Issue Addressed

        `simple_logger` depricated the functions we are currently using causing our CI to fail. This updates the to the builder pattern.

    commit 2a9a815
    Author: Daniel Schonfeld <daniel@schonfeld.org>
    Date:   Mon Sep 7 06:47:05 2020 +0000

        conforming to the p2p specs, requiring error_messages to be bound (#1593)

        ## Issue Addressed

        #1421

        ## Proposed Changes

        Bounding the error_message that can be returned for RPC domain errors

        Co-authored-by: Age Manning <Age@AgeManning.com>

    commit a6376b4
    Author: Age Manning <Age@AgeManning.com>
    Date:   Mon Sep 7 05:53:20 2020 +0000

        Update discv5 to v10 (#1592)

        ## Issue Addressed

        Code improvements, dependency improvements and better async handling.

    commit 068ff88
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 21:22:57 2020 +1000

        Ensure correct cache is used

    commit 2ae9cf5
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 20:42:36 2020 +1000

        Move to two sets of shuffling ids

    commit 54c5dc2
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 17:47:54 2020 +1000

        Add comments

    commit c0473c6
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 17:08:00 2020 +1000

        Tighten fn visibility

    commit a2f1eff
    Merge: f2f3848 04e4389
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 16:09:21 2020 +1000

        Merge branch 'master' into shuffling-id

    commit f2f3848
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 11:53:37 2020 +1000

        Cache next-epoch shuffling on block processing

    commit 08df338
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Mon Aug 10 07:05:21 2020 +1000

        Remove unused var

    commit 2ab88f7
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Sun Aug 9 16:55:19 2020 +1000

        Integrate into shuffling

    commit a4453d5
    Author: Paul Hauner <paul@paulhauner.com>
    Date:   Sun Aug 9 13:02:57 2020 +1000

        Add incomplete progress

commit 5fd243c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 17:23:49 2020 +1000

    Start adding validator duties endpoint

commit 7b5b5ee
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:47:24 2020 +1000

    Add some quotes

commit 9c46f66
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:40:27 2020 +1000

    Fix mistake in clippy fixes

commit 70b716f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:37:03 2020 +1000

    Address clippy lints

commit 886909c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:27:51 2020 +1000

    Fix issue with hex encoding

commit 8bc966a
Merge: 01761e4 74fa87a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 15:12:46 2020 +1000

    Merge branch 'master' into standard-http

commit 01761e4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 12:10:22 2020 +1000

    Add debug endpoints

commit 95c6564
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 11:17:46 2020 +1000

    Finish deposit contract endpoint

commit 0046ec5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Sep 7 08:20:32 2020 +1000

    Add non-functional deposit contract endpoints

commit 3714d20
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 16:07:10 2020 +1000

    Add two config endpoints

commit eece914
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 10:17:51 2020 +1000

    Update validator status

commit a0bc953
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sun Sep 6 08:11:45 2020 +1000

    Fix exit tests

commit 4e41e9b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 18:05:11 2020 +1000

    Add other pool post tests

commit 7ce6183
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 17:31:56 2020 +1000

    Add attester slashing test

commit 78fc2cf
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:58:25 2020 +1000

    Delete commented-out code

commit 2e8941d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:55:08 2020 +1000

    Fix test compile errors

commit cf5da09
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:24:55 2020 +1000

    Fix errors after master rebase

commit 69b3219
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 16:24:40 2020 +1000

    Update Cargo.lock

commit e623ea1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:56:05 2020 +1000

    Fix tests

commit 2ceba05
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:55:54 2020 +1000

    Fix issue with harness

commit 0f3cdf3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:28:43 2020 +1000

    Add pool POST endpoints, fix error issue, bugs

commit dba921f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Sep 4 09:36:45 2020 +1000

    Add more pool endpoints

commit 4379669
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 17:23:38 2020 +1000

    Add pool routes, add get_ prefixes

commit 23c1fef
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 16:31:33 2020 +1000

    Improve error handling

commit 444a06f
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 14:07:02 2020 +1000

    Add failing test

commit 37bde29
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Sep 2 13:39:05 2020 +1000

    Start adding post route, fix method issue

commit c7326e1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 15:00:55 2020 +1000

    Add blocks attestations endpoint

commit 364bdb3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 14:44:54 2020 +1000

    Add blocks endpoint

commit cb74420
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 13:29:06 2020 +1000

    Fix failing test

commit 85d4593
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 11:41:21 2020 +1000

    Add std-http flags

commit de52827
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Sep 1 10:25:08 2020 +1000

    Add new (failing) test

commit bd3d306
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 12:48:27 2020 +1000

    Start writing headers/block_id endpoint

commit b4e9438
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 12:16:02 2020 +1000

    Fix issue with iteration tests

commit 01c53c0
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 11:45:56 2020 +1000

    Add new, failing headers test

commit 512e53b
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 11:12:56 2020 +1000

    Add headers endpoint

commit 6994cd3
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 09:03:50 2020 +1000

    Remove extra mod from types

commit 95b34a1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 08:02:47 2020 +1000

    Add beacon genesis

commit 49b6c8d
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 31 07:42:56 2020 +1000

    Add more detailed error message

commit 5a6e1a1
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 14:08:56 2020 +1000

    Add bad request responses

commit 044da99
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 14:05:01 2020 +1000

    Update Url scheme

commit e9da8a4
Author: Paul Hauner <paul@paulhauner.com>
Date:   Fri Aug 28 13:50:56 2020 +1000

    Add (failing) committees endpoint

commit c48ba5e
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 16:53:10 2020 +1000

    Progress with quoted lists

commit 925722c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:55:38 2020 +1000

    Change serde deser for bls

commit b1b364c
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:38:45 2020 +1000

    Impl display for bls

commit e76d476
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:23:08 2020 +1000

    Fix validator id decoding

commit d9f5773
Author: Paul Hauner <paul@paulhauner.com>
Date:   Thu Aug 27 13:04:57 2020 +1000

    Generate more interesting ids

commit 6324b56
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 18:23:59 2020 +1000

    Tidy endpoint

commit ac1a668
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 18:19:05 2020 +1000

    Add (failing) validator id endpoints

commit 6e87a81
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 17:05:00 2020 +1000

    Tidy serde utils, add endpoint

commit 002be83
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:42:48 2020 +1000

    Add tests for block roots

commit 02026b9
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:25:43 2020 +1000

    Add finality checkpoints tests

commit 66a1cdb
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 15:13:30 2020 +1000

    Update tests, fix bugs

commit c552b0a
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 12:50:26 2020 +1000

    Ensure skip slot states are loaded

commit 036f3ec
Author: Paul Hauner <paul@paulhauner.com>
Date:   Wed Aug 26 11:43:46 2020 +1000

    Add test framework

commit e164815
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Aug 25 17:11:46 2020 +1000

    Start adding eth2 crate

commit abbd216
Author: Paul Hauner <paul@paulhauner.com>
Date:   Tue Aug 25 14:00:15 2020 +1000

    Update serde utils

commit 0922a39
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 15:57:57 2020 +1000

    Progress with implementation

commit 49ac075
Author: Paul Hauner <paul@paulhauner.com>
Date:   Mon Aug 24 18:13:21 2020 +1000

    Add first attempt at warp server

commit cb031b5
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 12:13:54 2020 +1000

    Move all init tasks into fn

commit 59f4d02
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 11:58:39 2020 +1000

    Update VC flags, shutdown VC more gracefully

commit be4e7cf
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 10:29:38 2020 +1000

    Use spawn_blocking for validator keystores

commit 1f0e035
Author: Paul Hauner <paul@paulhauner.com>
Date:   Sat Sep 5 09:50:32 2020 +1000

    Use async for main.rs

Add comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants