Solana-common-v0.3.0
·
107 commits
to develop
since this release
- Kept the module hashes identical for
blocks_without_votes
andprogram_ids_without_votes
index - Renamed the protobuf output for the 'transaction' modules to
proto:sf.substreams.solana.v1.Transactions
instead ofsol.transactions...
- Renamed the
filtered_transactions_without_votes
module totransactions_by_programid_without_votes
. This index is way bigger than the one with only program IDs, but cover more cases. - Added
program_ids_and_accounts_without_votes
index andtransactions_by_programid_and_account_without_votes
associated mapper