This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- BLOCK | |
Payload: { | |
"from_block":10000000, | |
"to_block":10120011, | |
"include_all_blocks":true, | |
"field_selection":{ | |
"block":[ | |
"number", | |
"hash", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are now connected to database "cocodrilo_development" as user "danil". | |
cocodrilo_development=# \d+ transaction_logs; | |
Table "public.transaction_logs" | |
Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description | |
----------------+---------+-----------+----------+-------------+----------+-------------+--------------+------------- | |
block_number | integer | | not null | | plain | | | | |
transaction_id | integer | | not null | | plain | | | | |
log_index | integer | | not null | | plain | | | | |
tags | jsonb | | not null | '[]'::jsonb | extended | | | | |
Indexes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Table "public.transaction_log_v2s" | |
Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description | |
-----------------------------+---------------------+-----------+----------+---------------------------+----------+-------------+--------------+------------- | |
block_number | integer | | not null | | plain | | | | |
transaction_id | smallint | | not null | | plain | | | | |
log_index | smallint | | not null | | plain | | | | |
transaction_from_address_id | integer | | not null | | plain | | | | |
transaction_to_address_id | integer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"from_block": 1, | |
"to_block": 1000000, | |
"logs": [ | |
{ | |
"address": [ | |
20059476, | |
29444609, | |
26851445, | |
44362257, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"from_block": 1, | |
"to_block": 1000000, | |
"logs": [ | |
{ | |
"address": [ | |
45480608, | |
28155531, | |
65552029, | |
28455280, |
OlderNewer