Gergely Risko

Results 30 comments of Gergely Risko

@jcs090218 Thank you for stepping up so fast and for doing this. There is a similar issue with builtin 30.1 php-ts-mode depending on phpdoc, that is not in the bundle....

> ``` > $ curl http://localhost:3500/lighthouse/validator_inclusion/317928/125 > {"data":{"total_active_balance":34334260000000000,"total_active_balance_prev":34334516000000000}} > $ sleep 3600 > $ curl http://localhost:3500/lighthouse/validator_inclusion/317928/125 > {"data":{"total_active_balance":34334516000000000,"total_active_balance_prev":34334260000000000}} > ``` > > Can I have some context in what this...

> Hey could you try branch `fix-total-active-arch`? it will not fix historical active balances but it will start generating correct ones onwards I currently don't have a btrfs setup, so...

Also, now that we are talking about this code, I have a followup question: what happens if the epoch (or after the fix epoch+1) slot is missed on the beacon...

Hmm, is there a command to delete caplin processed states from the DB by slot/epoch when erigon is stopped? Then I would be able to test your code, by remembering...

Sounds like a plan, quick idea: why don't we include my patch until then in git? The hack is fully local to an RPC code, and easy to remove it...

Ohh, and don't forget that I haven't investigated that maybe the other fields of the EpochData are off-by-one epoch too, which can cause trouble in the future.

Additional important idea: as an additional, even stricter option, straight.el should provide a way to signal error if the lock file doesn't contain something that is being installed right now....

I validated this approach with simply attaching gdb and calling the malloc_trim that way. It gives back all lost memory after using 100000 lines of scroll buffer and cleaning it...

For some quick gains I added this to my early-init: ``` (set 'load-file-rep-suffixes '("")) (require 'finder-inf) ;; GNU emacs bug reported: autogenerated finder-inf never byte-compiled (set 'load-suffixes '(".elc")) ``` The...