rn block_hash to hash (#357)

* rn block_hash to hash

* upd block gap test

* unrename gap test col
This commit is contained in:
Jack Forgash 2024-09-10 10:26:32 -06:00 committed by GitHub
parent 70d0393cfa
commit 08f0bce6b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View File

@ -20,7 +20,7 @@ SELECT
extra_data,
gas_limit,
gas_used,
block_hash,
block_hash AS HASH,
parent_hash,
receipts_root,
sha3_uncles,

View File

@ -29,6 +29,7 @@ SELECT
cumulative_gas_used,
input_data,
tx_status AS status,
tx_succeeded,
r,
s,
v,

View File

@ -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