nimbus-eth1/nimbus
Jordan Hrycaj 8e18e85288
Aristodb remove obsolete and time consuming admin features (#2048)
* Aristo: Reorg `hashify()` using different schedule algorithm

why:
  Directly calculating the search tree top down from the roots turns
  out to be faster than using the cached structures left over by `merge()`
  and `delete()`.
  Time gains is short of 20%

* Aristo: Remove `lTab[]` leaf entry object type

why:
  Not used anymore. It was previously needed to build the schedule for
  `hashify()`.

* Aristo: Avoid unnecessary re-org of the vertex ID recycling list

why:
  This list can become quite large so a heuristic is employed whether
  it makes sense to re-org.

  Also, re-org check is only done by `delete()` functions.

* Aristo: Remove key/reverse lookup table from tx layers

why:
  It is ignored except for handling proof nodes and costs unnecessary
  run time resources.

  This feature was originally needed to accommodate the mental transition
  from the legacy MPT to the `Aristo` trie :).

* Fix copyright year
2024-02-22 08:24:58 +00:00
..
beacon Add style check to config.nims and fix styles in source code (#2038) 2024-02-20 10:07:38 +07:00
common Add style check to config.nims and fix styles in source code (#2038) 2024-02-20 10:07:38 +07:00
core Fix styles (#2046) 2024-02-21 23:04:59 +07:00
db Aristodb remove obsolete and time consuming admin features (#2048) 2024-02-22 08:24:58 +00:00
evm Fix styles (#2046) 2024-02-21 23:04:59 +07:00
graphql Add style check to config.nims and fix styles in source code (#2038) 2024-02-20 10:07:38 +07:00
rpc Fix styles (#2046) 2024-02-21 23:04:59 +07:00
sync Fix styles (#2046) 2024-02-21 23:04:59 +07:00
transaction Align with EIP-4844: rename getBlobGasPrice to getBlobBaseFee (#2043) 2024-02-21 16:14:34 +07:00
utils Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00
common.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
config.nim Storage of block witnesses (#1986) 2024-02-13 17:49:41 +08: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
lightchain_shell.nim Some renames 2018-05-28 13:22:28 +03:00
makefile Snap sync fix trie interpolation fringe condition (#1457) 2023-02-01 18:56:06 +00:00
nim.cfg NAT port mapping 2019-04-17 03:56:28 +02:00
nimbus.nim Storage of block witnesses (#1986) 2024-02-13 17:49:41 +08:00
nimbus_desc.nim Implement combo http server for rpc, engine_api, and graphql services (#1992) 2024-01-29 20:20:04 +07:00
rpc.nim Implement combo http server for rpc, engine_api, and graphql services (#1992) 2024-01-29 20:20:04 +07:00
stateless_runner.nim Remove obsolete select_backend and fix simulators CI (#2007) 2024-02-04 21:28:20 +07:00
tracer.nim Bump nim-web3 and others 2024-01-14 10:41:23 +07:00
transaction.nim Prepare source code for nim v2 CI (#2028) 2024-02-15 09:57:05 +07:00
version.nim dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
vm_compile_info.nim Prepare snap server client test scenario (#1483) 2023-03-02 09:57:58 +00:00
vm_computation.nim EVM cleanup 2023-08-29 07:12:31 +07: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 EIP-4844: Fix excessBlobGas handling (#1771) 2023-09-24 22:25:41 +07:00
vm_state_transactions.nim EIP-4788: Make it clear what is an EVM system call 2023-09-22 17:21:09 +07:00
vm_types.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00