Camembera

Results 8 issues of Camembera

@chuck-bear can confirm this won't matter for anything in infra

.. and at least mention the CHAIN_SPEC variable.

Having an empty `suggested-fee-recipient` in app.toml causes a crash on start (see below). This value only makes sense for a validator. Some have reasoned, I don't need this, so I'll...

This PR tightens up the language and grammar in new warning messages It also demotes a number of log messages from Info to Debug; I chose ones that don't mention...

Beacon-Kit 1.1.3 sends an unauthenticated request to the execution client on startup (for chain-id; see packet capture below). This prompts an error from the execution client and causes considerable confusion....

The typical approach for log rotation with the `logrotate` package is to move the log to a new filename, send SIGHUP, then compress the old log. Currently beacon-kit quits when...

Add support to beacond for an environment variable to substitute for the --home option. This would likely be in cli/components/client_context.go: ``` func init() { if envHome := os.Getenv("BEACOND_HOME"); envHome !=...

enhancement

Safe Transaction Service advertises the complete environment through the 'about' endpoint. Including, for instance, the RPC in use. Please don't do that.

bug
Backend