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

Supply delta live tracer #29347

Merged
merged 30 commits into from
Jun 3, 2024
Merged

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    c686e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4117a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55a9f40 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    5db2083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc983e2 View commit details
    Browse the repository at this point in the history
  3. Revert "allow test to use different file for tracer output"

    This reverts commit bc983e2.
    s1na committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3a6cf0a View commit details
    Browse the repository at this point in the history
  4. try alternative tempdir

    s1na committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    53f6152 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    9e21e2d View commit details
    Browse the repository at this point in the history
  2. fix failing test

    ziogaschr committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a6cabe1 View commit details
    Browse the repository at this point in the history
  3. make supply type private

    ziogaschr committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    df69332 View commit details
    Browse the repository at this point in the history
  4. make SupplyInfo private

    ziogaschr committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fb0160b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e7f5bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91260a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. try a fix for test to pass on Windows

    We try to solve the following error:
    
    ```
    --- FAIL: TestSupplySelfdestruct (1.56s)
        testing.go:1231: TempDir RemoveAll cleanup: remove C:\Users\appveyor\AppData\Local\Temp\1\TestSupplySelfdestruct3803137642\001\supply.jsonl: The process cannot access the file because it is being used by another process.
    ```
    ziogaschr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4320189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba97ef View commit details
    Browse the repository at this point in the history
  3. fix test by closing logger file

    Was expecting lumberjack.Rotate() to close the file
    ziogaschr committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4708a19 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    00ef42b View commit details
    Browse the repository at this point in the history
  2. remove comment

    ziogaschr committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    de1c41d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Update core/blockchain.go

    Co-authored-by: Sina M <1591639+s1na@users.noreply.github.com>
    ziogaschr and s1na authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    200f496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f65a19a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. refactor logging

    s1na committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e67c3bf View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 25, 2024

  1. Merge branch 'master' into supply-delta-live-tracer

    # Conflicts:
    #	core/tracing/hooks.go
    ziogaschr committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a6541d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2639b2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    dec5d3b View commit details
    Browse the repository at this point in the history
  2. change output JSON schema

    The new output becomes:
    
    ```
    {
      "issuance": {
        "reward": 0,
        "withdrawals": 0
      },
      "burn": {
        "1559": 0,
        "blob": 0,
        "misc": 0
      },
      "blockNumber": 1,
      "hash": "0x",
      "parentHash": "0x"
    }
    ```
    ziogaschr committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b07ef33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4a2c82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b12c669 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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