Skip to content

v0.6.0

Compare
Choose a tag to compare
@DenisCarriere DenisCarriere released this 09 May 02:32
· 7 commits to main since this release

New Features

// add single param (defaults to current `outputModule`)
substreams.param("to=swap.defi&symcode=EOS");

// add single param to specified map module 
substreams.param("to=swap.defi&symcode=EOS", "map_transfers");

// add params to various map modules
substreams.params({map_transfers: "to=swap.defi&symcode=EOS"});

substreams.start();

Tested with latest eosio.token substreams

Example: https://github.com/pinax-network/substreams-js/blob/main/examples/eosio.token.ts

What's Changed

  • Support substreams with parameters by @Krow10 in #13

New Contributors

  • @Krow10 made their first contribution in #13

Full Changelog: v0.5.0...v0.6.0