From 04c738373465fb2a8aecb37e90c6a68e79457e6d Mon Sep 17 00:00:00 2001 From: Mikhail Zabaluev <mikhail.zabaluev@gmail.com> Date: Mon, 29 Apr 2024 16:25:15 -0700 Subject: [PATCH] Integrate the aptos-logger trimming branch --- Cargo.lock | 269 +++++++++++++++++++++++++---------------------------- Cargo.toml | 48 +++++----- 2 files changed, 151 insertions(+), 166 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2b4d5f88..e5fe1f7ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,7 +11,7 @@ checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" [[package]] name = "abstract-domain-derive" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -210,7 +210,7 @@ checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "aptos-abstract-gas-usage" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-gas-algebra", @@ -223,7 +223,7 @@ dependencies = [ [[package]] name = "aptos-accumulator" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-crypto", @@ -233,7 +233,7 @@ dependencies = [ [[package]] name = "aptos-aggregator" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-logger", @@ -248,7 +248,7 @@ dependencies = [ [[package]] name = "aptos-api" version = "0.2.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-api-types", @@ -294,7 +294,7 @@ dependencies = [ [[package]] name = "aptos-api-types" version = "0.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-config", @@ -324,7 +324,7 @@ dependencies = [ [[package]] name = "aptos-bcs-utils" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "hex", @@ -333,7 +333,7 @@ dependencies = [ [[package]] name = "aptos-bitvec" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "serde", "serde_bytes", @@ -342,7 +342,7 @@ dependencies = [ [[package]] name = "aptos-block-executor" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-aggregator", @@ -378,7 +378,7 @@ dependencies = [ [[package]] name = "aptos-block-partitioner" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-crypto", @@ -400,7 +400,7 @@ dependencies = [ [[package]] name = "aptos-bounded-executor" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "futures", "rustversion", @@ -410,7 +410,7 @@ dependencies = [ [[package]] name = "aptos-build-info" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "shadow-rs", ] @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "aptos-cached-packages" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-framework", @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "aptos-channels" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-infallible", @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "aptos-compression" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-logger", "aptos-metrics-core", @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "aptos-config" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-crypto", @@ -491,7 +491,7 @@ dependencies = [ [[package]] name = "aptos-consensus-types" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-bitvec", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "aptos-crypto" version = "0.0.3" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-crypto-derive", @@ -562,7 +562,7 @@ dependencies = [ [[package]] name = "aptos-crypto-derive" version = "0.0.3" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -572,7 +572,7 @@ dependencies = [ [[package]] name = "aptos-data-client" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-config", "aptos-crypto", @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "aptos-db" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-accumulator", @@ -651,7 +651,7 @@ dependencies = [ [[package]] name = "aptos-db-indexer" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-config", @@ -678,7 +678,7 @@ dependencies = [ [[package]] name = "aptos-dkg" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-crypto", @@ -711,7 +711,7 @@ dependencies = [ [[package]] name = "aptos-drop-helper" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-experimental-runtimes", "aptos-infallible", @@ -723,7 +723,7 @@ dependencies = [ [[package]] name = "aptos-event-notifications" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-channels", @@ -740,7 +740,7 @@ dependencies = [ [[package]] name = "aptos-executor" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-block-partitioner", @@ -774,7 +774,7 @@ dependencies = [ [[package]] name = "aptos-executor-service" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-block-partitioner", @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "aptos-executor-test-helpers" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-cached-packages", @@ -834,7 +834,7 @@ dependencies = [ [[package]] name = "aptos-executor-types" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-block-partitioner", @@ -856,7 +856,7 @@ dependencies = [ [[package]] name = "aptos-experimental-runtimes" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-runtimes", "core_affinity", @@ -870,7 +870,7 @@ dependencies = [ [[package]] name = "aptos-faucet-core" version = "2.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-config", @@ -904,7 +904,7 @@ dependencies = [ [[package]] name = "aptos-faucet-metrics-server" version = "2.0.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-logger", @@ -919,7 +919,7 @@ dependencies = [ [[package]] name = "aptos-framework" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-aggregator", @@ -994,7 +994,7 @@ dependencies = [ [[package]] name = "aptos-gas-algebra" version = "0.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "either", "move-core-types", @@ -1003,7 +1003,7 @@ dependencies = [ [[package]] name = "aptos-gas-meter" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-gas-algebra", "aptos-gas-schedule", @@ -1019,7 +1019,7 @@ dependencies = [ [[package]] name = "aptos-gas-profiling" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-framework", @@ -1042,7 +1042,7 @@ dependencies = [ [[package]] name = "aptos-gas-schedule" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-gas-algebra", "aptos-global-constants", @@ -1057,7 +1057,7 @@ dependencies = [ [[package]] name = "aptos-genesis" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-cached-packages", @@ -1082,22 +1082,22 @@ dependencies = [ [[package]] name = "aptos-global-constants" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" [[package]] name = "aptos-id-generator" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" [[package]] name = "aptos-infallible" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" [[package]] name = "aptos-jellyfish-merkle" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-crypto", @@ -1125,7 +1125,7 @@ dependencies = [ [[package]] name = "aptos-keygen" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-crypto", "aptos-types", @@ -1135,7 +1135,7 @@ dependencies = [ [[package]] name = "aptos-language-e2e-tests" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-abstract-gas-usage", @@ -1182,7 +1182,7 @@ dependencies = [ [[package]] name = "aptos-ledger" version = "0.2.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-crypto", "aptos-types", @@ -1196,7 +1196,7 @@ dependencies = [ [[package]] name = "aptos-log-derive" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -1206,15 +1206,13 @@ dependencies = [ [[package]] name = "aptos-logger" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-infallible", "aptos-log-derive", - "aptos-node-identity", "backtrace", "chrono", "erased-serde", - "futures", "hostname", "once_cell", "prometheus", @@ -1222,7 +1220,6 @@ dependencies = [ "serde_json", "strum 0.24.1", "strum_macros 0.24.3", - "tokio", "tracing", "tracing-subscriber 0.3.18", ] @@ -1230,7 +1227,7 @@ dependencies = [ [[package]] name = "aptos-memory-usage-tracker" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-gas-algebra", "aptos-gas-meter", @@ -1244,7 +1241,7 @@ dependencies = [ [[package]] name = "aptos-mempool" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-bounded-executor", @@ -1284,7 +1281,7 @@ dependencies = [ [[package]] name = "aptos-mempool-notifications" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-runtimes", "aptos-types", @@ -1298,7 +1295,7 @@ dependencies = [ [[package]] name = "aptos-memsocket" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-infallible", "bytes", @@ -1309,7 +1306,7 @@ dependencies = [ [[package]] name = "aptos-metrics-core" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "prometheus", @@ -1318,7 +1315,7 @@ dependencies = [ [[package]] name = "aptos-move-stdlib" version = "0.1.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-gas-schedule", @@ -1344,7 +1341,7 @@ dependencies = [ [[package]] name = "aptos-mvhashmap" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-aggregator", @@ -1367,7 +1364,7 @@ dependencies = [ [[package]] name = "aptos-native-interface" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-gas-algebra", "aptos-gas-schedule", @@ -1384,7 +1381,7 @@ dependencies = [ [[package]] name = "aptos-netcore" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-memsocket", "aptos-proxy", @@ -1401,7 +1398,7 @@ dependencies = [ [[package]] name = "aptos-network" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-bitvec", @@ -1446,22 +1443,10 @@ dependencies = [ "tokio-util", ] -[[package]] -name = "aptos-node-identity" -version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" -dependencies = [ - "anyhow", - "aptos-types", - "claims", - "hostname", - "once_cell", -] - [[package]] name = "aptos-node-resource-metrics" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-build-info", "aptos-infallible", @@ -1477,7 +1462,7 @@ dependencies = [ [[package]] name = "aptos-num-variants" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "proc-macro2 1.0.81", "quote 1.0.36", @@ -1487,7 +1472,7 @@ dependencies = [ [[package]] name = "aptos-openapi" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "async-trait", "percent-encoding", @@ -1500,7 +1485,7 @@ dependencies = [ [[package]] name = "aptos-package-builder" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-framework", @@ -1513,7 +1498,7 @@ dependencies = [ [[package]] name = "aptos-peer-monitoring-service-types" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-config", "aptos-types", @@ -1526,7 +1511,7 @@ dependencies = [ [[package]] name = "aptos-proptest-helpers" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "crossbeam", "proptest", @@ -1536,7 +1521,7 @@ dependencies = [ [[package]] name = "aptos-protos" version = "1.3.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "futures-core", "pbjson", @@ -1549,7 +1534,7 @@ dependencies = [ [[package]] name = "aptos-proxy" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "ipnet", ] @@ -1557,7 +1542,7 @@ dependencies = [ [[package]] name = "aptos-push-metrics" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-logger", "aptos-metrics-core", @@ -1568,7 +1553,7 @@ dependencies = [ [[package]] name = "aptos-rate-limiter" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-infallible", "aptos-logger", @@ -1582,7 +1567,7 @@ dependencies = [ [[package]] name = "aptos-rest-client" version = "0.0.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-api-types", @@ -1608,7 +1593,7 @@ dependencies = [ [[package]] name = "aptos-retrier" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-logger", "tokio", @@ -1617,7 +1602,7 @@ dependencies = [ [[package]] name = "aptos-rocksdb-options" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-config", "rocksdb", @@ -1626,7 +1611,7 @@ dependencies = [ [[package]] name = "aptos-runtimes" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "rayon", "tokio", @@ -1635,7 +1620,7 @@ dependencies = [ [[package]] name = "aptos-schemadb" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-infallible", @@ -1652,7 +1637,7 @@ dependencies = [ [[package]] name = "aptos-scratchpad" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-crypto", "aptos-drop-helper", @@ -1672,7 +1657,7 @@ dependencies = [ [[package]] name = "aptos-sdk" version = "0.0.3" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-api-types", @@ -1693,7 +1678,7 @@ dependencies = [ [[package]] name = "aptos-sdk-builder" version = "0.2.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-types", @@ -1712,7 +1697,7 @@ dependencies = [ [[package]] name = "aptos-secure-net" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-logger", "aptos-metrics-core", @@ -1731,7 +1716,7 @@ dependencies = [ [[package]] name = "aptos-secure-storage" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-crypto", @@ -1753,7 +1738,7 @@ dependencies = [ [[package]] name = "aptos-short-hex-str" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "mirai-annotations", "serde", @@ -1764,7 +1749,7 @@ dependencies = [ [[package]] name = "aptos-speculative-state-helper" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-infallible", @@ -1776,7 +1761,7 @@ dependencies = [ [[package]] name = "aptos-storage-interface" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-crypto", @@ -1808,7 +1793,7 @@ dependencies = [ [[package]] name = "aptos-storage-service-client" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-channels", "aptos-config", @@ -1822,7 +1807,7 @@ dependencies = [ [[package]] name = "aptos-storage-service-types" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-compression", "aptos-config", @@ -1838,7 +1823,7 @@ dependencies = [ [[package]] name = "aptos-table-natives" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-gas-schedule", @@ -1859,7 +1844,7 @@ dependencies = [ [[package]] name = "aptos-temppath" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "hex", "rand 0.7.3", @@ -1868,7 +1853,7 @@ dependencies = [ [[package]] name = "aptos-time-service" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-infallible", "enum_dispatch", @@ -1881,7 +1866,7 @@ dependencies = [ [[package]] name = "aptos-types" version = "0.0.3" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-bitvec", @@ -1932,12 +1917,12 @@ dependencies = [ [[package]] name = "aptos-utils" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" [[package]] name = "aptos-vault-client" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-crypto", "base64 0.13.1", @@ -1953,7 +1938,7 @@ dependencies = [ [[package]] name = "aptos-vm" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-aggregator", @@ -2010,7 +1995,7 @@ dependencies = [ [[package]] name = "aptos-vm-genesis" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-cached-packages", @@ -2032,7 +2017,7 @@ dependencies = [ [[package]] name = "aptos-vm-logging" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "aptos-crypto", "aptos-logger", @@ -2047,7 +2032,7 @@ dependencies = [ [[package]] name = "aptos-vm-types" version = "0.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-aggregator", @@ -2068,7 +2053,7 @@ dependencies = [ [[package]] name = "aptos-vm-validator" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "aptos-event-notifications", @@ -6390,7 +6375,7 @@ checksum = "1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e" [[package]] name = "move-abigen" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "bcs 0.1.4", @@ -6407,7 +6392,7 @@ dependencies = [ [[package]] name = "move-binary-format" version = "0.0.3" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "backtrace", @@ -6422,12 +6407,12 @@ dependencies = [ [[package]] name = "move-borrow-graph" version = "0.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" [[package]] name = "move-bytecode-source-map" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "bcs 0.1.4", @@ -6442,7 +6427,7 @@ dependencies = [ [[package]] name = "move-bytecode-utils" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "move-binary-format", @@ -6454,7 +6439,7 @@ dependencies = [ [[package]] name = "move-bytecode-verifier" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "fail 0.4.0", @@ -6469,7 +6454,7 @@ dependencies = [ [[package]] name = "move-bytecode-viewer" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "clap 4.5.4", @@ -6486,7 +6471,7 @@ dependencies = [ [[package]] name = "move-cli" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "bcs 0.1.4", @@ -6532,7 +6517,7 @@ dependencies = [ [[package]] name = "move-command-line-common" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "difference", @@ -6549,7 +6534,7 @@ dependencies = [ [[package]] name = "move-compiler" version = "0.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "bcs 0.1.4", @@ -6578,7 +6563,7 @@ dependencies = [ [[package]] name = "move-compiler-v2" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "abstract-domain-derive", "anyhow", @@ -6611,7 +6596,7 @@ dependencies = [ [[package]] name = "move-core-types" version = "0.0.4" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "arbitrary", @@ -6636,7 +6621,7 @@ dependencies = [ [[package]] name = "move-coverage" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "bcs 0.1.4", @@ -6656,7 +6641,7 @@ dependencies = [ [[package]] name = "move-disassembler" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "clap 4.5.4", @@ -6674,7 +6659,7 @@ dependencies = [ [[package]] name = "move-docgen" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "codespan", @@ -6693,7 +6678,7 @@ dependencies = [ [[package]] name = "move-errmapgen" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "bcs 0.1.4", @@ -6707,7 +6692,7 @@ dependencies = [ [[package]] name = "move-ir-compiler" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "bcs 0.1.4", @@ -6726,7 +6711,7 @@ dependencies = [ [[package]] name = "move-ir-to-bytecode" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "codespan-reporting", @@ -6745,7 +6730,7 @@ dependencies = [ [[package]] name = "move-ir-to-bytecode-syntax" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "hex", @@ -6758,7 +6743,7 @@ dependencies = [ [[package]] name = "move-ir-types" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "hex", @@ -6772,7 +6757,7 @@ dependencies = [ [[package]] name = "move-model" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "codespan", @@ -6800,7 +6785,7 @@ dependencies = [ [[package]] name = "move-package" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "bcs 0.1.4", @@ -6837,7 +6822,7 @@ dependencies = [ [[package]] name = "move-prover" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "async-trait", @@ -6876,7 +6861,7 @@ dependencies = [ [[package]] name = "move-prover-boogie-backend" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "async-trait", @@ -6906,7 +6891,7 @@ dependencies = [ [[package]] name = "move-prover-bytecode-pipeline" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "abstract-domain-derive", "anyhow", @@ -6937,7 +6922,7 @@ dependencies = [ [[package]] name = "move-resource-viewer" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "bcs 0.1.4", @@ -6965,7 +6950,7 @@ dependencies = [ [[package]] name = "move-stackless-bytecode" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "abstract-domain-derive", "codespan", @@ -6992,7 +6977,7 @@ dependencies = [ [[package]] name = "move-stdlib" version = "0.1.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "hex", @@ -7015,7 +7000,7 @@ dependencies = [ [[package]] name = "move-symbol-pool" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "once_cell", "serde", @@ -7024,7 +7009,7 @@ dependencies = [ [[package]] name = "move-table-extension" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "bcs 0.1.4", @@ -7042,7 +7027,7 @@ dependencies = [ [[package]] name = "move-unit-test" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "better_any", @@ -7073,7 +7058,7 @@ dependencies = [ [[package]] name = "move-vm-runtime" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "better_any", "bytes", @@ -7098,7 +7083,7 @@ dependencies = [ [[package]] name = "move-vm-test-utils" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "anyhow", "bytes", @@ -7113,7 +7098,7 @@ dependencies = [ [[package]] name = "move-vm-types" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?branch=monza#2027a153efa4fda4a2d0abe5e4ded8f95ce49ee7" +source = "git+https://github.com/movementlabsxyz/aptos-core?branch=mikhail/trim-aptos-logger#bd3e72f861a2353c247d3cebb83e0782a99ba898" dependencies = [ "bcs 0.1.4", "derivative", diff --git a/Cargo.toml b/Cargo.toml index c3832ce57..f5057ac3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,30 +131,30 @@ ethers-middleware = { version = "=2.0.10", default-features = false } # Aptos dependencies # We use a forked version so that we can override dependency versions. This is required # to be avoid depenedency conflicts with other Sovereign Labs crates. -aptos-vm = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-sdk = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-consensus-types = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-crypto = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-db = { git = "https://github.com/movementlabsxyz/aptos-core.git", branch = "monza" } -aptos-api-types = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-types = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-api = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-storage-interface = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-block-executor = { git = "https://github.com/movementlabsxyz/aptos-core.git", branch = "monza" } -aptos-vm-types = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-vm-logging = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-language-e2e-tests = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-framework = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-config = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-vm-genesis = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-executor = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-executor-types = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-executor-test-helpers = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-bitvec = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-mempool = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-state-view = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-temppath = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } -aptos-faucet-core = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "monza" } +aptos-vm = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-sdk = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-consensus-types = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-crypto = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-db = { git = "https://github.com/movementlabsxyz/aptos-core.git", branch = "mikhail/trim-aptos-logger" } +aptos-api-types = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-types = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-api = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-storage-interface = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-block-executor = { git = "https://github.com/movementlabsxyz/aptos-core.git", branch = "mikhail/trim-aptos-logger" } +aptos-vm-types = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-vm-logging = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-language-e2e-tests = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-framework = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-config = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-vm-genesis = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-executor = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-executor-types = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-executor-test-helpers = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-bitvec = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-mempool = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-state-view = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-temppath = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } +aptos-faucet-core = { git = "https://github.com/movementlabsxyz/aptos-core", branch = "mikhail/trim-aptos-logger" } move-binary-format = { git = "https://github.com/diem/move" } move-table-extension = { git = "https://github.com/diem/move" }