Skip to content

Releases: pinax-network/substreams-antelope-tokens

v1.0.1

12 Nov 18:08
Compare
Choose a tag to compare
  • refactor authorization to string type (was previously repeated string)

current issue with streamingfast/substreams-sink-files#7

Modules:

Name: map_events
Kind: map
Input: source: sf.substreams.v1.Clock
Input: source: sf.antelope.type.v1.Block
Output Type: proto:antelope.eosio.token.v1.Events
Hash: 84951f7ebf3e55a9e1c3a75f095f6a8ba95175b1
image

v1.0.0

11 Nov 11:30
Compare
Choose a tag to compare

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)

v0.4.1

13 Jul 02:50
Compare
Choose a tag to compare
  • Add fields to graph_out output
  • Refactor graph_out code

Full Changelog: v0.4.0...v0.4.1

v0.4.0

10 Apr 13:15
0f2410f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.9...v0.4.0

v0.3.9

02 Apr 10:21
f763f08
Compare
Choose a tag to compare

What's Changed

  • use composite primary keys for ch_out by @fschoell in #8

Full Changelog: v0.3.8...v0.3.9

v0.3.8

27 Mar 14:29
Compare
Choose a tag to compare

update antelope-rust library

Full Changelog: v0.3.7...v0.3.8

v0.3.7

22 Mar 13:26
Compare
Choose a tag to compare
  • Handle invalid asset in transfers

Full Changelog: v0.3.6...v0.3.7

v0.3.6

21 Mar 23:58
Compare
Choose a tag to compare
  • Handle invalid assets with latest antelope-rs lib

v0.3.5

20 Mar 23:12
Compare
Choose a tag to compare
  • Add ch_out() module for Clickhouse
  • Update underlying library to address asset precision panic

v0.3.4

19 Mar 20:33
Compare
Choose a tag to compare

Update substreams-antelope to fix bug with empty receipt

Full Changelog: v0.3.3...v0.3.4