You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 examplegetLiveCells(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
The text was updated successfully, but these errors were encountered: