These 19 commits are when the Protocol Buffers files have changed:
| Commit: | dd737e5 | |
|---|---|---|
| Author: | Jun Kimura | |
fix light-client package path Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
The documentation is generated from this commit.
| Commit: | 9b1e7a7 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
add relay module Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 707e901 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
split into multi modules Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 4c7d6e0 | |
|---|---|---|
| Author: | Jun Kimura | |
Merge branch 'main' into update-version Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 06fafc2 | |
|---|---|---|
| Author: | Jun Kimura | |
change the module name to github.com/hyperledger-labs/yui-fabric-ibc Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 7eb7a73 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
update ibc-go version to v1.0.0-beta1 Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 15725c7 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | GitHub | |
Introduce EventHandler for application events (#29) * rename tx handler * introduce EventHandler which handles events of application * add comment * fix app.ResponseTx to returns events * add querier of packet acknowledgment * fix path of ack data Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | c775484 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | GitHub | |
Fix CC api (#24) Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | fd6da87 | |
|---|---|---|
| Author: | Jun Kimura | |
move app proto into proto dir Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | eb5e9fa | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
refactoring xx-fabric/types Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | c44df5e | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
update sdk version Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 9a2a68c | |
|---|---|---|
| Author: | 3100 | |
| Committer: | GitHub | |
Client with mspconfigs (#21) * update ClientState and Header to deal with MSP * add ActionType to MSPConfig and MSPPolicy. rename ID to MSPID * do refactaring for tests * pass msp configs directly to VerifyEndorsedMessage and VerifyEndorsedCommitment * modify to check ActionTypes * improve Header spec for MSP and modify * add test cases * modify to use the same func for comparing MSPID Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 3a83e3d | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | GitHub | |
Fix serialization error in chaincode (#17) Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | a5a14f6 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | GitHub | |
Add custom application support (#15) * add Applicatoin interface * add AppProvider support * move IBCApp implementation into example package * remove unused funcs * fix to return a value instead of pointer * fix func name * add Query support * add test case uses Query function * fix comments Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | ea6906f | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | GitHub | |
Implement IBC policy (#13) * rename Proof to CommitmentProof * define MessageProof * implement VerifyEndorsedMessage function * rename MakeProof to MakeCommitmentProof * fix to pass tests * set MessageProof type to codec Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 6b1749a | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | GitHub | |
fix response type of chaincode (#8) Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | ecbf171 | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
implement sequence generator Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 3de8580 | |
|---|---|---|
| Author: | Jun Kimura | |
add sequence manager Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
| Commit: | 8ea341e | |
|---|---|---|
| Author: | Jun Kimura | |
| Committer: | Jun Kimura | |
update cosmos-sdk and use protobuf Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>