[00:50:38] does anyone know how to properly undo a push -f? [00:51:32] @salmonskinrolI could you try to do git push -f with your git history? [00:51:59] what does that do? [00:52:29] force pushes your history [00:53:23] for the navcoin stuff in your verifychain-view branch? [00:53:31] yep [00:54:00] maybe you need to accept the invite i just sent u [00:54:51] did it work? [00:55:04] yes, thx! [01:17:52] i've added a new cfund test unit @prole @mxaddict https://github.com/navcoin/navcoin-core/pull/634/commits/c9f1081be8b527972102ce32d83168ace3eebbdc [09:45:58] @salmonskinrolI how did the tests go? [15:07:31] they are all still going, most of them in the verifychain phase already [15:07:36] so far so good [15:08:08] 👌 [15:10:51] @aguycalled i made a version of doing verifycain in 8 nodes here https://gist.github.com/chasingkirkjufell/d41047843957593d1ccd4caf766c41b1 , im running it on one of the nodes and it's a lot faster. it's there if it's of any use [15:17:44] thats great thanks! [15:21:53] i wish i know how to create functions dynamically with functions names being variables in a loop. it'll clean up the code a lot better. 🤔 [15:26:06] you could use arrays and pass the index to the function [15:32:21] oh cool, i'll have a look later [18:28:19] just curious, why did you write the stresser in bash? would it be easier with python? [18:28:42] i thought it would be quicker [18:28:47] (to write it) [18:29:13] i see. cool cool. and we will probably need a different one with DAO [18:29:35] yes, it can perfectly be an extension of this one [18:29:44] one that includes changing consensus parameter. [18:29:44] yup