Skip to content

Commit

Permalink
Merge pull request #392 from icon-project/fix/pending-response-delivery
Browse files Browse the repository at this point in the history
fix: wait until all protocols have delivered the message
  • Loading branch information
gcranju authored Oct 5, 2024
2 parents bb7ae72 + 978e75a commit 231a239
Show file tree
Hide file tree
Showing 8 changed files with 1,012 additions and 61 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ lerna-debug.log*
.anchor
test-ledger

### Soroban ###
.soroban
test_snapshots

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

Expand Down
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,3 @@
[submodule "contracts/evm/lib/solidity-examples"]
path = contracts/evm/lib/solidity-examples
url = https://github.com/LayerZero-Labs/solidity-examples
[submodule "contracts/evm/lib/openzeppelin-contracts"]
path = contracts/evm/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "contracts/evm/lib/openzeppelin-contracts-upgradeable"]
path = contracts/evm/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
Loading

0 comments on commit 231a239

Please sign in to comment.