Skip to content

eosio.token-v0.9.0

Compare
Choose a tag to compare
@YaroShkvorets YaroShkvorets released this 08 May 15:36
· 107 commits to develop since this release

Add to_or_from filter to map_accounts

Params allow to filter messages and can be supplied to modules in the form of URL query, i.e. to=swap.defi&contract=eosio.token - filter EOS transfers to swap.defi account

  • map_transfers - filter transfers
    • to - receiver
    • from - sender
    • symcode - symbol code
    • contract - token contract
    • to_or_from - either receiver or sender
  • map_accounts - filter account balance changes
    • account - account
    • symcode - symbol code
    • contract - token contract
  • map_stat - filter token stats
    • symcode - symbol code
    • contract - token contract

Full Changelog: eosio.token-v0.8.1...eosio.token-v0.9.0