소스 검색

refactor: upgrade to solidity v0.8.13

docs: update syntax highlighting code snippet to use v0.8.13
Paul Razvan Berg 3 년 전
부모
커밋
7e238b1c7a
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      README.md
  2. 1 1
      hardhat.config.ts
  3. 0 0
      src/types/factories/Greeter__factory.ts

+ 2 - 2
README.md

@@ -106,9 +106,9 @@ compiler version is to add the following fields to your VSCode user settings:
 
 
 ```json
 ```json
 {
 {
-  "solidity.compileUsingRemoteVersion": "v0.8.4+commit.c7e474f2",
+  "solidity.compileUsingRemoteVersion": "v0.8.13+commit.abaa5c0e",
   "solidity.defaultCompiler": "remote"
   "solidity.defaultCompiler": "remote"
 }
 }
 ```
 ```
 
 
-Where of course `v0.8.4+commit.c7e474f2` can be replaced with any other version.
+Where `v0.8.13+commit.abaa5c0e` can be replaced with your version of choice.

+ 1 - 1
hardhat.config.ts

@@ -102,7 +102,7 @@ const config: HardhatUserConfig = {
     tests: "./test",
     tests: "./test",
   },
   },
   solidity: {
   solidity: {
-    version: "0.8.12",
+    version: "0.8.13",
     settings: {
     settings: {
       metadata: {
       metadata: {
         // Not including the metadata hash
         // Not including the metadata hash

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/types/factories/Greeter__factory.ts


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.