Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump solc and v2 core #244

Merged
merged 6 commits into from
Dec 20, 2023
Merged

build: bump solc and v2 core #244

merged 6 commits into from
Dec 20, 2023

Conversation

PaulRBerg
Copy link
Member

@PaulRBerg PaulRBerg commented Dec 19, 2023

This PR closes #241 and #243 by upgrading V2 Core to v1.1.2 and the Solidity compiler to v0.8.23. Also closes #193.

I ended up bumping Solidity for the following reasons:

  • Avoid any potential incompatibilities between the two repos (imagine an external project integrating both V2 Core and V2 Periphery; it's easier when Sablier V2 is ubiquitously using the same compiler in foundry.toml)
  • It doesn't hurt. The deployment commit and tag (v1.1.0) can remain intact.
  • The DeployProtocol script wouldn't work anymore (because of the viaIR bug)
  • Use precompiles to write a protocol deployment script #238 couldn't be implemented

CHANGELOG.md Show resolved Hide resolved
@PaulRBerg PaulRBerg merged commit 53e2590 into main Dec 20, 2023
7 checks passed
@PaulRBerg PaulRBerg deleted the build/bump-solc-and-v2-core branch December 20, 2023 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump V2 Core to v1.1.2 Update the core contracts addresses in fork tests once deployed
2 participants