Skip to content
#

dlt

Here are 196 public repositories matching this topic...

S11001001
S11001001 commented Jun 29, 2022

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-Value ContractId<T> may not even be `instanceof T
component/java-ecosystem good first issue team/app-runtime
iroha
Arjentix
Arjentix commented Jun 22, 2022
  • 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

good first issue iroha2 api-changes Refactor
izzzio
nedobylskiy
nedobylskiy commented Oct 8, 2019

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

enhancement good first issue Medium LVL hacktoberfest

This project solves the problem of mismatching between rgb camera and depth camera of Kinect camera. And we can get higher quality point cloud model than Kinect itself. We solve the problem by first using both DLT and Zhangzhengyou‘s checkerboard to calibrate the camera, and then applying the calibrated parameters to project and re-project from the image captured by RGB and depth camera.

  • Updated Mar 31, 2019
  • C++

Improve this page

Add a description, image, and links to the dlt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dlt topic, visit your repo's landing page and select "manage topics."

Learn more