nimbus-eth1/nimbus/db/kvt
Jacek Sieka 95a4adc1e8
use statically linked rocksdb on linux/mac, dll on windows (#2291)
The `rocksdb` version shipped with distributions is typically old and
therefore often lacks features we use - it also doesn't match the one
assumed by nim-rocksdb leading to ABI mismatch risks.

Instead of depending on the system rocksdb, we'll now use the rocksdb
version assumed by nim-rocksdb and locked in its vendor folder by always
building it together with nimbus.

This avoids the problem of unknown rocksdb versions at a (small) cost to
build time.

CI caching and full windows support for building from source [remains
TODO](https://github.com/status-im/nim-rocksdb/issues/44).
2024-06-04 18:15:33 +02:00
..
kvt_desc Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
kvt_filter Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
kvt_init use statically linked rocksdb on linux/mac, dll on windows (#2291) 2024-06-04 18:15:33 +02:00
kvt_tx Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
kvt_walk Aristo: Update unit test suite (#2002) 2024-02-01 21:27:48 +00:00
kvt_api.nim Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
kvt_constants.nim Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00
kvt_debug.nim Aristo db kvt maintenance update (#1952) 2023-12-20 16:19:00 +00:00
kvt_desc.nim trivial memory-based speedups (#2205) 2024-05-23 17:37:51 +02:00
kvt_filter.nim Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
kvt_init.nim Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00
kvt_layers.nim fix warnings around unused imports of std/algorithm; proc -> func (#2220) 2024-05-25 21:01:28 +02:00
kvt_persistent.nim Aristo update rocksdb backend drivers (#2135) 2024-04-16 20:39:11 +00:00
kvt_tx.nim Kvt remodel tx and forked descriptors (#2168) 2024-05-07 19:59:27 +00:00
kvt_utils.nim avoid a few more copies (#2215) 2024-05-24 11:27:17 +02:00
kvt_walk.nim Core db use differential tx layers for aristo and kvt (#1949) 2023-12-19 12:39:23 +00:00