From 6ab9a8164bd57734db1ef60f92f18525ad0d6d5b Mon Sep 17 00:00:00 2001 From: imabdulbasit Date: Tue, 10 Dec 2024 05:17:56 +0500 Subject: [PATCH] exclude toml file in typos --- .typos.toml | 1 + sequencer-sqlite/Cargo.lock | 13 +++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.typos.toml b/.typos.toml index d80b10dae..01a0775fb 100644 --- a/.typos.toml +++ b/.typos.toml @@ -1,5 +1,6 @@ [files] extend-exclude = [ + "data/initial_stake_table.toml", ".env", "*.json", "**/*.pdf", diff --git a/sequencer-sqlite/Cargo.lock b/sequencer-sqlite/Cargo.lock index ad03aad19..fe749395e 100644 --- a/sequencer-sqlite/Cargo.lock +++ b/sequencer-sqlite/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -2752,15 +2752,18 @@ dependencies = [ "committable", "contract-bindings", "derive_more 1.0.0", + "diff-test-bn254", "dyn-clone", "ethers", "fluent-asserter", "futures", "hotshot", + "hotshot-contract-adapter", "hotshot-query-service", "hotshot-types", "itertools 0.12.1", "jf-merkle-tree", + "jf-signature 0.2.0", "jf-utils", "jf-vid", "lru 0.12.5", @@ -3960,11 +3963,14 @@ version = "0.1.0" dependencies = [ "anyhow", "ark-bn254", + "ark-ec", + "ark-ed-on-bn254", "ark-ff", "ark-poly", "ark-serialize", "ark-std", "contract-bindings", + "derive_more 1.0.0", "diff-test-bn254", "ethers", "hotshot-types", @@ -3974,6 +3980,7 @@ dependencies = [ "libp2p", "num-bigint", "num-traits", + "serde", ] [[package]] @@ -4083,7 +4090,7 @@ dependencies = [ [[package]] name = "hotshot-query-service" version = "0.1.75" -source = "git+https://github.com/EspressoSystems/hotshot-query-service?branch=hotshot/0.5.82#5e2c984d19da3826f4cc8d80c5cf1a84dcd377f7" +source = "git+https://github.com/EspressoSystems/hotshot-query-service?tag=v0.1.75#dffefa160f441a663723a67bc54efedb11a88b02" dependencies = [ "anyhow", "ark-serialize", @@ -8409,6 +8416,7 @@ dependencies = [ "futures", "hotshot", "hotshot-contract-adapter", + "hotshot-types", "log-panics", "portpicker", "reqwest 0.11.27", @@ -8417,6 +8425,7 @@ dependencies = [ "surf", "tempfile", "tokio", + "toml 0.8.19", "tracing", "url", ]