mfw78
mfw78
Request support for redis sentinel to allow for graceful clustered / failover solutions.
**Problem** The Swarm benefits greatly when `bee`'s P2P port is publicly accessible. Additionally, when doing some analysis, it may be handy for the end user to know their overlay address...
When deploying Taiga to Kubernetes and attempting to roll my own Helm chart, the way that boolean values are handled in Helm YAML, and subsequently in taiga-back and taiga-front causes...
When following the quickstart guidance, the example fails as follows: ```raw Launching 'ganache-cli --chainId 1 --fork http://a.b.c.d:8545 --port 8545 --hardfork istanbul'... Brownie environment is ready. >>> from ape_safe import ApeSafe...
SDK does not provide support for the txOrigin option to be passed in the API for the event whereby a smart contract interacts with the Augustus Swapper, and not an...
**Problem** When looking at the packaging `yaml`, it's indicated that the default bootnodes are set for `[/dnsaddr/testnet.ethswarm.org]`, despite the documentation at https://docs.ethswarm.org/docs/working-with-bee/configuration#--bootnode indicating that bootnodes for staging and testnets must...
**Problem** On `bee-dashboard` v0.20.2, it was attempted to browse to the Swarm Collection at `bccd6b04632bc3911b29301340e2ca032d3a9d3ee9e498b3b6c124d8c6807c7c` using the "Files" --> "Download" functionality in `bee-dashboard`. In doing so, this resulted in a...
**Problem** When package distributors (such as a dappnode package) want to provide an integration for the `bee-dashboard` when distributing the `bee` package, it is a huge help to be able...
**Problem** Per #529, it is now not possible to dynamically override constants when building `bee-dashboard` and forces packagers to apply a diff to `src/constants.ts`. **Solution** Add previously removed support for...
#### Summary A graceful way to migrate nodes from a version of Swarm to another version with breaking changes. #### Motivation For any production-grade code, continuity of service, even when...