mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:06:59 +00:00
rn block_hash to hash (#357)
* rn block_hash to hash * upd block gap test * unrename gap test col
This commit is contained in:
parent
70d0393cfa
commit
08f0bce6b4
@ -20,7 +20,7 @@ SELECT
|
||||
extra_data,
|
||||
gas_limit,
|
||||
gas_used,
|
||||
block_hash,
|
||||
block_hash AS HASH,
|
||||
parent_hash,
|
||||
receipts_root,
|
||||
sha3_uncles,
|
||||
|
||||
@ -29,6 +29,7 @@ SELECT
|
||||
cumulative_gas_used,
|
||||
input_data,
|
||||
tx_status AS status,
|
||||
tx_succeeded,
|
||||
r,
|
||||
s,
|
||||
v,
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user