From f7f1b1221625c79f3f5065ce6c3d5be2c4008758 Mon Sep 17 00:00:00 2001 From: Andy Golay Date: Mon, 14 Oct 2024 23:23:19 -0400 Subject: [PATCH] feat: movement initiator refund client test passing --- Cargo.lock | 270 ++++++++++++++++++++++++++--------------------------- Cargo.toml | 64 ++++++------- 2 files changed, 167 insertions(+), 167 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 340a129ef..475f725a4 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?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "proc-macro2", "quote", @@ -794,7 +794,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "aptos-abstract-gas-usage" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-gas-algebra", @@ -807,7 +807,7 @@ dependencies = [ [[package]] name = "aptos-accumulator" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-crypto", @@ -817,7 +817,7 @@ dependencies = [ [[package]] name = "aptos-aggregator" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-logger", "aptos-types", @@ -831,7 +831,7 @@ dependencies = [ [[package]] name = "aptos-api" version = "0.2.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-api-types", @@ -873,7 +873,7 @@ dependencies = [ [[package]] name = "aptos-api-types" version = "0.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-config", @@ -903,7 +903,7 @@ dependencies = [ [[package]] name = "aptos-bcs-utils" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "hex", @@ -912,7 +912,7 @@ dependencies = [ [[package]] name = "aptos-bitvec" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "serde", "serde_bytes", @@ -921,7 +921,7 @@ dependencies = [ [[package]] name = "aptos-block-executor" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-aggregator", @@ -956,7 +956,7 @@ dependencies = [ [[package]] name = "aptos-block-partitioner" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-crypto", "aptos-logger", @@ -977,7 +977,7 @@ dependencies = [ [[package]] name = "aptos-bounded-executor" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "futures", "rustversion", @@ -987,7 +987,7 @@ dependencies = [ [[package]] name = "aptos-build-info" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "shadow-rs", ] @@ -995,7 +995,7 @@ dependencies = [ [[package]] name = "aptos-cached-packages" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-framework", @@ -1009,7 +1009,7 @@ dependencies = [ [[package]] name = "aptos-channels" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-infallible", @@ -1020,7 +1020,7 @@ dependencies = [ [[package]] name = "aptos-compression" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-logger", "aptos-metrics-core", @@ -1032,7 +1032,7 @@ dependencies = [ [[package]] name = "aptos-config" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-crypto", @@ -1063,7 +1063,7 @@ dependencies = [ [[package]] name = "aptos-consensus-types" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-bitvec", @@ -1090,7 +1090,7 @@ dependencies = [ [[package]] name = "aptos-crypto" version = "0.0.3" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aes-gcm", "anyhow", @@ -1143,7 +1143,7 @@ dependencies = [ [[package]] name = "aptos-crypto-derive" version = "0.0.3" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "proc-macro2", "quote", @@ -1153,7 +1153,7 @@ dependencies = [ [[package]] name = "aptos-db" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-accumulator", @@ -1201,7 +1201,7 @@ dependencies = [ [[package]] name = "aptos-db-indexer" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-config", @@ -1221,7 +1221,7 @@ dependencies = [ [[package]] name = "aptos-db-indexer-schemas" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-schemadb", @@ -1235,7 +1235,7 @@ dependencies = [ [[package]] name = "aptos-dkg" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-crypto", @@ -1266,7 +1266,7 @@ dependencies = [ [[package]] name = "aptos-drop-helper" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-infallible", "aptos-metrics-core", @@ -1277,7 +1277,7 @@ dependencies = [ [[package]] name = "aptos-event-notifications" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-channels", @@ -1293,7 +1293,7 @@ dependencies = [ [[package]] name = "aptos-executor" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-consensus-types", @@ -1325,7 +1325,7 @@ dependencies = [ [[package]] name = "aptos-executor-service" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-block-partitioner", "aptos-config", @@ -1355,7 +1355,7 @@ dependencies = [ [[package]] name = "aptos-executor-test-helpers" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-cached-packages", @@ -1377,7 +1377,7 @@ dependencies = [ [[package]] name = "aptos-executor-types" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-crypto", @@ -1397,7 +1397,7 @@ dependencies = [ [[package]] name = "aptos-experimental-runtimes" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-runtimes", "core_affinity", @@ -1410,7 +1410,7 @@ dependencies = [ [[package]] name = "aptos-faucet-core" version = "2.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-config", @@ -1444,7 +1444,7 @@ dependencies = [ [[package]] name = "aptos-faucet-metrics-server" version = "2.0.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-logger", @@ -1458,7 +1458,7 @@ dependencies = [ [[package]] name = "aptos-framework" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-aggregator", @@ -1526,7 +1526,7 @@ dependencies = [ [[package]] name = "aptos-gas-algebra" version = "0.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "either", "move-core-types", @@ -1535,7 +1535,7 @@ dependencies = [ [[package]] name = "aptos-gas-meter" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-gas-algebra", "aptos-gas-schedule", @@ -1550,7 +1550,7 @@ dependencies = [ [[package]] name = "aptos-gas-profiling" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-gas-algebra", @@ -1570,7 +1570,7 @@ dependencies = [ [[package]] name = "aptos-gas-schedule" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-gas-algebra", "aptos-global-constants", @@ -1583,17 +1583,17 @@ dependencies = [ [[package]] name = "aptos-global-constants" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" [[package]] name = "aptos-id-generator" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" [[package]] name = "aptos-indexer" version = "0.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-api", @@ -1625,7 +1625,7 @@ dependencies = [ [[package]] name = "aptos-indexer-grpc-fullnode" version = "1.0.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-api", @@ -1637,7 +1637,7 @@ dependencies = [ "aptos-mempool", "aptos-metrics-core", "aptos-moving-average 0.1.0 (git+https://github.com/movementlabsxyz/aptos-indexer-processors)", - "aptos-protos 1.3.0 (git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48)", + "aptos-protos 1.3.0 (git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c)", "aptos-runtimes", "aptos-storage-interface", "aptos-types", @@ -1663,7 +1663,7 @@ dependencies = [ [[package]] name = "aptos-indexer-grpc-table-info" version = "1.0.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-api", @@ -1694,11 +1694,11 @@ dependencies = [ [[package]] name = "aptos-indexer-grpc-utils" version = "1.0.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-metrics-core", - "aptos-protos 1.3.0 (git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48)", + "aptos-protos 1.3.0 (git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c)", "async-trait", "backoff", "base64 0.13.1", @@ -1726,12 +1726,12 @@ dependencies = [ [[package]] name = "aptos-infallible" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" [[package]] name = "aptos-jellyfish-merkle" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-crypto", @@ -1759,7 +1759,7 @@ dependencies = [ [[package]] name = "aptos-keygen" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-crypto", "aptos-types", @@ -1769,7 +1769,7 @@ dependencies = [ [[package]] name = "aptos-language-e2e-tests" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-abstract-gas-usage", @@ -1813,7 +1813,7 @@ dependencies = [ [[package]] name = "aptos-ledger" version = "0.2.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-crypto", "aptos-types", @@ -1826,7 +1826,7 @@ dependencies = [ [[package]] name = "aptos-log-derive" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "proc-macro2", "quote", @@ -1836,7 +1836,7 @@ dependencies = [ [[package]] name = "aptos-logger" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-infallible", "aptos-log-derive", @@ -1860,7 +1860,7 @@ dependencies = [ [[package]] name = "aptos-memory-usage-tracker" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-gas-algebra", "aptos-gas-meter", @@ -1873,7 +1873,7 @@ dependencies = [ [[package]] name = "aptos-mempool" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-bounded-executor", @@ -1913,7 +1913,7 @@ dependencies = [ [[package]] name = "aptos-mempool-notifications" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-types", "async-trait", @@ -1926,7 +1926,7 @@ dependencies = [ [[package]] name = "aptos-memsocket" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-infallible", "bytes 1.7.2", @@ -1937,7 +1937,7 @@ dependencies = [ [[package]] name = "aptos-metrics-core" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "prometheus", @@ -1946,7 +1946,7 @@ dependencies = [ [[package]] name = "aptos-move-stdlib" version = "0.1.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-gas-schedule", "aptos-native-interface", @@ -1977,7 +1977,7 @@ dependencies = [ [[package]] name = "aptos-mvhashmap" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-aggregator", @@ -1998,7 +1998,7 @@ dependencies = [ [[package]] name = "aptos-native-interface" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-gas-algebra", "aptos-gas-schedule", @@ -2015,7 +2015,7 @@ dependencies = [ [[package]] name = "aptos-netcore" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-memsocket", "aptos-proxy", @@ -2032,7 +2032,7 @@ dependencies = [ [[package]] name = "aptos-network" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-bitvec", @@ -2077,7 +2077,7 @@ dependencies = [ [[package]] name = "aptos-node-identity" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-types", @@ -2088,7 +2088,7 @@ dependencies = [ [[package]] name = "aptos-node-resource-metrics" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-build-info", "aptos-infallible", @@ -2104,7 +2104,7 @@ dependencies = [ [[package]] name = "aptos-num-variants" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "proc-macro2", "quote", @@ -2114,7 +2114,7 @@ dependencies = [ [[package]] name = "aptos-openapi" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "async-trait", "percent-encoding", @@ -2127,7 +2127,7 @@ dependencies = [ [[package]] name = "aptos-package-builder" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-framework", @@ -2140,7 +2140,7 @@ dependencies = [ [[package]] name = "aptos-peer-monitoring-service-types" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-config", "aptos-types", @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = "aptos-proptest-helpers" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "crossbeam", "proptest", @@ -2175,7 +2175,7 @@ dependencies = [ [[package]] name = "aptos-protos" version = "1.3.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=338f9a1bcc06f62ce4a4994f1642b9a61b631ee0#338f9a1bcc06f62ce4a4994f1642b9a61b631ee0" dependencies = [ "futures-core", "pbjson", @@ -2187,7 +2187,7 @@ dependencies = [ [[package]] name = "aptos-protos" version = "1.3.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=338f9a1bcc06f62ce4a4994f1642b9a61b631ee0#338f9a1bcc06f62ce4a4994f1642b9a61b631ee0" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "futures-core", "pbjson", @@ -2199,7 +2199,7 @@ dependencies = [ [[package]] name = "aptos-proxy" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "ipnet", ] @@ -2207,7 +2207,7 @@ dependencies = [ [[package]] name = "aptos-push-metrics" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-logger", "aptos-metrics-core", @@ -2218,7 +2218,7 @@ dependencies = [ [[package]] name = "aptos-resource-viewer" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-types", @@ -2232,7 +2232,7 @@ dependencies = [ [[package]] name = "aptos-rest-client" version = "0.0.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-api-types", @@ -2255,7 +2255,7 @@ dependencies = [ [[package]] name = "aptos-rocksdb-options" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-config", "rocksdb", @@ -2264,7 +2264,7 @@ dependencies = [ [[package]] name = "aptos-runtimes" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "rayon", "tokio", @@ -2273,7 +2273,7 @@ dependencies = [ [[package]] name = "aptos-schemadb" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-infallible", @@ -2290,7 +2290,7 @@ dependencies = [ [[package]] name = "aptos-scratchpad" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-crypto", "aptos-drop-helper", @@ -2309,7 +2309,7 @@ dependencies = [ [[package]] name = "aptos-sdk" version = "0.0.3" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-cached-packages", @@ -2331,7 +2331,7 @@ dependencies = [ [[package]] name = "aptos-sdk-builder" version = "0.2.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-types", @@ -2349,11 +2349,11 @@ dependencies = [ [[package]] name = "aptos-secure-net" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-logger", "aptos-metrics-core", - "aptos-protos 1.3.0 (git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48)", + "aptos-protos 1.3.0 (git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c)", "bcs 0.1.4", "crossbeam-channel", "once_cell", @@ -2367,7 +2367,7 @@ dependencies = [ [[package]] name = "aptos-secure-storage" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-crypto", "aptos-infallible", @@ -2388,7 +2388,7 @@ dependencies = [ [[package]] name = "aptos-short-hex-str" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "mirai-annotations", "serde", @@ -2399,7 +2399,7 @@ dependencies = [ [[package]] name = "aptos-speculative-state-helper" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-infallible", @@ -2410,7 +2410,7 @@ dependencies = [ [[package]] name = "aptos-storage-interface" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-crypto", @@ -2458,7 +2458,7 @@ dependencies = [ [[package]] name = "aptos-table-natives" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-gas-schedule", "aptos-native-interface", @@ -2476,7 +2476,7 @@ dependencies = [ [[package]] name = "aptos-temppath" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "hex", "rand 0.7.3", @@ -2485,7 +2485,7 @@ dependencies = [ [[package]] name = "aptos-time-service" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-infallible", "enum_dispatch", @@ -2498,7 +2498,7 @@ dependencies = [ [[package]] name = "aptos-types" version = "0.0.3" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-bitvec", @@ -2555,12 +2555,12 @@ dependencies = [ [[package]] name = "aptos-utils" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" [[package]] name = "aptos-vault-client" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-crypto", "base64 0.13.1", @@ -2576,7 +2576,7 @@ dependencies = [ [[package]] name = "aptos-vm" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-aggregator", @@ -2626,7 +2626,7 @@ dependencies = [ [[package]] name = "aptos-vm-genesis" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-cached-packages", "aptos-crypto", @@ -2647,7 +2647,7 @@ dependencies = [ [[package]] name = "aptos-vm-logging" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "aptos-crypto", "aptos-logger", @@ -2662,7 +2662,7 @@ dependencies = [ [[package]] name = "aptos-vm-types" version = "0.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-aggregator", @@ -2684,7 +2684,7 @@ dependencies = [ [[package]] name = "aptos-vm-validator" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "aptos-logger", @@ -8593,7 +8593,7 @@ dependencies = [ "aptos-language-e2e-tests", "aptos-logger", "aptos-mempool", - "aptos-protos 1.3.0 (git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48)", + "aptos-protos 1.3.0 (git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c)", "aptos-sdk", "aptos-storage-interface", "aptos-temppath", @@ -8937,7 +8937,7 @@ checksum = "1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e" [[package]] name = "move-abigen" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "bcs 0.1.4", @@ -8954,7 +8954,7 @@ dependencies = [ [[package]] name = "move-binary-format" version = "0.0.3" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "backtrace", @@ -8969,12 +8969,12 @@ dependencies = [ [[package]] name = "move-borrow-graph" version = "0.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" [[package]] name = "move-bytecode-source-map" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "bcs 0.1.4", @@ -8989,7 +8989,7 @@ dependencies = [ [[package]] name = "move-bytecode-spec" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "once_cell", "quote", @@ -8999,7 +8999,7 @@ dependencies = [ [[package]] name = "move-bytecode-utils" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "move-binary-format", @@ -9011,7 +9011,7 @@ dependencies = [ [[package]] name = "move-bytecode-verifier" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "fail", "move-binary-format", @@ -9025,7 +9025,7 @@ dependencies = [ [[package]] name = "move-bytecode-viewer" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "clap 4.5.19", @@ -9040,7 +9040,7 @@ dependencies = [ [[package]] name = "move-cli" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "clap 4.5.19", @@ -9070,7 +9070,7 @@ dependencies = [ [[package]] name = "move-command-line-common" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "difference", @@ -9087,7 +9087,7 @@ dependencies = [ [[package]] name = "move-compiler" version = "0.0.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "bcs 0.1.4", @@ -9113,7 +9113,7 @@ dependencies = [ [[package]] name = "move-compiler-v2" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "abstract-domain-derive", "anyhow", @@ -9144,7 +9144,7 @@ dependencies = [ [[package]] name = "move-core-types" version = "0.0.4" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "arbitrary", @@ -9169,7 +9169,7 @@ dependencies = [ [[package]] name = "move-coverage" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "bcs 0.1.4", @@ -9188,7 +9188,7 @@ dependencies = [ [[package]] name = "move-disassembler" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "clap 4.5.19", @@ -9205,7 +9205,7 @@ dependencies = [ [[package]] name = "move-docgen" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "clap 4.5.19", @@ -9224,7 +9224,7 @@ dependencies = [ [[package]] name = "move-errmapgen" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "move-command-line-common", @@ -9236,7 +9236,7 @@ dependencies = [ [[package]] name = "move-ir-compiler" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "bcs 0.1.4", @@ -9252,7 +9252,7 @@ dependencies = [ [[package]] name = "move-ir-to-bytecode" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "codespan-reporting", @@ -9270,7 +9270,7 @@ dependencies = [ [[package]] name = "move-ir-to-bytecode-syntax" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "hex", @@ -9283,7 +9283,7 @@ dependencies = [ [[package]] name = "move-ir-types" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "hex", "move-command-line-common", @@ -9296,7 +9296,7 @@ dependencies = [ [[package]] name = "move-model" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "codespan", @@ -9322,7 +9322,7 @@ dependencies = [ [[package]] name = "move-package" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "clap 4.5.19", @@ -9356,7 +9356,7 @@ dependencies = [ [[package]] name = "move-prover" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "atty", @@ -9383,7 +9383,7 @@ dependencies = [ [[package]] name = "move-prover-boogie-backend" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "async-trait", @@ -9412,7 +9412,7 @@ dependencies = [ [[package]] name = "move-prover-bytecode-pipeline" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "abstract-domain-derive", "anyhow", @@ -9429,7 +9429,7 @@ dependencies = [ [[package]] name = "move-resource-viewer" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "hex", @@ -9456,7 +9456,7 @@ dependencies = [ [[package]] name = "move-stackless-bytecode" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "abstract-domain-derive", "codespan-reporting", @@ -9475,7 +9475,7 @@ dependencies = [ [[package]] name = "move-stdlib" version = "0.1.1" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "hex", @@ -9498,7 +9498,7 @@ dependencies = [ [[package]] name = "move-symbol-pool" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "once_cell", "serde", @@ -9507,7 +9507,7 @@ dependencies = [ [[package]] name = "move-table-extension" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "better_any", "bytes 1.7.2", @@ -9522,7 +9522,7 @@ dependencies = [ [[package]] name = "move-unit-test" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "better_any", @@ -9550,7 +9550,7 @@ dependencies = [ [[package]] name = "move-vm-runtime" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "better_any", "bytes 1.7.2", @@ -9574,7 +9574,7 @@ dependencies = [ [[package]] name = "move-vm-test-utils" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "anyhow", "bytes 1.7.2", @@ -9589,7 +9589,7 @@ dependencies = [ [[package]] name = "move-vm-types" version = "0.1.0" -source = "git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48#1284b8c662100fcf7e39bc271ff59afdd1e73f48" +source = "git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c#3f0c536d9dd88a0b63144d57082274f8e61fe47c" dependencies = [ "bcs 0.1.4", "derivative", @@ -13234,7 +13234,7 @@ name = "suzuka-client" version = "0.0.2" dependencies = [ "anyhow", - "aptos-protos 1.3.0 (git+https://github.com/movementlabsxyz/aptos-core?rev=1284b8c662100fcf7e39bc271ff59afdd1e73f48)", + "aptos-protos 1.3.0 (git+https://github.com/movementlabsxyz/aptos-core?rev=3f0c536d9dd88a0b63144d57082274f8e61fe47c)", "aptos-sdk", "aptos-types", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 41c88917b..544aa2085 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,40 +114,40 @@ serde_yaml = "0.9.34" ## Aptos dependencies ### We use a forked version so that we can override dependency versions. This is required ### to be avoid dependency conflicts with other Sovereign Labs crates. -aptos-api = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-api-types = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-bitvec = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-block-executor = { git = "https://github.com/movementlabsxyz/aptos-core.git", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-cached-packages = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-config = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-consensus-types = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-crypto = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48", features = [ +aptos-api = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-api-types = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-bitvec = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-block-executor = { git = "https://github.com/movementlabsxyz/aptos-core.git", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-cached-packages = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-config = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-consensus-types = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-crypto = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c", features = [ "cloneable-private-keys", ] } -aptos-db = { git = "https://github.com/movementlabsxyz/aptos-core.git", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-executor = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-executor-test-helpers = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-executor-types = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-faucet-core = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-framework = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-language-e2e-tests = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-mempool = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-proptest-helpers = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-sdk = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-state-view = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-storage-interface = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-temppath = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-types = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-vm = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-vm-genesis = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-vm-logging = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-vm-validator = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-logger = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-vm-types = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-indexer = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-indexer-grpc-fullnode = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-indexer-grpc-table-info = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } -aptos-protos = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1284b8c662100fcf7e39bc271ff59afdd1e73f48" } +aptos-db = { git = "https://github.com/movementlabsxyz/aptos-core.git", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-executor = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-executor-test-helpers = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-executor-types = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-faucet-core = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-framework = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-language-e2e-tests = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-mempool = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-proptest-helpers = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-sdk = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-state-view = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-storage-interface = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-temppath = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-types = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-vm = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-vm-genesis = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-vm-logging = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-vm-validator = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-logger = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-vm-types = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-indexer = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-indexer-grpc-fullnode = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-indexer-grpc-table-info = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } +aptos-protos = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "3f0c536d9dd88a0b63144d57082274f8e61fe47c" } # Indexer processor = { git = "https://github.com/movementlabsxyz/aptos-indexer-processors", rev = "8e83cde3cb75fabdade9485e0af680cc4b73ca8e", subdir = "rust" }