harshsingh-cs

Results 6 comments of harshsingh-cs

@joejulian using this `animals = {{ toJson .Values.wildlife }}` it actually outputs as `+ animals = [ "lion,cat,tiger"]` rather I want it to be `animals = ["lion", "cat", "tiger"]`

@joejulian not sure what i am doing wrong here after using toJson I am getting `{{ toJson (split "," .Values.wildlife) }}` `+ animals = [ {"_0":"cat","_1":"cat","_2":"tiger"} ]` I would want...

@minh-bq you can use this ``` ethereumetl export_blocks_and_transactions --start-block 34010000 --end-block 34090000 --provider-uri --blocks-output blocks-ronin.json --transactions-output txns-ronin.csv ```

@minh-bq can you share the output of `ethereum-etl` specifically how much time it took to complete the blocks For example ``` root@ethereum-etl# ethereumetl export_blocks_and_transactions --start-block 34010000 --end-block 34090000 --provider-uri https://...

@minh-bq we also see the increase in CPU but not so much so that it would cause the reqs to slow down. Can you share the total time it took...