-
Updated
Jul 7, 2022 - Kotlin
dlt
Here are 196 public repositories matching this topic...
-
Updated
Jun 7, 2022 - Go
-
Updated
Apr 16, 2019 - C++
Lua SC support
In Scala codegen, ContractId[T] = T.ContractId. However, in Java codegen, T.ContractId <: ContractId<T> but not vice versa, which means that (cidT: ContractId<T>).exerciseX(...) doesn't work, and ((T.ContractId) cidT) can fail too.
- add a test illustrating this distinction for Java codegen using
illTyped, and that a decoded-from-ValueContractId<T>may not even be `instanceof T
- Blocked by #2378
As mentioned in [this comment] we temporary allow users to send extra bytes, but we print warning message. This was done to help SDK-developers.
After everything is stabilized we have to remove this and return an error every time something with extra bytes was sent
-
Updated
Apr 29, 2021 - C++
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jul 21, 2020 - Java
-
Updated
Jul 8, 2022 - Python
-
Updated
Oct 26, 2021 - Objective-C
-
Updated
Jun 30, 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
Jul 7, 2022 - Scala
-
Updated
Mar 31, 2019 - Python
-
Updated
Apr 2, 2022 - JavaScript
-
Updated
Mar 31, 2019 - C++
-
Updated
Jun 25, 2022 - Haskell
-
Updated
Jun 17, 2019 - JavaScript
-
Updated
Jun 28, 2022 - Kotlin
-
Updated
Jun 22, 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."
Each contract has its own Lua stack.
To advance over several events, use coroutines.