Bugfix in Transaction History
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
andowner
fields were flipped in theTransactionHistory
response.