Commit Graph

7 Commits

Author SHA1 Message Date
Samuel Williams
e8df3cf6e0
Add --ide-ledger flag to daml script cli (#16547)
* Add --ide-ledger flag to daml script cli

* Fix a couple tests

* Apply suggestions from code review

Co-authored-by: Remy <remy.haemmerle@daml.com>

* Formatting fix

* Fix warning

* Rename LedgerMode + its variants

* Update unreleased changelog

---------

Co-authored-by: Remy <remy.haemmerle@daml.com>
2023-03-16 10:57:51 +00:00
Moisés Ackerman
98dd1a3045
Add dynamicExercise expression and builtin (#16431)
* Add dynamicExercise expression and builtin

* Add DAML_DYNAMIC_EXERCISE feature flag
2023-03-15 10:35:24 +01:00
Samuel Williams
95dda28129
Add warning for top level test-like definitions (#16438)
* Add warning for top level test-like definitions

* Missing commas

* Generalise script package check to be unversioned

* Add a note to release file
2023-03-09 10:09:40 +00:00
Samuel Williams
8e90882105
Add errors for self, this, and arg. Add many tests (#16459)
* Add errors for self, this, and arg. Add many tests

* All WarnUnsupportDamlNames flag, warn for non breaking names, update tests

* Rename flag, update test

* Update to merged ghc version, changelog
2023-03-09 09:14:39 +00:00
mziolekda
9430f078ec
clean unreleased file (#16437) 2023-03-02 12:45:43 +01:00
Sergey Kisel
f184892125
Authorization rule changes for IDPs isolation [DPP-1336] (#15848) 2023-01-12 13:43:48 +01:00
pbatko-da
c5250b08c4
[DPP-1327] Adjust ETQ metric names [WIP] (#15947)
These metrics where changed in a previous PR: #15770
This PR adjusts the metrics names and documents the changes.

Each of the metrics below is a family of metrics starting with such prefix.

New metrics:
daml_index_db_flat_transactions_stream_translation
daml_index_db_flat_transactions_stream_fetch_event_consuming_ids_stakeholder
daml_index_db_flat_transactions_stream_fetch_event_consuming_payloads
daml_index_db_flat_transactions_stream_fetch_event_create_ids_stakeholder
daml_index_db_flat_transactions_stream_fetch_event_create_payloads

daml_index_db_tree_transactions_stream_translation
daml_index_db_tree_transactions_stream_fetch_event_consuming_ids_non_stakeholder
daml_index_db_tree_transactions_stream_fetch_event_consuming_ids_stakeholder
daml_index_db_tree_transactions_stream_fetch_event_consuming_payloads
daml_index_db_tree_transactions_stream_fetch_event_create_ids_non_stakeholder
daml_index_db_tree_transactions_stream_fetch_event_create_ids_stakeholder
daml_index_db_tree_transactions_stream_fetch_event_create_payloads
daml_index_db_tree_transactions_stream_fetch_event_non_consuming_ids_informee
daml_index_db_tree_transactions_stream_fetch_event_non_consuming_payloads

Removed:
daml_index_db_get_flat_transactions
daml_index_db_get_transaction_trees
2023-01-05 10:10:41 +01:00