Commit Graph

14 Commits

Author SHA1 Message Date
Nicu Reut
03256ddbf5
[lf kv lib] - Clean up transaction traversal [kvl-1566] (#15032)
* [lf kvlib] - Remove scalaz usages from transaction traversal

* Explicitly handle unsupported node types when traversing with witnesses

changelog_begin
changelog_end
2022-09-16 10:36:19 +02:00
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
Nicu Reut
21e8ba089e
[daml-lf kvsupport] - Add transaction traversal for package party mappings [KVL-1566] (#14965)
changelog_begin
changelog_end
2022-09-08 11:31:24 +02:00
Remy
769e26e104
LF: Remove unecesary spaces in LF snippet (#14762)
CHANGELOG_BEGIN
CHANGELOG_END
2022-08-19 15:29:32 +02:00
Hubert Slojewski
968ca24b17
Remove kvutils buf configuration and other leftovers [KVL-1427] (#13732)
CHANGELOG_BEGIN
CHANGELOG_END
2022-04-28 16:00:23 +02:00
Remy
3be994c4e8
LF: introduce interfaceId field in Exercise node (#13643)
.. to track where the choice is defined.

part of #13653

CHANGELOG_BEGIN
CHANGELOG_END
2022-04-21 13:19:25 +00:00
Remy
4e51194041
LF: Drop byInterface field from Transaction Nodes (#13520)
part of #13491

CHANGELOG_BEGIN
CHANGELOG_END
2022-04-07 11:06:17 +02:00
Remy
183f936def
LF: Imporve safety of the Serialization of proto message. (#12686)
This is a follow up of #12638, applied to LF support for KV.

CHANGELOG_BEGIN
CHANGELOG_END
2022-02-01 15:45:17 +01:00
Moritz Kiefer
688f1e1e0b
Drop v0 contract ids (#12464)
* Drop v0 contract ids

changelog_begin
changelog_end

* .

changelog_begin
changelog_end
2022-01-20 15:28:27 +00:00
Hubert Slojewski
c80b2e04a3
daml-lf, kvutils: Move Daml-LF transaction and value handling logic to kv-support [KVL-1168] (#12235)
CHANGELOG_BEGIN
CHANGELOG_END
2022-01-05 14:17:48 +01:00
Hubert Slojewski
cd9911b066
daml-lf, kvutils: Move Daml-LF Archive decoding to kv-support [KVL-1168] (#12241)
CHANGELOG_BEGIN
CHANGELOG_END
2022-01-04 11:32:06 +00:00
Gary Verhaegen
d2e2c21684
update copyright headers (#12240)
New year, new copyright, new expected unknown issues with various files
that won't be covered by the script and/or will be but shouldn't change.

I'll do the details on Jan 1, but would appreciate this being
preapproved so I can actually get it merged by then.

CHANGELOG_BEGIN
CHANGELOG_END
2022-01-03 16:36:51 +00:00
Hubert Slojewski
e1b4c30132
daml-lf / kvutils: Move Daml-LF proto conversions into kv-support [KVL-1168] (#12216)
CHANGELOG_BEGIN
CHANGELOG_END
2021-12-22 15:11:22 +01:00
Hubert Slojewski
56baf036b7
Rename kv-transaction-support library [KVL-1168] (#12212)
CHANGELOG_BEGIN
CHANGELOG_END
2021-12-20 16:33:36 +01:00