iroha
iroha copied to clipboard
Remove `ids` from trigger set serialization
Currently serialization of trigger set is redundant because it includes ids of triggers twice: in ids field and in specialized trigger fields.
Check if this can be removed, one concern is if ids influence execution order of triggers.