open-ibc/vibc-core-smart-contracts

set specific tag for submodule

Closed this issue · 1 comments

When I was doing "forge install" in the ibc-app-solidity repository, I found that downloading vibc-core-smart-contracts was very slow. The main reason is that the dependency "optimism" is 262.05 MB. Can a specific tag be added to reduce the download size and improve DX?

[submodule "lib/optimism"]
    path = lib/optimism
    url = https://github.com/ethereum-optimism/optimism.git
    branch = tags/specific-tag

use forge install --shallow