Conor Schaefer
Conor Schaefer
We had a few chain halts on the `v0.68.x` release series. As of `v0.69.0`, "channel-0" is the correct value for relaying to Osmosis testnet. Added mention of the slick new...
When chain upgrades are performed (#1804), pd state may be collapsed by a migration, such that late-joining nodes (i.e. nodes that join the network after the upgrade boundary has passed)...
Some upgrades of the host chain (e.g. Penumbra) might break clients on counterparty chains. To mitigate this we need to implement a loosely specified IBC upgrade mechanism in the same...
**Describe the bug** If a node operator submits a validator definition without having run `pcli view reset` for the current chain, the error message is confusing. **To Reproduce** Steps to...
As the IBC implementation comes together, we'd like to have automatic relaying between preview and testnet. We used to have this, based on the `go-relayer` #2308, but compatibility broke and...
During Testnet 64 folks in Discord have reported an uptick in jailing rates. It's difficult to reason concretely about that observation because we don't have good visibility into rates of...
**Describe the bug** We are limited to sending gRPC messages with a max size of 4MB, which is insufficient for at least two use cases: * handling large genesis files...
We should make it easier to generate network configs via `pd testnet generate`: * Add `--instance ` flag, to generate node configs that are port-offset. Maybe this is best added...
**Describe the bug** The `pd` application will get stuck in a failed state if tendermint sends an `init_chain` event to `pd`, but then exits before the first block is handled...
We observed a breaking change in the local dev env for [web extension](https://github.com/penumbra-zone/web) development this morning, caused by merge of https://github.com/penumbra-zone/penumbra/pull/3679. Although that PR passed smokes and even manual testing...