David Theodore

Results 5 issues of David Theodore

**What type of PR is this?** Bug Fix **What does this PR do? Why is it needed?** This PR fixes thread safe accessors for various `Store.checkpoint` data. It is unsafe...

**What type of PR is this?** Bug fix **What does this PR do? Why is it needed?** This PR adds various locks around `Service.latestEth1Data` using the existing `Service.latestEth1DataLock` `RWMutex`. There...

I have a mainnet node that provided the following output when I ran `rocketpool wallet test-recovery`: ``` user@xxxxx:~$ rocketpool wallet test-recovery NOTE: This command will test the recovery of your...

**Describe the bug** `Unmarshal` will panic on malformed octets. **To Reproduce** I made a test function in a fork of this project that will reliably trigger the panic [here](https://github.com/infosecual/go-yaml/blob/409315b45dfb6b3e6bc7bbe4822c63e9d21fdc3f/yaml_test.go#L47). The...

bug

**Is your feature request related to a problem? Please describe.** Currently, there is no way to check that a validator is active via the relay API. You can see if...