Robin Böning

Results 12 issues of Robin Böning

The current docs at https://docs.stimulusreflex.com/appendices/deployment.html#use-redis-as-your-cache-store recommend installing `redis >= 4.0`. ``` gem "redis", ">= 4.0", require: ["redis", "redis/connection/hiredis"] gem "hiredis" ``` This allows redis 5.x which doesn't include `redis/connection/hiredis` anymore...

The currently provided conway-genesis json wasn't working. The node failed with ``` cardano-node: Conway related : Wrong genesis file: the actual hash is "b84bce2d465bcdb38ebd873f126a866d7ebceb154357496396fb602104329299", but the expected genesis hash given...