Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solana-ibc: remove connection id from client store (#131)
Connections can be fetched from client ids by traversing through the connections array. There is no need of storing the connection ids again in the client_store present in the private storage. * removed storing connection ids in client store * fmt * Update solana/solana-ibc/programs/solana-ibc/src/execution_context.rs Co-authored-by: Michal Nazarewicz <[email protected]> Signed-off-by: Dhruv D Jain <[email protected]> * Update solana/solana-ibc/programs/solana-ibc/src/execution_context.rs Co-authored-by: Michal Nazarewicz <[email protected]> Signed-off-by: Dhruv D Jain <[email protected]> --------- Signed-off-by: Dhruv D Jain <[email protected]> Co-authored-by: Michal Nazarewicz <[email protected]>
- Loading branch information