diff --git a/macros/livequery/load_blocks_lq.sql b/macros/livequery/load_blocks_lq.sql index 4b8c55a..6f4e44f 100644 --- a/macros/livequery/load_blocks_lq.sql +++ b/macros/livequery/load_blocks_lq.sql @@ -49,7 +49,7 @@ INSERT INTO ( SELECT *, - NTILE (200) over(PARTITION BY getdate() + NTILE (500) over(PARTITION BY getdate() ORDER BY block_height) AS grp FROM @@ -66,7 +66,7 @@ INSERT INTO ORDER BY 1 DESC LIMIT - 2000 + 500 ) ) GROUP BY diff --git a/models/descriptions/amount.md b/models/descriptions/amount.md new file mode 100644 index 0000000..1c7f7a0 --- /dev/null +++ b/models/descriptions/amount.md @@ -0,0 +1,5 @@ +{% docs amount %} + +The amount that was used in the transaction message. + +{% enddocs %} \ No newline at end of file diff --git a/models/descriptions/block_id.md b/models/descriptions/block_id.md new file mode 100644 index 0000000..95c8389 --- /dev/null +++ b/models/descriptions/block_id.md @@ -0,0 +1,5 @@ +{% docs block_id %} + +The block height the block was recorded at. + +{% enddocs %} \ No newline at end of file diff --git a/models/descriptions/block_timestamp.md b/models/descriptions/block_timestamp.md new file mode 100644 index 0000000..907f6a3 --- /dev/null +++ b/models/descriptions/block_timestamp.md @@ -0,0 +1,5 @@ +{% docs block_timestamp %} + +The date and time at which the block began. + +{% enddocs %} \ No newline at end of file diff --git a/models/descriptions/currency.md b/models/descriptions/currency.md new file mode 100644 index 0000000..93f0327 --- /dev/null +++ b/models/descriptions/currency.md @@ -0,0 +1,5 @@ +{% docs currency %} + +The currency that was used in the transaction message. + +{% enddocs %} \ No newline at end of file diff --git a/models/descriptions/msg_group.md b/models/descriptions/msg_group.md new file mode 100644 index 0000000..ef4c5c1 --- /dev/null +++ b/models/descriptions/msg_group.md @@ -0,0 +1,5 @@ +{% docs msg_group %} + +Value grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a ":" seperator. The subgroup will always be 0 except for "Exec" actions. NULL group means messages are related to the header (overall transaction) + +{% enddocs %} \ No newline at end of file diff --git a/models/descriptions/tx_caller_address.md b/models/descriptions/tx_caller_address.md new file mode 100644 index 0000000..307ba3a --- /dev/null +++ b/models/descriptions/tx_caller_address.md @@ -0,0 +1,5 @@ +{% docs tx_caller_address %} + +The wallet address of the individual who initiated the transaction. + +{% enddocs %} \ No newline at end of file diff --git a/models/descriptions/tx_id.md b/models/descriptions/tx_id.md new file mode 100644 index 0000000..9232e98 --- /dev/null +++ b/models/descriptions/tx_id.md @@ -0,0 +1,5 @@ +{% docs tx_id %} + +A unique key that identifies a transaction. Called "TxHash" on block explorers. + +{% enddocs %} \ No newline at end of file diff --git a/models/descriptions/validator_address.md b/models/descriptions/validator_address.md new file mode 100644 index 0000000..870aa3b --- /dev/null +++ b/models/descriptions/validator_address.md @@ -0,0 +1,5 @@ +{% docs validator_address %} + +The wallet address of the validator related to the staking action. + +{% enddocs %} \ No newline at end of file diff --git a/models/silver/delegator_address.md b/models/silver/delegator_address.md new file mode 100644 index 0000000..2f8196e --- /dev/null +++ b/models/silver/delegator_address.md @@ -0,0 +1,5 @@ +{% docs delegator_address %} + +The wallet address of the individual who owns the delegated asset. + +{% enddocs %} \ No newline at end of file diff --git a/models/silver/inserted_timestamp.md b/models/silver/inserted_timestamp.md new file mode 100644 index 0000000..a5c0cce --- /dev/null +++ b/models/silver/inserted_timestamp.md @@ -0,0 +1,5 @@ +{% docs inserted_timestamp %} + +The time the block was inserted into to the Flipside database. + +{% enddocs %} \ No newline at end of file