Skip to content

Bugfix in Transaction History

Compare
Choose a tag to compare
@reuvenpo reuvenpo released this 12 Sep 12:02
· 231 commits to master since this release
ead6f74

This release fixes two minor bugs:

  • Under some circumstances, when an address would show up more than once in the "from, sender, recipient" fields of transfers (e.g. if address A sends funds from address B to address A using allowance), the event would be registered in history multiple times.
  • In transaction history, in the event of a BurnFrom operation, the burner and owner fields were flipped in the TransactionHistory response.