Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Caignec committed Jan 6, 2025
1 parent 30568aa commit 40fc9b2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# Changelog

## vNEXT

- Better handling for env variables. (#55)
- Remove references to blockscout v5. (#49)
- Verify VoucherProxy contracts. (#51)

## v1.0.0

### What's new?

- Allow users to access resources of the iExec network via a sponsorship voucher.

### More details

- Upgrade Solidity Compiler to `v0.8.27`. (#45)
- Bump dependencies: (#44)
- `@openzeppelin/hardhat-upgrades`, `hardhat`, `ethers`, `prettier`, and others [minor version bump]
- `prettier-plugin-organize-imports@4`
- `@openzeppelin/hardhat-upgrades`, `hardhat`, `ethers`, `prettier`, and others [minor version bump]
- `prettier-plugin-organize-imports@4`
- Add `getVoucherProxyCodeHash(..)` & `isRefundedTask(..)` view functions. (#43)
- Add `predictVoucher(..)` & `isVoucher(..)` functions. (#42)
- Generate UML class diagram for contracts. (#41)
Expand Down Expand Up @@ -44,12 +48,12 @@
- Match orders through voucher. (#12)
- Add external-hardhat network configuration. (#11)
- Add voucher credit and SRLC manipulation. (#10)
- SRLC and iExec poco is mocked.
- set voucher credit as VoucherHub is ERC20.
- SRLC and iExec poco is mocked.
- set voucher credit as VoucherHub is ERC20.
- Upgrade configuration: (#9)
- Upgrade dependencies: hardhat, husky, iExec Poco.
- Ignore mocks in coverage.
- Add solidity optimizer and use Bellecour network config.
- Upgrade dependencies: hardhat, husky, iExec Poco.
- Ignore mocks in coverage.
- Add solidity optimizer and use Bellecour network config.
- Add role-based access control to VoucherHub. (#8)
- Create voucher from VoucherHub with : type, expiration, authorize list. (#6)
- Create vouchers with create2. (#5)
Expand Down

0 comments on commit 40fc9b2

Please sign in to comment.