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

Methods request for CKB precompiled contract #1210

Open
jimzk opened this issue May 29, 2023 · 0 comments
Open

Methods request for CKB precompiled contract #1210

jimzk opened this issue May 29, 2023 · 0 comments
Assignees

Comments

@jimzk
Copy link

jimzk commented May 29, 2023

Propose-a-new-feature

For now CKB precompiled contract only provides method getCell(bytes32 txHash, uint32 index) for other contract to use (see here). We probably need more methods for proof verification in IBC, for example

  • getLiveCells(Height height)
  • getLatestHeight

The specific methods we need are not confirmed until CKB hardfork has been launched. This issue is for track and discussion.

cc @ashuralyk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@Flouse @jimzk @KaoImin and others