digital-asset / daml

The Daml smart contract language
https://www.digitalasset.com/developers
795 stars 199 forks source link

Java typed-decoders features #15014

Open S11001001 opened 1 year ago

S11001001 commented 1 year ago

There is now a collection of associated ledger client facade issues, all somewhat loosely dependent on #14313 (though truly only ~interface FromValue~ interface ValueDecoder is required for all of them).

S11001001 commented 1 year ago

While there is ever-increasing overlap between the untyped-value classes like CreatedEvent and their typed-value counterparts like Created and Contract<...>, we won't unify them as part of this metaissue.

Additionally, as of this writing our only plans regarding this metaissue are to finish the exercise event ideas included above, and beyond that allow changes to quickstart-java and downstream help to discover new features, at least until we have another idea.