Files
pezkuwi-subxt/src
Thomas Scholtes cb6ed508a3 Event arguments are Vec not HashSet (#27)
Event arguments in the metadata are treated as `Vec` instead of
`HashSet`. This fixes an issue with event arguments of the same name.

For example the `Balances::Transfer` event has four arguments:
`AccountId` (from), `AccountId` (to), `Balance` (value), `Balance`
(fee). Before this change the code would only try to parse the two
distinct arguments `AccountId` and `Balance` and decoding would fail.
2019-11-04 15:00:54 +00:00
..
2019-10-24 16:10:10 +01:00
2019-10-03 18:17:28 +01:00
2019-09-26 17:48:25 +01:00