daml/daml-lf/kv-support
Nicu Reut 3f06e322fd
[lf kvlib] - Handle rollback nodes when traversing transaction [KVL-1566] (#15020) (#15028)
We need to extract all the package party mappings found in a transaction, including the nodes that are under a rollback node
Rollback nodes have no informees of their own but we extract the children as expected

changelog_begin
changelog_end
2022-09-15 08:48:14 +00:00
..
src [lf kvlib] - Handle rollback nodes when traversing transaction [KVL-1566] (#15020) (#15028) 2022-09-15 08:48:14 +00:00
BUILD.bazel Remove kvutils buf configuration and other leftovers [KVL-1427] (#13732) 2022-04-28 16:00:23 +02:00
README.md Rename kv-transaction-support library [KVL-1168] (#12212) 2021-12-20 16:33:36 +01:00

The KV Daml-LF library

This package contains LF utilities specifically tailored for the KV integration kit. This library does not define a stable public API, and should not be used outside of the KV integration kit. Breaking changes to this library will be made without notice.