daml/triggers/service/test-model
Moritz Kiefer b6e04c4fee
Fix protobuf decoding in trigger service (#7967)
We need to go via the methods in Reader to make sure that we get our
increased protobuf recursion limit. Otherwise, we fail when trying to
read from the database on anything non-trivial. I’ve verified that the
definition I’ve added is sufficient to break the default limit.

changelog_begin

- [Trigger Service] Fix a bug where complex models resulted in a fatal
  error when restoring the state from the database due to an incorrect
  protobuf recursion limit.

changelog_end
2020-11-16 12:16:03 +01:00
..
ErrorTrigger.daml allow updating user state from high-level trigger rule (#7674) 2020-10-14 14:51:25 +00:00
LowLevelErrorTrigger.daml interpret allowed updates and other actions in a free Trigger monad, like Script (#7456) 2020-10-02 14:18:13 -04:00
TestTrigger.daml Fix protobuf decoding in trigger service (#7967) 2020-11-16 12:16:03 +01:00