Frozen
Frozen
I've added linked hash map for better peers rotations, because even hashmap is random, it doesn't mean it shuffles, and can produce same result every time. It has 99% code...
./hmy -n "https://api.s0.t.hmny.io/" balances address ?
docker run -d -p 9091:9091 prom/pushgateway if start node with flags "--prometheus.push=true" "--prometheus.pushgateway=http://127.0.0.1:9091" you can get data at http://127.0.0.1
https://github.com/harmony-one/harmony/pull/4673/files#diff-53cafc20d348cad861dbaad811b8e24eed9320f4382536da667b166aa641eb6eR71
> Hey @Frozen, instead of removing the crosslink outright, can we first check whether it has already been processed? If it has, then we can proceed with the removal. This...
There are changes from Gheis for this part, and i have already cherry-picked some commits from it, so i think it's outdated.
`consensus.onAnnounceSanityChecks` called from `onAnnounce`, so it can't interrupt view change.
> could you explain why this PR may fix the possible race condition with the post consensus process ? It removes https://github.com/harmony-one/harmony/pull/4677/files#diff-255a5cdd5516e7293e60a47a92503360676ddffb7e48e505598a589753b568c2L672 which execution is not predictable.