Skip to content

Commit

Permalink
build: bump solc to 0.8.23 (#758)
Browse files Browse the repository at this point in the history
* build: bump solc to 0.8.23

* test: update Precompiles bytecode

* build: bump package version to 1.1.2

* docs: roll v1.1.2 in changelog

* style: add empty line in package json

* docs: update wording

---------

Co-authored-by: Paul Razvan Berg <paul.razvan.berg@gmail.com>
  • Loading branch information
andreivladbrg and PaulRBerg committed Dec 19, 2023
1 parent ec8c2e2 commit a4bf69c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Common Changelog](https://common-changelog.org/).

[1.1.2]: https://github.com/sablier-labs/v2-core/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/sablier-labs/v2-core/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/sablier-labs/v2-core/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/sablier-labs/v2-core/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/sablier-labs/v2-core/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/sablier-labs/v2-core/releases/tag/v1.0.0

## [1.1.2] - 2023-12-19

### Changed

- Upgrade Solidity to `0.8.23` ([#758](https://github.com/sablier-labs/v2-core/pull/758))

## [1.1.1] - 2023-12-16

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ In-depth documentation is available at [docs.sablier.com](https://docs.sablier.c

## Background

Sablier V2 is a token distribution protocol used by DAOs and businesses for vesting, payroll, airdrops, and more. The
linear stream is our flagship payment model, which distributes assets on a continuous, by-the-second basis.
Sablier V2 is a token distribution protocol used by DAOs and businesses for vesting, payroll, airdrops, and more. Our
flagship model is the linear stream, which distributes assets on a continuous, by-the-second basis.

The way it works is that the sender of a payment stream first deposits a specific amount of ERC-20 tokens in a contract.
Then, the contract progressively allocates the funds to the recipient, who can access them as they become available over
Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
out = "out"
script = "script"
sender = "0x1804c8AB1F12E6bbf3894d4083f33e07309d1f38"
solc = "0.8.21"
solc = "0.8.23"
src = "src"
test = "test"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sablier/v2-core",
"description": "Core smart contracts of the Sablier V2 token distribution protocol",
"license": "BUSL-1.1",
"version": "1.1.1",
"version": "1.1.2",
"author": {
"name": "Sablier Labs Ltd",
"url": "https://sablier.com"
Expand Down
8 changes: 4 additions & 4 deletions test/utils/Precompiles.sol

Large diffs are not rendered by default.

0 comments on commit a4bf69c

Please sign in to comment.