Conor Schaefer
Conor Schaefer
We currently have the `sd-` VMs assigned various different colors, without much logic around the assignments. Although we should be wary of using colors to guide user behavior (hat tip...
When installing the deb package, a few apt dependencies must be satsified, otherwise the `dpkg -i` command will fail. These seem to be: * libappindicator1 * libdbusmenu-glib4 * libdbusmenu-gtk4 *...
# Feature Request ## Description In practice, splitting a secret into multiple shards will require safe storage of each shard. Some possibilities for technical storage: * cold storage in airgapped...
First reported by @thisisparker . The API is not returning well structured URLs for subsequent calls: ``` $ curl -s https://securethe.news/api/v1/sites/ | grep -P 'https://[\w.]+' -o | sort | uniq...
Secure The News is not yet one year old, and to date we've seen strong adoption of HTTPS across a wide swath of news websites. We already have nearly 10...
Right now the CSV file is mostly useful for dev data, so developers can spin up a local instance that tracks site. In production (at https://securethe.news/), we manage the list...
### Description When running CometBFT v0.37.2 with a config file containing `fastsync` options, deprecation notices are printed: ``` I[2023-10-03|21:23:02.579] deprecated usage found in configuration file usage="[fastsync] table detected. This section...
@redshiftzero wrote a great hackathon guide for SD, available as a gist: https://gist.github.com/redshiftzero/81779c42b66738c9478e0f8b830f337f We should fold that into the new site so that we have a URL to share with...
The most recent published release, 1.4.1, does not support the `grpc.reflection.v1alpha.ServerReflection` -> `grpc.reflection.v1.ServerReflection` changes from https://github.com/fullstorydev/grpcui/pull/314. Our project recently updated to v1, and in the process, lost introspection via grpcui....
As of `v0.78.0` (#4582), the monorepo is still depending on `ibc-types` version `0.12.0`: https://github.com/penumbra-zone/penumbra/blob/v0.78.0/Cargo.toml#L156 We've merged some upstream work in ibc-types since, e.g. https://github.com/penumbra-zone/ibc-types/pull/88 & https://github.com/penumbra-zone/ibc-types/pull/84, the latter of which...