-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now that we have declaritive based indexing, this compiled integration no longer makes sense. Here is the equivalent config: { "pg_url": "postgres:///e2pg", "eth_sources": [{"name": "main", "chain_id": 1, "url": ""}], "integrations": [{ "name": "txinputs", "enabled": true, "sources": [{"name": "main"}], "table": { "name": "txi", "columns": [ {"name": "chain_id", "type": "numeric"}, {"name": "block_hash", "type": "bytea"}, {"name": "block_num", "type": "numeric"}, {"name": "tx_hash", "type": "bytea"}, {"name": "tx_idx", "type": "numeric"}, {"name": "tx_signer", "type": "bytea"}, {"name": "tx_to", "type": "bytea"}, {"name": "tx_input", "type": "bytea"} ] }, "block": [ {"name": "chain_id", "column": "chain_id"}, {"name": "block_hash", "column": "block_hash"}, {"name": "block_num", "column": "block_num"}, {"name": "tx_hash", "column": "tx_hash"}, {"name": "tx_idx", "column": "tx_idx"}, {"name": "tx_signer", "column": "tx_signer"}, {"name": "tx_to", "column": "tx_to"}, {"name": "tx_input", "column": "tx_input"} ] }] }
- Loading branch information
1 parent
1fe5281
commit 418966e
Showing
5 changed files
with
5 additions
and
182 deletions.
There are no files selected for viewing
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.