Skip to content

Commit

Permalink
build: bump submodules
Browse files Browse the repository at this point in the history
build: pin permit2 to "release" branch
build: pin v2-core to "release" branch
  • Loading branch information
PaulRBerg committed Jul 7, 2023
1 parent 10236b5 commit d9d8791
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
path = "lib/openzeppelin-contracts"
url = "https://github.com/OpenZeppelin/openzeppelin-contracts"
[submodule "lib/permit2"]
branch = "main"
branch = "release"
path = "lib/permit2"
url = "https://github.com/sablier-labs/permit2"
[submodule "lib/prb-proxy"]
Expand All @@ -23,6 +23,6 @@
path = "lib/solady"
url = "https://github.com/Vectorized/solady"
[submodule "lib/v2-core"]
branch = "main"
branch = "release"
path = "lib/v2-core"
url = "https://github.com/sablier-labs/v2-core"
2 changes: 1 addition & 1 deletion lib/permit2
2 changes: 1 addition & 1 deletion lib/prb-proxy
Submodule prb-proxy updated 41 files
+62 −62 .gas-snapshot
+1 −0 .github/ISSUE_TEMPLATE/config.yml
+54 −0 .github/ISSUE_TEMPLATE/deployment_request.yml
+67 −0 .github/workflows/ci-deep.yml
+1 −1 .github/workflows/ci.yml
+21 −131 CHANGELOG.md
+50 −0 CONTRIBUTING.md
+1 −1 LICENSE.md
+71 −94 README.md
+52 −0 deployments.json
+2 −0 foundry.toml
+3 −6 package.json
+5 −5 pnpm-lock.yaml
+20 −8 script/Base.s.sol
+2 −2 script/DeployDeterministicRegistry.s.sol
+2 −2 script/DeployProxyViaRegistry.s.sol
+1 −1 script/DeployRegistry.s.sol
+2 −2 script/SetPermission.s.sol
+3 −3 src/PRBProxy.sol
+2 −2 src/PRBProxyRegistry.sol
+2 −2 src/interfaces/IPRBProxy.sol
+11 −10 src/interfaces/IPRBProxyRegistry.sol
+1 −1 test/mocks/plugins/PluginReverter.sol
+0 −8 test/mocks/targets/TargetPayable.sol
+1 −1 test/mocks/targets/TargetReverter.sol
+1 −1 test/proxy/Proxy.t.sol
+2 −2 test/proxy/execute/execute.t.sol
+3 −3 test/proxy/execute/execute.tree
+4 −3 test/proxy/receive/receive.t.sol
+10 −7 test/proxy/run-plugin/runPlugin.t.sol
+3 −3 test/proxy/run-plugin/runPlugin.tree
+11 −4 test/registry/deploy-and-execute-and-install-plugin/deployAndExecuteAndInstallPlugin.t.sol
+9 −5 test/registry/deploy-and-install-plugin/deployAndInstallPlugin.t.sol
+1 −1 test/registry/deploy-for/deployFor.t.sol
+1 −2 test/registry/install-plugin/installPlugin.t.sol
+10 −8 test/registry/set-permission/setPermission.t.sol
+4 −4 test/registry/set-permission/setPermission.tree
+1 −2 test/registry/uninstall-plugin/uninstallPlugin.t.sol
+2 −2 test/registry/uninstall-plugin/uninstallPlugin.tree
+1 −1 test/registry/version/version.t.sol
+1 −1 test/utils/Precompiles.sol
2 changes: 1 addition & 1 deletion lib/solady
2 changes: 1 addition & 1 deletion lib/v2-core

0 comments on commit d9d8791

Please sign in to comment.