daml/ledger/participant-state
Jussi Mäki 7c275b17fb DamlOnX refactoring: Drop StateInit, Long Offset (#519)
* daml-on-x: Drop StateInit and use AtomicReference

- Drop the StateInit update message and introduce "getLedgerInitialConditions".
- Switch to AtomicReference from SyncVar as this is non-blocking and hence safer to use from Akka.

* ledger/participant-state: Rename recordTimeEpoch to initialRecordTime

and use the time from timeProvider at the ledger object initialization
time as the initial record time.

* fmt

* Fix use of repo as external workspace. Fix compilation issue in IndexState.scala

* Refix the use of this repo as external bazel workspace

* Fix compilation after rebase

* refmt
2019-04-23 12:56:40 +00:00
..
reference DamlOnX refactoring: Drop StateInit, Long Offset (#519) 2019-04-23 12:56:40 +00:00
src/main/scala/com/daml/ledger/participant/state/v1 DamlOnX refactoring: Drop StateInit, Long Offset (#519) 2019-04-23 12:56:40 +00:00
BUILD.bazel Add damlonx artifacts to the release (#627) 2019-04-23 14:00:55 +02:00