Ulf Wiger
Ulf Wiger
When building plugins as separate applications, a [`rebar.config.script`](https://github.com/aeternity/aeplugin_dev_mode/blob/master/rebar.config.script) file exists that allows the plugin to inherit dependencies from an Aeternity source directory. However, this doesn't address the problem of accessing...
With the refactored `mnesia_rocksdb` plugin, the problem of further increasing the demand for open file descriptors by adding tables is essentially eliminated (at least as far as rocksdb and mnesia...
As part of #3355 preparations should be made incrementally to support something akin to [Beam Sync](https://medium.com/@jason.carver/intro-to-beam-sync-a0fd168be14a) One such step would be to derive a "block witness", i.e. the state tree...
See issue #3553 This PR uses the most recent `mnesia_rocksdb` plugin, utilizing `rocksdb` column families for ae tables. State trees use `{raw, raw}` encoding, since they are sets, and both...
See issue #3553 This PR uses the most recent `mnesia_rocksdb` plugin, utilizing `rocksdb` column families for ae tables. State trees use `{raw, raw}` encoding, since they are sets, and both...
See issue #3250 The PR activates the `signing_abort` test group and fixes the tests to reflect the current implementation.
See Issue #3246 Locally, the test suite fails on `force_progress_triggers_slash()`. It's not clear to me why.
## Is your feature request related to a problem? Please describe. As of OTP 21, `logger` should be the preferred logging tool, and `lager` is no longer as actively maintained.
Refactor database access to take advantage of the new direct access API in the `mnesia_rocksdb` plugin. Incorporates the majority of changes proposed in #3610
See issue #3355. This PR attempts to (eventually) speed up block evaluation by processing heavy transactions in parallel. Currently, the implementation has been tested with spend txs, either accessing shared...