Skip to content

v1.0.0

Compare
Choose a tag to compare
@DenisCarriere DenisCarriere released this 11 Nov 11:30
· 5 commits to main since this release

New updates

  • bump Substreams Rust version to v0.6.0
  • setup Rust crate to expose protobuf for eosio.token

New fields

  • add block_date & block_hash to all map_events
  • add token (ExtendedSymbol, ex: "4,EOS@eosio.token") to all map_events
  • add authorization to Action map_events (transfer/create/retire/issue)
  • add index to Actions & Changes
    • Actions uses execution_index
    • DbOps creates it's own incremental index
  • add max_supply_delta to SupplyChange

Fixes

  • fix balance_changes & supply_changes to include tokens with customized accounts or stat tables (ex: CHEX includes extra fields in their accounts table)

Breaking ❌

  • remove issuer from issue & retire Events (receiver is not the issuer, can produce false data)
  • rename action_index to index for Action & Changes map events
  • remove sinks (graph_out & ch_out moved to subgraph-antelope-tokens)