From 32ad32f942888398bf99b039e98e238c3146c1b3 Mon Sep 17 00:00:00 2001 From: Jean Cvllr <31145285+CJ42@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:16:21 +0100 Subject: [PATCH] build: upgrade solc compiler version to 0.8.17 (#627) --- CHANGELOG.md | 5 ++--- hardhat.config.ts | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e667bff..f07d5a761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ All notable changes to this project will be documented in this file. See [standa ## [0.10.2](https://github.com/lukso-network/lsp-smart-contracts/compare/v0.10.1...v0.10.2) (2023-06-13) -### Bug Fixes - ### Refactor - remove `EIP191Signer.sol` library, replace by function `toDataWithIntendedValidatorHash` from latest OpenZeppelin library ([#622](https://github.com/lukso-network/lsp-smart-contracts/issues/622)) ([235048d](https://github.com/lukso-network/lsp-smart-contracts/commit/235048d028d9a770cc5fe516ce5bdbeecf9072e2)) @@ -13,7 +11,8 @@ All notable changes to this project will be documented in this file. See [standa ### Build -- uprade `@erc725/smart-contracts` version to 5.1.0 ([#624](https://github.com/lukso-network/lsp-smart-contracts/issues/624)) +- upgrade default solc compiler version to 0.8.17 ([#627])(https://github.com/lukso-network/lsp-smart-contracts/issues/627) +- upgrade `@erc725/smart-contracts` version to 5.1.0 ([#624](https://github.com/lukso-network/lsp-smart-contracts/pull/624)) - remove android + iOS artifacts from Github release ([#617](https://github.com/lukso-network/lsp-smart-contracts/pull/617)) ### Bug Fixes diff --git a/hardhat.config.ts b/hardhat.config.ts index c179b009e..1e3944771 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -80,7 +80,7 @@ const config: HardhatUserConfig = { showMethodSig: true, }, solidity: { - version: '0.8.15', + version: '0.8.17', settings: { optimizer: { enabled: true,