Releases: pinax-network/substreams-antelope-tokens
Releases · pinax-network/substreams-antelope-tokens
v1.0.1
- refactor
authorization
tostring
type (was previouslyrepeated 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
v1.0.0
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 allmap_events
- add
token
(ExtendedSymbol, ex: "4,EOS@eosio.token") to allmap_events
- add
authorization
to Actionmap_events
(transfer/create/retire/issue) - add
index
to Actions & Changes- Actions uses
execution_index
- DbOps creates it's own incremental index
- Actions uses
- add
max_supply_delta
toSupplyChange
Fixes
- fix
balance_changes
&supply_changes
to include tokens with customizedaccounts
orstat
tables (ex: CHEX includes extra fields in theiraccounts
table)
Breaking ❌
- remove
issuer
fromissue
&retire
Events (receiver
is not the issuer, can produce false data) - rename
action_index
toindex
for Action & Changes map events - remove
sinks
(graph_out
&ch_out
moved tosubgraph-antelope-tokens
)
v0.4.1
- Add fields to graph_out output
- Refactor graph_out code
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.9
v0.3.8
update antelope-rust
library
Full Changelog: v0.3.7...v0.3.8
v0.3.7
- Handle invalid asset in transfers
Full Changelog: v0.3.6...v0.3.7
v0.3.6
- Handle invalid assets with latest antelope-rs lib
v0.3.5
- Add
ch_out()
module for Clickhouse - Update underlying library to address asset precision panic
v0.3.4
Update substreams-antelope
to fix bug with empty receipt
Full Changelog: v0.3.3...v0.3.4