Roman Volosovskyi

Results 38 comments of Roman Volosovskyi

@IvanBelyakoff oh ok, so the simplest thing we can do for this case: 1. At that point we know which tokens were used by that account 2. We can check...

So that's what I get now while fetching full history on that same account, apparently nothing changed here because previously balance history requests were not counted ```Clojure ;; => {:total...

That's one hour of idle load with only one network ```clojure ;; => {:total 1883, ;; :methods ;; ([:eth_FilterLogs 556] ;; [:eth_CallContract 453] ;; [:eth_HeaderByNumber 282] ;; [:eth_BalanceAt 278] ;;...

@igor-sirotin rebased and force pushed branch, don't see anything happening on CI though

@igor-sirotin I did... in my imagination :D Thanks

@igor-sirotin I see it started failing probably because of permissions

@bebound In case you still have that issue, in spacemacs you can configure it like this ```elisp ;; config example from README.md (with-eval-after-load 'copilot (define-key copilot-completion-map (kbd "") 'copilot-accept-completion) (define-key...