Skip to content

Commit

Permalink
rn block_hash to hash (#357)
Browse files Browse the repository at this point in the history
* rn block_hash to hash

* upd block gap test

* unrename gap test col
  • Loading branch information
forgxyz authored Sep 10, 2024
1 parent 70d0393 commit 08f0bce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion models/evm/gold/core/core_evm__fact_blocks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SELECT
extra_data,
gas_limit,
gas_used,
block_hash,
block_hash AS HASH,
parent_hash,
receipts_root,
sha3_uncles,
Expand Down
1 change: 1 addition & 0 deletions models/evm/gold/core/core_evm__fact_transactions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ SELECT
cumulative_gas_used,
input_data,
tx_status AS status,
tx_succeeded,
r,
s,
v,
Expand Down
6 changes: 2 additions & 4 deletions models/evm/gold/core/core_evm__fact_transactions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@ models:
description: '{{ doc("flowevm_tx_gas_used") }}'
- name: CUMULATIVE_GAS_USED
description: '{{ doc("flowevm_cumulative_gas_used") }}'
- name: MAX_FEE_PER_GAS
description: The maximum fee per gas of the transaction, in Gwei.
- name: MAX_PRIORITY_FEE_PER_GAS
description: The maximum priority fee per gas of the transaction, in Gwei.
- name: STATUS
description: '{{ doc("flowevm_tx_status") }}'
- name: TX_SUCCEEDED
description: '{{ doc("tx_succeeded") }}'
- name: INPUT_DATA
description: '{{ doc("flowevm_tx_input_data") }}'
- name: ORIGIN_FUNCTION_SIGNATURE
Expand Down

0 comments on commit 08f0bce

Please sign in to comment.