From 72795bfe843745ba665904bf923d797b06a0b2ed Mon Sep 17 00:00:00 2001 From: crStiv Date: Sun, 12 Jan 2025 02:24:17 +0100 Subject: [PATCH 1/3] Update remember.rs --- crates/cli/src/remember.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/src/remember.rs b/crates/cli/src/remember.rs index 5dd0879..aa9ca1f 100644 --- a/crates/cli/src/remember.rs +++ b/crates/cli/src/remember.rs @@ -46,7 +46,7 @@ pub(crate) fn load_remembered_command(cryo_dir: PathBuf) -> Result Date: Sun, 12 Jan 2025 02:31:40 +0100 Subject: [PATCH 2/3] Update uniswap.sh --- examples/uniswap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/uniswap.sh b/examples/uniswap.sh index 7c698e4..da8fcda 100755 --- a/examples/uniswap.sh +++ b/examples/uniswap.sh @@ -5,7 +5,7 @@ # This script is # - idempotent: run the script as many times as you want, the data will be fine # - interuptable: you can interrupt the script whenever you want, the data will be fine -# - incremental: only missing data is collected. re-runing the script does not re-collect data +# - incremental: only missing data is collected. re-running the script does not re-collect data # uniswap v2 pools cryo logs \ From 70b9d5c650a10928685a326d550ac74bc900db47 Mon Sep 17 00:00:00 2001 From: crStiv Date: Sun, 12 Jan 2025 02:34:09 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f83f0d6..2ad60de 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Options: Content Options: -b, --blocks ... Block numbers, see syntax below - --timestamps ... Timestamp numbers in unix, overriden by blocks + --timestamps ... Timestamp numbers in unix, overridden by blocks -t, --txs ... Transaction hashes, see syntax below -a, --align Align chunk boundaries to regular intervals, e.g. (1000 2000 3000), not (1106 2106 3106)