Madhur Shrimal

Results 40 comments of Madhur Shrimal

@karelbilek looks like it is dead, but there is a fork which is maintained with latest builds - https://github.com/crazy-max/xgo

@anitacapitalone you can use `docker system prune --volumes` to clean the docker volume space.

Hey @rufsam, thanks for raising this. Yea it does come back to tx size. We might need to optimize how we do badger transactions. I have not gotten a chance...

@muXxer that's a very interesting point. Are there any data points which I can refer on how much improvement was there? If this makes us more memory efficient, we could...

@aeharvlee you are right. We had this check before but somehow due to one another issue we changed it (https://github.com/coinbase/rosetta-ethereum/issues/73) . We will fix that soon. Thanks for raising the...

thanks @shiatcb for investigating, hopefully we get to hear from gjson. @pro-wh on a separate not, I am quite curious as to why you are doing this `each invocation of...

@pro-wh I see. but it's not that they are running in parallel right? Like if you running a node locally for testing and then kill it to run another one,...

@pro-wh yea agreed. but when it comes to testing, once you kill the first network you don't really need that state and when you start the new one you are...

I see. that makes sense. Obviously for testnet and mainnet running in the network it will be different. But I was just curious about the local env. thanks for explaining...

@shiatcb just to circle back on this, it was written before me but if `Set` is something we should use we should fix it and test it out to see...