Gergely Risko
Gergely Risko
When requesting `curl -d '["125"]' http://localhost:3500/eth/v1/beacon/rewards/sync_committee/10172928`, erigon returns: ``` {"data":[{"validator_index":"125","reward":"0"}],"execution_optimistic":false,"finalized":false} ``` Here, the fact that in this epoch this validator is not part of the committee is communicated by the...
When ledger-reports is defined as a file local variable, we have to inherit that local setting to the report buffer.
#### System information OS & Version: Linux Commit hash: b66cc690b8002cf54f7dea09dd2b5ce0a232ea63 Erigon Command (with flags/config): full caplin sync #### The problem Sync rewards are calculated slightly incorrectly: ``` $ syncwrong.sh Erigon...
#### System information Erigon version: git main OS & Version: Linux Commit hash: d780e319cd Erigon Command (with flags/config): `../../bin/erigon/erigon --datadir ./data --prune.mode archive --http.api=eth,erigon,web3,net,debug,trace,txpool --caplin.archive --beacon.api beacon,builder,config,debug,events,node,validator,lighthouse --diagnostics.disabled --nat none...
Currently cadquery also has to be from github, otherwise pip gets into a dependency hell with numpy 1 and numpy 2 being involved. Maybe this will be fixed once cadquery-2.6...
Hey! Amazing project, very well executed! My feature request: possibility for inlining a whole script in in before_script, e.g.: ``` #!/usr/bin/tmuxp load session_name: shorthands # global_options: # socket_path: /tmp/socksock start_directory:...
If I strace my emacs setup, there is this part in the middle: ``` openat(AT_FDCWD, "/home/errge/.emacs.d/straight/build/outli/windmove.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/home/errge/.emacs.d/straight/build/outli/windmove.so.gz", O_RDONLY|O_CLOEXEC) = -1...
When intentionally changing the lock file by hand for enforcement of locks, I noticed this: ``` Cloning with-editor... Warning (straight): Could not reset to commit "ca902ae02972bdd6919a902be2593d8cb6bd991c" in repository "with-editor" Cloning...
Hey, Could you please include this in your bundle: https://github.com/camdencheek/tree-sitter-go-mod When loading go-ts-mode in GNU Emacs 30.1, it aggressively (without quiet flag) searches not just for tree-sitter-go, but also for...