Skip to content

Conversation

@dai1975
Copy link

@dai1975 dai1975 commented May 8, 2025

No description provided.

Daisuke Kanda added 5 commits March 28, 2025 09:07
Signed-off-by: Daisuke Kanda <daisuke.kanda@datachain.jp>
Signed-off-by: Daisuke Kanda <daisuke.kanda@datachain.jp>
Signed-off-by: Daisuke Kanda <daisuke.kanda@datachain.jp>
Signed-off-by: Daisuke Kanda <daisuke.kanda@datachain.jp>
Signed-off-by: Daisuke Kanda <daisuke.kanda@datachain.jp>
@dai1975 dai1975 changed the base branch from main to v0.5 May 8, 2025 08:24
waitRelay "sendPacket" "unrelayed-packets" "src"
${RLY} tx relay ${PATH_NAME} 2>&1 | tee $TMPFILE
if grep -i 'Error' $TMPFILE; then exit 1; fi
grep -e 'core\.(\*RelayMsgs)\.Send' $TMPFILE | grep ProofUnreceived
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There may be better checking method.


function __AppV1_init(string memory initialVersion) public initializer {
__IBCContractUpgradableUUPSMockApp_init(initialVersion);
allowCloseChannel(true);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An ordered channel is to close when it receive a timeout notify, so this granting is required.

Signed-off-by: Daisuke Kanda <daisuke.kanda@datachain.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants