From 30012b376bf9c7484845ce8dc4768cd920d4a266 Mon Sep 17 00:00:00 2001 From: Maayan Date: Thu, 16 Jan 2025 12:28:55 -0500 Subject: [PATCH] update hasura metadata (#15748) --- crates/aptos-localnet/src/hasura_metadata.json | 3 +++ crates/aptos/CHANGELOG.md | 1 + 2 files changed, 4 insertions(+) diff --git a/crates/aptos-localnet/src/hasura_metadata.json b/crates/aptos-localnet/src/hasura_metadata.json index d5f1a87a594c9..c07f8dc421c13 100644 --- a/crates/aptos-localnet/src/hasura_metadata.json +++ b/crates/aptos-localnet/src/hasura_metadata.json @@ -2327,6 +2327,9 @@ "columns": [ "block_height", "entry_function_id_str", + "entry_function_contract_address", + "entry_function_module_name", + "entry_function_function_name", "epoch", "expiration_timestamp_secs", "gas_unit_price", diff --git a/crates/aptos/CHANGELOG.md b/crates/aptos/CHANGELOG.md index 7001a68db50f6..31e924e8df52b 100644 --- a/crates/aptos/CHANGELOG.md +++ b/crates/aptos/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to the Aptos CLI will be captured in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format set out by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). # Unreleased +- Update Hasura metadata to include `entry_function_contract_address`, `entry_function_module_name`, and `entry_function_function_name` in `user_transactions` table. ## [6.0.0] - 2025/01/14 - Set Compiler v2 as the default compiler and Move 2 as the default language version.