dlt
Here are 195 public repositories matching this topic...
-
Updated
May 5, 2022 - Go
-
Updated
Apr 16, 2019 - C++
Lua SC support
Each contract has its own Lua stack.
To advance over several events, use coroutines.
Currently, declaring fields with these names results in poor error messages, for example,
template Foo
with
p : Party
where
signatory p
choice FooC : ()
with
arg : Decimal
controller p
do
return ()fails with
Foo.daml:41:18: error:
• Conflicting definitions for ‘arg’
Bound at: Foo.daml:41:18
<no
Right now client/build.rs uses cargo to run cargo fmt. This approach can cause cargo recursion problem (cargo doesn't like to be invoked multiple times from it self) especially when using cargo lints. So we need to use rustfmt instead of cargo fmt.
To replace cargo build inside this script we need to do more work and that's gonna be in another issue
-
Updated
Apr 29, 2021 - C++
-
Updated
Jul 21, 2020 - Java
-
Updated
Mar 23, 2022 - Python
-
Updated
May 9, 2022 - TypeScript
-
Updated
Oct 26, 2021 - Objective-C
-
Updated
May 5, 2022 - JavaScript
-
Updated
Apr 5, 2022
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
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
May 9, 2022 - Scala
-
Updated
Mar 31, 2019 - Python
-
Updated
Apr 2, 2022 - JavaScript
-
Updated
Mar 31, 2019 - C++
-
Updated
Apr 29, 2022 - Haskell
-
Updated
Jun 17, 2019 - JavaScript
-
Updated
Apr 10, 2022 - C#
-
Updated
Sep 4, 2019
-
Updated
Jan 9, 2019 - Java
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