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

core: add deneb as default #2734

Merged
merged 21 commits into from
Dec 13, 2023
Merged

core: add deneb as default #2734

merged 21 commits into from
Dec 13, 2023

Commits on Nov 28, 2023

  1. some done, some remaining

    xenowits committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    16ad9a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

    xenowits committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    46a7d9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72bced4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81e34fd View commit details
    Browse the repository at this point in the history
  5. fix more tests

    xenowits committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    145edc7 View commit details
    Browse the repository at this point in the history
  6. fix fetcher_tests

    xenowits committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a561c51 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. app/log: on-disk log writing (#2713)

    Write debug logs on disk if `--log-output-path` is specified.
    
    Log files are rotated automatically once the file size reaches 50MB.
    
    Rotated log files will be kept for 7 days - max 10 rotated files will be kept, whatever comes first.
    
    category: feature
    ticket: #2671
    gsora authored and xenowits committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b522ac9 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump golang.org/x/time from 0.4.0 to 0.5.0 (#2725)

    (dependabot) Bumps [golang.org/x/time](https://github.com/golang/time) from 0.4.0 to 0.5.0.
    dependabot[bot] authored and xenowits committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3f93927 View commit details
    Browse the repository at this point in the history
  3. scheduler: check for activation epoch (#2727)

    Adds a check for activation epoch to filter active validators before resolving duties.
    
    category: bug
    ticket: #2721
    dB2510 authored and xenowits committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7812ec5 View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump golang.org/x/tools from 0.15.0 to 0.16.0 (#2732)

    (dependabot) Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.15.0 to 0.16.0.
    dependabot[bot] authored and xenowits committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5050368 View commit details
    Browse the repository at this point in the history
  5. cmd: add custom testnet flags (#2715)

    Adds custom testnet flags to `charon create cluster` and `charon run` commands.
    
    category: feature
    ticket: #2690
    dB2510 authored and xenowits committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7b8def6 View commit details
    Browse the repository at this point in the history
  6. featureset: remove stable feature flags (#2735)

    Removes feature flags from feature set with stable status.
    
    category: misc
    ticket: #2720
    dB2510 authored and xenowits committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    8d48b41 View commit details
    Browse the repository at this point in the history
  7. validatorapi: handling duties response metadata (#2739)

    As part of recent go-eth2-client upgrade, `ProposerDuties` and `AttesterDuties` calls started to return Metadata fields: 
    ```
      "dependent_root": "0xc01a8003a974cea31fd9e91c7d2cec8120ea3cc71edcbb836b6fbede6c289a69",
      "execution_optimistic": false,
    ```
    
    This change updates the corresponding handlers of validator API to properly parse and propagate these new fields. 
    
    category: feature
    ticket: #2736
    pinebit authored and xenowits committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7af36ea View commit details
    Browse the repository at this point in the history
  8. *: bump go version to 1.21.5 (#2746)

    The previous build failed due to older go version (1.21.4), now bumped to 1.21.5.
    
    category: fixbuild
    ticket: none
    pinebit authored and xenowits committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    086e3bf View commit details
    Browse the repository at this point in the history
  9. validatorapi: fixed dependent_root metadata type (#2748)

    go-eth2-client handles `dependent_root` metadata as a special case and produces a `Root` object rather than hex string.
      
    https://github.com/attestantio/go-eth2-client/blob/a05485e0e75749f2b6912db2972a35ec2ec37c3b/http/json.go#L32C25-L32C25
    
    category: bug
    ticket: #2736
    pinebit authored and xenowits committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    55fb691 View commit details
    Browse the repository at this point in the history
  10. build(deps): Bump github.com/spf13/viper from 1.17.0 to 1.18.1 (#2744)

    (dependabot) Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.1.
    dependabot[bot] authored and xenowits committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    331ee4f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f760ac View commit details
    Browse the repository at this point in the history
  12. revert to capella default

    xenowits committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fc416b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. fix some tests

    xenowits committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    fa12391 View commit details
    Browse the repository at this point in the history
  2. fix fetcher test

    xenowits committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    1759dc3 View commit details
    Browse the repository at this point in the history