Skip to content

Commit

Permalink
evm: implement ibc packet timeout (#712)
Browse files Browse the repository at this point in the history
closes #538
  • Loading branch information
hussein-aitlahcen authored Sep 15, 2023
2 parents ab63c91 + 18e6d0d commit b3502b5
Show file tree
Hide file tree
Showing 18 changed files with 229 additions and 666 deletions.
4 changes: 1 addition & 3 deletions evm/contracts/Glue.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pragma solidity ^0.8.18;

import "./core/02-client/ILightClient.sol";
import "./core/02-client/IBCHeight.sol";
import "./apps/20-transfer/TransferPacket.sol";
import "./proto/ibc/core/client/v1/client.sol";
import "./proto/ibc/lightclients/tendermint/v1/tendermint.sol";
import "./proto/cosmos/ics23/v1/proofs.sol";
Expand All @@ -22,7 +21,6 @@ contract Glue {
IbcCoreClientV1Height.Data memory,
OptimizedConsensusState memory,
ProcessedMoment memory,
TendermintTypesCanonicalVote.Data memory,
TransferPacket memory
TendermintTypesCanonicalVote.Data memory
) public pure {}
}
187 changes: 0 additions & 187 deletions evm/contracts/apps/20-transfer/ICS20Bank.sol

This file was deleted.

Loading

0 comments on commit b3502b5

Please sign in to comment.