ics06-solomachine

Crates.ioics06-solomachine
lib.rsics06-solomachine
version0.1.2
sourcesrc
created_at2023-09-25 14:49:09.065453
updated_at2023-09-25 14:49:09.065453
description Implementation of the ICS06 solomachine client according by ibc-go.
homepage
repositoryhttps://github.com/octopus-network/ics06-solomachine.git
max_upload_size
id982795
size75,131
Davirain (DaviRain-Su)

documentation

README

ICS06 Solo Machine Client by rust

Current this implement just impl Single Signatue, currently only supports single sign-on.

implement ics06-solo-machine-client by rust

v3: reference to ibc-go v7.3.0 ics06-solo-machine-client

todo

[ ] Multi Signature

issue

  • ics06 solomachine client consensus state don't have CommitmentRoot field, current just add for ics06 solomachine client consensus state a temp root(CommitmentRoot) field and give value is publicKey Bytes.
Commit count: 107

cargo fmt