Martin HS

Results 537 comments of Martin HS

> If multiple JSONL files are needed because there are multiple transactions, then maybe adding a counter might be enough. (filename1.jsonl, filename2.jsonl, etc) This is a good suggestion. I'll add...

I forked this, and added a commit on top: https://github.com/holiman/go-ethereum/commit/025eb50a756212ba4b44ab100121c7ca87ad5a07 . That's what I would do ...

With my changes, here's how it looks if the warns trigger: ``` Run "./build/bin/geth" to launch geth. INFO [09-28|10:19:18.350] Starting Geth on Ethereum mainnet... INFO [09-28|10:19:18.350] Bumping default cache on...

You mean `The static-nodes.json file is deprecated and ignored. Use P2P.StaticNodes in config.toml instead.` instead of `Ignoring deprecated node list. Please use the TOML config file instead. path=/home/user/.ethereum/geth/static-nodes.json`? Or do...

Updated: ``` [user@work go-ethereum]$ geth --nodiscover --maxpeers 0 INFO [10-05|13:51:20.127] Starting Geth on Ethereum mainnet... INFO [10-05|13:51:20.128] Bumping default cache on mainnet provided=1024 updated=4096 INFO [10-05|13:51:20.129] Maximum peer count ETH=0...

After looking into it a bit more, I have fixed the refunds in the benchmarks now. As for > This error is also present in core/blockchain_insert.go, > ... but we...

Follow-up, this now also works with `geth db --remotedb` . ``` source ~/.headers && geth db get --remotedb https://geth.mainnet.ethpandaops.io -H "CF-Access-Client-Id: $CFID" -H "CF-Access-Client-Secret: $CFSEC" SnapshotRoot INFO [09-20|11:42:31.873] Maximum peer...

With the `debug` api enabled: ``` [user@work go-ethereum]$ source ~/.headers && geth db get --remotedb https://geth.mainnet.ethpandaops.io -H "CF-Access-Client-Id: $CFID" -H "CF-Access-Client-Secret: $CFSEC" SnapshotRoot INFO [09-20|12:15:26.196] Maximum peer count ETH=50 LES=0...

> However, the flag is really wonky. I suspect this is a bug in urfave. Fix: https://github.com/ethereum/go-ethereum/pull/25830

Re-test after latest changes: ``` $ source ~/.headers && geth db get --remotedb https://geth.mainnet.ethpandaops.io -H "CF-Access-Client-Id: $CFID" -H "CF-Access-Client-Secret: $CFSEC" SnapshotRoot INFO [09-20|15:19:55.457] Maximum peer count ETH=50 LES=0 total=50 INFO...