All packages
sol_tx_streamer_sink_new_v1

sol_tx_streamer_sink_new_v1

roshaans
v1.1.1/142.5K downloads

Package ref

sol-tx-streamer-sink-new-v1@v1.1.1

Run package

CLI

Run solana_dex_database_changes from the command line.

substreams run sol-tx-streamer-sink-new-v1@v1.1.1 solana_dex_database_changes -e solana --start-block -1
Authenticate by running substreams auth or directly on thegraph.market (see docs).

README

this is a test

Modules

Execution graph

4 modules
Show 3 dependencies
map

solana:blocks_without_votes

`blocks_without_votes` allows you to consume a full Solana Block without Vote instructions (`Vote111111111111111111111111111111111111111`). If you consume it on HISTORICAL data (+1000 blocks from HEAD), you will be reading from the StreamingFast cache, thus saving costs on the amount of TB read.

map

solana:filtered_transactions_without_votes

`filtered_transactions_without_votes` allows you to consume transactions containing instructions from specific program_id based on a filter string. Supported operators are: logical or `||`, logical and `&&` and parenthesis: `()`. Example: to only consume TRANSACTIONS containing Token or ComputeBudget instructions: `program:TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA || program:ComputeBudget111111111111111111111111111111`. Transactions containing `Vote111111111111111111111111111111111111111` are always excluded.

blockIndex

solana:program_ids_without_votes

`program_ids_without_votes` creates a _cache_ to efficiently retrieve instructions based on the program ID. For example, the following sets keys for the Token program: * program:TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA

Output

sf.substreams.index.v1.Keys