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
This issue tracks the status of the progress toward MVP demo implementation by the end of February 2025.
Task List
The following items should be implemented:
Cairo Contracts
Full implementation of Cairo IBC core with mocked IBC clients for both Cosmos and Starknet.
NOTES: the mocked light clients can at best support signature-based attestation by the relayer. There is no light client security available at this point.
The content you are editing has changed. Please copy your edits and refresh the page.
Context
This issue tracks the status of the progress toward MVP demo implementation by the end of February 2025.
Task List
The following items should be implemented:
Cairo Contracts
Full implementation of Cairo IBC core with mocked IBC clients for both Cosmos and Starknet.
NOTES: the mocked light clients can at best support signature-based attestation by the relayer. There is no light client security available at this point.
Comet Light Client
Starknet Light Client on Cosmos
Relayer
Full IBC relaying integration on public testnets with a working CLI that users can experiment with.
Relayer
ConnectionEndWithProofsQuerier
andConnectionEndQuerier
#139StarknetMessage
type containing counterparty Cosmos height #165CLI
start
command #191bootstrap
subcommand #109query client state
CLI #148query chain-status
CLI #159query balance
CLI #160e2e Tests
test_starknet_ics20_contract
to fully simulate relaying from Cosmos to Starknet #170Done
Connection Handshake
conn_open_init
handler + tests #112conn_open_try
handler + test #114conn_open_ack
, test, and modifications to other connection handlers #115conn_open_confirm
handler + test #116Channel Handshake
Packet Handlers
send_packet
handler and integrate ICS20 with IBC core contract #93send_packet
handler #97The text was updated successfully, but these errors were encountered: