From 50c24bf76f4a730ab174a56a8d55b9f4b18c8132 Mon Sep 17 00:00:00 2001 From: nekomoto911 Date: Wed, 22 Jul 2026 16:35:48 +0800 Subject: [PATCH] chore(deps): bump gravity-aptos api-types to 69008fd0 Re-pin `gravity-api-types` to Galxe/gravity-aptos#77, which removes the legacy `consensusAlpha` epoch key from the consensus-hardfork framework (Galxe/gravity-audit#925). greth does not use the removed reader (`ConsensusHardforks::from_genesis_extra_fields`), so this is a source-only dependency bump. Lets gravity-sdk link a single `api-types` (this rev == its `gaptos` rev) instead of two incompatible copies when it bumps both together. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 350f1b9a8..156be32b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1010,7 +1010,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "api-types" version = "0.1.0" -source = "git+https://github.com/Galxe/gravity-aptos?rev=b1f68dc85781ef0d28a568d9d64604b153be9d9e#b1f68dc85781ef0d28a568d9d64604b153be9d9e" +source = "git+https://github.com/Galxe/gravity-aptos?rev=69008fd0ef9bedc8c6c5d9f269a46350f5e6c67f#69008fd0ef9bedc8c6c5d9f269a46350f5e6c67f" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 4c2e3f3ea..b7d160263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -378,7 +378,7 @@ codegen-units = 1 [workspace.dependencies] # reth -gravity-api-types = { package = "api-types", git = "https://github.com/Galxe/gravity-aptos", rev = "b1f68dc85781ef0d28a568d9d64604b153be9d9e" } +gravity-api-types = { package = "api-types", git = "https://github.com/Galxe/gravity-aptos", rev = "69008fd0ef9bedc8c6c5d9f269a46350f5e6c67f" } op-reth = { path = "crates/optimism/bin" } reth = { path = "bin/reth" } reth-storage-rpc-provider = { path = "crates/storage/rpc-provider" }