Skip to content

Commit

Permalink
update hasura metadata (#15748)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan authored Jan 16, 2025
1 parent 60262d9 commit 30012b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/aptos-localnet/src/hasura_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 30012b3

Please sign in to comment.