Ulf Wiger
Ulf Wiger
See issue #3355 The idea here is to log every main chain block hash from genesis and up to persistence depth, then producing a POI for the genesis block +...
In preparation for snapshot and spine sync, we need to have a way to discover which capabilities are supported by a remote node. For now, the most promising approach seems...
## Expected Behavior With maintenance mode enabled, only minimal services should be enabled. ## Actual Behavior If GC is configured, it kicks in even in maintenance mode. ## Steps to...
See issue #3088 The most (_only_?) robust way to avoid database corruption during IO saturation is to run with the `db_direct_access` setting. This makes the rocksdb plugin use rocksdb transactions...
This PR uses the official [erlang-rocksdb release 1.8.0](https://gitlab.com/barrel-db/erlang-rocksdb/-/tree/1.8.0?ref_type=tags).
## Expected Behavior It should be possible to override or set any config variable through the use of OS environment variables. ## Actual Behavior The algorithm for checking OS env...
If unsplit doesn't find reconciliation logic for all affected tables, it should probably not do anything, but just leave things as they are - that is, do not merge the...
In general, invent more interesting test scenarios
Closes #30 Maps turned out trickier than expected, since they have special ordering semantics for keys. It was possible to accommodate for this by abusing some unused atom type bits....