Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: register ckb light client #40

Merged
merged 3 commits into from
Dec 22, 2023
Merged

chore: register ckb light client #40

merged 3 commits into from
Dec 22, 2023

Conversation

ashuralyk
Copy link
Contributor

No description provided.

@ashuralyk ashuralyk force-pushed the chore/enable-ckb-client branch 3 times, most recently from e0eccef to 5f28cfe Compare December 21, 2023 02:22
* Return same client state as MockClient

* Comment out verifyClientState for now
and simplify deployment a bit by making some library functions internal
consensusStateCommitment: bytes32(""),
height: Height.Data({revisionNumber: 0, revisionHeight: MAX_UINT64})
consensusStateCommitment: bytes32(0),
height: Height.Data({revisionNumber: 0, revisionHeight: 9999})
Copy link
Contributor

Choose a reason for hiding this comment

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

why use 9999 as revisionHeight?

Copy link
Contributor

Choose a reason for hiding this comment

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

I just copied from MockClient.

@blckngm blckngm merged commit b58c684 into master Dec 22, 2023
3 checks passed
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.

4 participants