kasey
kasey
### What problem are you facing? Setting the `--debug` flag currently also changes the output formatting of our logs to semi-structured. It can sometimes be helpful to switch to a...
# 💎 Issue The subcommand for computing the latest weak subjectivity checkpoint could be improved. One idea is to call it `prysmctl cpt weak-subjectivty`. ### Background It was originally a...
**What type of PR is this?** Other **What does this PR do? Why is it needed?** Allow code outside the db package to open the bolt database and hold a...
### Background In testing/util we have functions to help create BeaconState objects for testing purposes: `NewBeaconState`, `NewBeaconStateAltair`, `NewBeaconStateBellatrix`. (example)[https://github.com/prysmaticlabs/prysm/blob/develop/testing/util/state.go#L80]. These functions take options which are tied to the type of...
# 💎 Issue `DefaultFeeRecipient` BeaconChainConfig parameter overwritten at runtime. ### Background Configs should be largely immutable, shared by all participants in a given network. ### Description Instead of mutating this...
### What problem are you facing? As mentioned in the design doc for terraform-based controller codegen(https://github.com/crossplane/crossplane/pull/1677/) , we will need to implement a generic cross-resource referencing scheme to compensate for...
**What type of PR is this?** Feature **What does this PR do? Why is it needed?** Adds a db subcommand to prysmctl which helps to resolve partial block hashes by...
**What type of PR is this?** Other - cleanup/simplification **What does this PR do? Why is it needed?** This PR updates the database feature called Archive Points. Some background: while...
**What type of PR is this?** proof of concept / draft Feature **What does this PR do? Why is it needed?** bash script using bazel to query for go_binary targets...
### What problem are you facing? We would like to build on the great work in https://github.com/azure/k8s-infra/ to generate experimental crossplane controllers using the same codegen pipeline as ASO. Doing...