You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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