-
Notifications
You must be signed in to change notification settings - Fork 91
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
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 16ad9a5 - Browse repository at this point
Copy the full SHA 16ad9a5View commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c59b8ac - Browse repository at this point
Copy the full SHA c59b8acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a7d9e - Browse repository at this point
Copy the full SHA 46a7d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72bced4 - Browse repository at this point
Copy the full SHA 72bced4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e34fd - Browse repository at this point
Copy the full SHA 81e34fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 145edc7 - Browse repository at this point
Copy the full SHA 145edc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a561c51 - Browse repository at this point
Copy the full SHA a561c51View commit details
Commits on Dec 12, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for b522ac9 - Browse repository at this point
Copy the full SHA b522ac9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3f93927 - Browse repository at this point
Copy the full SHA 3f93927View commit details -
scheduler: check for activation epoch (#2727)
Adds a check for activation epoch to filter active validators before resolving duties. category: bug ticket: #2721
Configuration menu - View commit details
-
Copy full SHA for 7812ec5 - Browse repository at this point
Copy the full SHA 7812ec5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5050368 - Browse repository at this point
Copy the full SHA 5050368View commit details -
cmd: add custom testnet flags (#2715)
Adds custom testnet flags to `charon create cluster` and `charon run` commands. category: feature ticket: #2690
Configuration menu - View commit details
-
Copy full SHA for 7b8def6 - Browse repository at this point
Copy the full SHA 7b8def6View commit details -
featureset: remove stable feature flags (#2735)
Removes feature flags from feature set with stable status. category: misc ticket: #2720
Configuration menu - View commit details
-
Copy full SHA for 8d48b41 - Browse repository at this point
Copy the full SHA 8d48b41View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7af36ea - Browse repository at this point
Copy the full SHA 7af36eaView commit details -
*: 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
Configuration menu - View commit details
-
Copy full SHA for 086e3bf - Browse repository at this point
Copy the full SHA 086e3bfView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 55fb691 - Browse repository at this point
Copy the full SHA 55fb691View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 331ee4f - Browse repository at this point
Copy the full SHA 331ee4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f760ac - Browse repository at this point
Copy the full SHA 4f760acView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc416b7 - Browse repository at this point
Copy the full SHA fc416b7View commit details
Commits on Dec 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa12391 - Browse repository at this point
Copy the full SHA fa12391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1759dc3 - Browse repository at this point
Copy the full SHA 1759dc3View commit details