Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement sequencer "shadow" feature #2015

Closed
wants to merge 89 commits into from

Commits on Jul 17, 2024

  1. implement juno sequencer

    rian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6f8e272 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Aug 1, 2024

  1. support declaring classes

    rian committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    be4fe92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fb7f93 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    f863c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e244aad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a63520 View commit details
    Browse the repository at this point in the history
  4. cairoVMCAll now modifies state

    rian committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9f14fff View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    3a5ce53 View commit details
    Browse the repository at this point in the history
  2. lint

    rian committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6571a1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe14d54 View commit details
    Browse the repository at this point in the history
  4. add state root check

    rian committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f7e606f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. verification - wip

    rian committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3531d68 View commit details
    Browse the repository at this point in the history
  2. add support for snapshot - wip

    rian committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b6eb966 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

Commits on Aug 19, 2024

  1. fix hang on Finalise

    rian committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    80f5db3 View commit details
    Browse the repository at this point in the history
  2. transaction level debug using traces - wip

    rian committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    eb9e439 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. more debug friendly trac verification

    rian committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a40cae0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. debug print update

    rianhughes committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    157dce3 View commit details
    Browse the repository at this point in the history
  2. use shadowblock timestamp

    rianhughes committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6201f84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bca58bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3ad411 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    a8d435e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc57384 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c2e994 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29fe625 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1973a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. add validation logic

    rianhughes committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3af9ba8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. return receipts from blockifier (total gas)

    Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2 (#2089)
    
    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.0 to 1.20.2.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.20.0...v1.20.2)
    
    ---
    
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#2090)
    
    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.8.0...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    rianhughes and dependabot[bot] committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b6eeedc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    687b96c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    243b46d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93d32b8 View commit details
    Browse the repository at this point in the history
  5. validate events

    rianhughes committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ae41a15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9201c7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea6cd5e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. correct events ordering

    rianhughes committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0232f83 View commit details
    Browse the repository at this point in the history
  2. less verbose

    rianhughes committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4eac97c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    5bd604b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    247cc55 View commit details
    Browse the repository at this point in the history
  3. remove empty storage diffs

    rianhughes committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    40936a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70a68e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fe9e32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba55e8b View commit details
    Browse the repository at this point in the history
  7. start tidy

    rianhughes committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b49e733 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. small wip

    rianhughes committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c5741b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    f17b19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f41e82 View commit details
    Browse the repository at this point in the history
  3. syncs up to block 129752

    rianhughes committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c978406 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 8, 2024

  1. todo: hack, if revert reason if different, use that from the sepolia …

    …(differences can be minor)
    rianhughes committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    fb41fb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    5d04994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e3a77 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    9117891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de63db5 View commit details
    Browse the repository at this point in the history
  3. remove duplicates

    rianhughes committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f280451 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    be9dc7c View commit details
    Browse the repository at this point in the history
  2. merge main

    rianhughes committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    38957b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    c2fc2a7 View commit details
    Browse the repository at this point in the history
  2. duplication fix

    rianhughes committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e7bff7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eb7e69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9479fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    286d2ec View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Dfix block0 sync + tidy

    rianhughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ddb3cd7 View commit details
    Browse the repository at this point in the history
  2. tidying - wip

    rianhughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a774d3e View commit details
    Browse the repository at this point in the history
  3. wip

    rianhughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f796b7c View commit details
    Browse the repository at this point in the history
  4. lint - wip

    rianhughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6c1f714 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. lint wip + refactor

    rianhughes committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    64c77a5 View commit details
    Browse the repository at this point in the history
  2. lint wip

    rianhughes committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5a5e544 View commit details
    Browse the repository at this point in the history
  3. gofmy

    rianhughes committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    129af4a View commit details
    Browse the repository at this point in the history
  4. fix TestAllEvents

    rianhughes committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0025d39 View commit details
    Browse the repository at this point in the history
  5. lint

    rianhughes committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5890c48 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix tests

    rianhughes committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b383c50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a402526 View commit details
    Browse the repository at this point in the history
  3. Dlint

    rianhughes committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3bd5589 View commit details
    Browse the repository at this point in the history
  4. 0.12.3 fixes

    rianhughes committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bad0f86 View commit details
    Browse the repository at this point in the history
  5. 0.13.2 fixes

    rianhughes committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9b7a357 View commit details
    Browse the repository at this point in the history
  6. fmting

    rianhughes committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    440c808 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c88e865 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    422c104 View commit details
    Browse the repository at this point in the history
  2. lint

    rianhughes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    3512493 View commit details
    Browse the repository at this point in the history
  3. fix TestBuildBlocks

    rianhughes committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    93c9b15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a6da0d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. fix TestShadowSepolia

    rianhughes committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    74079c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63737c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1266dae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36d1415 View commit details
    Browse the repository at this point in the history
  5. tiny tidys

    rianhughes committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    311356e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fc301f View commit details
    Browse the repository at this point in the history