nimbus-eth1/nimbus
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
..
beacon Validate header timestamp in engine_forkchoiceUpdated (#2278) 2024-06-01 19:14:16 +00:00
common rm unused Nim modules (#2270) 2024-06-01 17:49:46 +07:00
core Speed up account ledger a little (#2279) 2024-06-02 21:21:29 +02:00
db use statically linked rocksdb on linux/mac, dll on windows (#2291) 2024-06-04 18:15:33 +02:00
evm Speed up account ledger a little (#2279) 2024-06-02 21:21:29 +02:00
graphql results: use canonical import (#2248) 2024-05-30 14:54:03 +02:00
rpc results: use canonical import (#2248) 2024-05-30 14:54:03 +02:00
sync Aristo cull journal related stuff (#2288) 2024-06-03 20:10:35 +00:00
transaction use --styleCheck:error (#2242) 2024-05-30 09:01:07 +00:00
utils Aristo avoid storage trie update race conditions (#2251) 2024-05-30 17:48:38 +00:00
common.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
config.nim Move --trusted-setup-file under ETHEREUM OPTIONS section instead under noCmd (#2257) 2024-05-31 09:36:25 +02:00
constants.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
errors.nim Core db update providing additional results code interface (#1776) 2023-09-26 10:21:13 +01:00
launcher.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
makefile Snap sync fix trie interpolation fringe condition (#1457) 2023-02-01 18:56:06 +00:00
nim.cfg import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
nimbus.nim import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
nimbus_desc.nim Remove legacy sync (#2237) 2024-05-29 06:58:33 +02:00
nimbus_import.nim import: nicer stats (#2283) 2024-06-02 13:00:05 +02:00
rpc.nim Implement eth_feeHistory (#2130) 2024-04-16 08:02:42 +07:00
tracer.nim Simplify AccountsLedgerRef complexity (#2239) 2024-05-29 13:06:49 +02:00
transaction.nim Introduce wrapper type for EIP-4844 transactions (#2177) 2024-05-15 10:07:59 +07:00
version.nim Implement engine_getClientVersionV1 (#2233) 2024-05-29 09:20:50 +02:00
vm_compile_info.nim Cleanup unused raises in evm/state and other obsolete informations (#2243) 2024-05-30 09:03:54 +00:00
vm_computation.nim use --styleCheck:error (#2242) 2024-05-30 09:01:07 +00:00
vm_gas_costs.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
vm_internals.nim EVM cleanup 2023-08-29 07:12:31 +07:00
vm_precompiles.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
vm_state.nim Attempt to roll back stateless mode implementation in a single PR (#2209) 2024-05-22 21:01:19 +00:00
vm_state_transactions.nim Attempt to roll back stateless mode implementation in a single PR (#2209) 2024-05-22 21:01:19 +00:00
vm_types.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00