David Wu

Results 69 issues of David Wu

This issue should not be closed #220

I set the lazydocker config: ``` logs: timestamps: false tail: 100 since: '10m' ``` But lazydocker show empty logs. But I can check log in: `docker compose logs --tail 100...

bug

Snapshot are loaded to reth node, but could sync latest block ``` node-1 | t=2025-01-29T01:09:32+0000 lvl=warn msg="Engine temporary error" err="derivation failed: temp: failed to fetch blobs: failed to get blob...

1.3TB snapshots is too big, Sometime will download interrupt when network unstable, But cannot continue download again

``` $ curl -I -r 991211552768-1428926412536 https://mainnet-reth-archive-snapshots.base.org/base-mainnet-reth-1738476840.tar.zst HTTP/2 403 date: Wed, 05 Feb 2025 00:14:56 GMT content-type: text/html; charset=UTF-8 content-length: 4511 x-frame-options: SAMEORIGIN referrer-policy: same-origin cache-control: max-age=15 expires: Wed, 05...

untar the `base-mainnet-reth-1737128189.tar.zst` snapshots to ./reth-data/ Structure is: ``` reth-data/ snapshots/ mainnet/ download/ ``` files inside download folder: ``` $ ls snapshots/mainnet/download/ blobstore db invalid_block_hooks known-peers.json reth.toml snapshots static_files ```...

Currently, most blockchain datasets are available on Google BigQuery, providing convenience for Web3 developers by enabling quick access and analysis. For instance, the [Ethereum Dataset](https://console.cloud.google.com/marketplace/product/bigquery-public-data/blockchain-analytics-ethereum-mainnet-us?hl=pt-BR&inv=1&invt=Abl3IA&project=gen-lang-client-0509250510) allows developers to query Ethereum...

In Uniswap V2 and V3, you can simply call the pool’s balanceOf function to determine its balance. However, Uniswap V4 centralizes liquidity management through a PoolManager contract that aggregates funds...