Skip to content

Tags: datachainlab/cross

Tags

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #59 from datachainlab/disable-packet-timeout

Disable packet-timeout

Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #56 from datachainlab/spec-compliant

Spec compliant

Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #54 from datachainlab/auth-type

Introduce AuthType to Account

Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #50 from datachainlab/update-ibc

Update ibc-go version to v1.0.0-beta1

v0.0.9

Toggle v0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #48 from datachainlab/packet-pb

Change packet data to Any type

Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #45 from datachainlab/fix-simple-commit

Fix simple commit

v0.0.7

Toggle v0.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #36 from datachainlab/develop

Merge develop branch

v0.0.6

Toggle v0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #27 from datachainlab/develop

Develop

v0.0.5

Toggle v0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add cross-chain call support (#23)

* introduce a linker which links results of multiple contract call

* add return-value constraint support

* set codec to ReturnValue type

* fix test

* fix codec and tests

* fix tests

* add ResolverProvider argument to cross.NewKeeper

* add docs

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix to not get incorrect locks at prepare phase (#24)