daml/language-support
Gary Verhaegen 5114fadd1d
ts/ledger: package management (#8115)
This PR adds coverage for the package management endpoints of the JSON
API.

CHANGELOG_BEGIN

- [JavaScript Client Libraries] The Ledger object (returned by
  `useLedger` through the React bindings) has three new methods covering
  the package management API: `listPackages` returns a list of all known
  packageIDs, `getPackage` returns the binary data of the corresponding
  DALF, and `uploadDarFile` takes binary data and uploads it to the
  ledger. Note that `uploadDarFile` requires admin access.

CHANGELOG_END
2020-12-01 12:58:29 +00:00
..
codegen-common set scalac -Xsource:2.13 -Ypartial-unification globally (#6469) 2020-06-24 16:51:24 -04:00
codegen-main Use com.daml as root package (#5343) 2020-04-05 19:49:57 +02:00
hs/bindings daml ledger: add a max-inbound-message-size flag for grpc (#7954) 2020-11-13 00:16:06 +00:00
java Bazel: Simplify the implementation of proto_gen. (#8120) 2020-12-01 10:36:10 +00:00
scala ledger-api: Use proto_jars, and publish Protobuf sources separately from the Scala classes. [KVL-714] (#8091) 2020-11-27 17:14:48 +00:00
ts ts/ledger: package management (#8115) 2020-12-01 12:58:29 +00:00