mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
9b2158508b
* Add new variant to Value.scala for builtin-exceptions. final case class ValueBuiltinException[+Cid](tag: String, value: Value[Cid]) extends Value[Cid] And push through the code consequences. Most places fixed up. A couple more things to do in this PR (marked NICK) A couple of things which can be left for later (marked 8020) fix build fix another scala match changelog_begin changelog_end * fix any match * add marker of code which needs attending to in the PR * extend ledger-api value.proto & fix LfEngineToApi * undo/comment-out the change to value.proto * add tests in HashSpec for BuiltinException * code but dont yet enable value-gen for builtin exceptions * address comments which suggest we crash in various places * support BuiltinException in scenario_service.proto * one more TODO 8020 tag |
||
---|---|---|
.. | ||
bin | ||
src | ||
.gitignore | ||
BUILD.bazel |