dlt
Here are 174 public repositories matching this topic...
-
Updated
Apr 16, 2019 - C++
-
Updated
Jun 26, 2021 - Go
Lua SC support
Each contract has its own Lua stack.
To advance over several events, use coroutines.
There's a bunch of back-and-forth between domain.Offset and String in AcsTxStreams and [ContractsFetch](https://github.com/digital-asset/daml/blob/9fd8182bbb6c7ee85b65a7edbeba68ca5ac9b901/ledger-service/http-json/src/main/scala/c
It would be handy for longevity stand to have export of logs into some file which can be structurally filtered. Bunyan format fits for that case:
https://crates.io/crates/tracing-bunyan-formatter
As an enhancement it would great to limit file size somehow and let new logs overwrite old ones.
-
Updated
Apr 29, 2021 - C++
-
Updated
Jul 21, 2020 - Java
-
Updated
Oct 7, 2021 - Objective-C
-
Updated
Sep 29, 2021 - Python
-
Updated
Sep 29, 2021 - JavaScript
Hi! My name is Andrey and I'm glad to see you here :)
In this distribution, we are creating our open source blockchain platform. In development, we adhere to two main ideas: universatility and simplicity.
The technology should be as flexible as possible so that it can be easily used in different industries.
The technology should be simple enough so that everyone understands
-
Updated
Sep 2, 2021
-
Updated
Oct 13, 2021 - JavaScript
Token ledger
It would be useful to be able to look at transactions on the payments/token ledger of Sovrin, i.e. ledger id = 1001.
Are you already working on this? Would you be open to a PR?
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Mar 31, 2019 - C++
-
Updated
Jun 17, 2019 - JavaScript
-
Updated
Aug 25, 2021 - Haskell
-
Updated
Mar 31, 2019 - Python
-
Updated
Sep 4, 2019
-
Updated
Sep 15, 2020 - C#
-
Updated
Jan 9, 2019 - Java
-
Updated
Sep 21, 2021 - TypeScript
Improve this page
Add a description, image, and links to the dlt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dlt topic, visit your repo's landing page and select "manage topics."
Currently there seem to be 3 options for testing Corda:
The MockNetwork is useful for testing flows but it doesn't implement an RPC interface so you can't use it in your Spring REST API tests.
The Driver DSL has an RPC interface but all the work appears to have to be done in the dsl closure which means you can't get