Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: status-im/nimbus-eth1 Loading
base: f0473941dab1f90bf55238167a2123365a86bf1f
Choose a base ref
...
head repository: status-im/nimbus-eth1 Loading
compare: c1e56d6e6cec53d96a4d20d7dcb09a146add2d92
Choose a head ref
  • 9 commits
  • 68 files changed
  • 2 contributors

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    81b7a8c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. bump eth-tests

    jangko committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    12faf4b View commit details
    Browse the repository at this point in the history
  2. Unified database frontend (#1661)

    * Remove 32bit os support from `custom_network` unit test
    
    also:
    * Fix compilation annoyance #1648
    * Fix unit test on Kiln (changed `merge` logic?)
    
    * Hide unused sources do not compile
    
    why:
    * Get them out of the way before major update
    * Import and function prototype mismatch -- maybe some changes got out
      of scope.
    
    * Re-implemented `db_chain` as `core_db`
    
    why:
      Hiding `TrieDatabaseRef` and `HexaryTrie` by default allows to replace
      the current db wrapper by some other one, e.g. Aristo
    
    * Support compiler exception warnings for CoreDbRef base methods.
    
    * Allow `pairs()` iterator on all memory based key-value tables
    
    why:
      Previously only available for capture recorder.
    
    * Backport `chain_db.nim` changes into its re-implementation `core_apps.nim`
    
    * Fix exception annotation
    mjfh committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    322f1c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    9be5df9 View commit details
    Browse the repository at this point in the history
  2. fix slow operations in evm

    jangko committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    dc5907c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Replace CoreDbRef oo-methods by closures (#1668)

    why:
    * Resolves some compiler coughing when it bails out on persitent
      db constructor inside `test()` caluses (works perfectly outside.)
    * API looks cleaner and better to maintain for the price of slightly
      more work at the backend
    mjfh committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d3d172e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. fix modexp bug

    jangko committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b6337e9 View commit details
    Browse the repository at this point in the history
  2. Implement plugable EVM tracer

    available tracers:
    - Legacy tracer
    - new Json tracer
    jangko committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4d207e4 View commit details
    Browse the repository at this point in the history
  3. rename data gas to blob gas

    jangko committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c1e56d6 View commit details
    Browse the repository at this point in the history
Loading