From 2bc57f8c009356e6eeae96603f2a892fc0907c0b Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:37:24 +0100 Subject: [PATCH 1/3] Update 2019-12-17-solidity-0.6.0-release-announcement.md --- src/posts/2019-12-17-solidity-0.6.0-release-announcement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/2019-12-17-solidity-0.6.0-release-announcement.md b/src/posts/2019-12-17-solidity-0.6.0-release-announcement.md index c1d54092..6a1eb8a2 100644 --- a/src/posts/2019-12-17-solidity-0.6.0-release-announcement.md +++ b/src/posts/2019-12-17-solidity-0.6.0-release-announcement.md @@ -54,7 +54,7 @@ Furthermore, the Yul optimizer is automatically activated together with the regu - Introduce `try`/`catch`-statement - Modify `push(element)` for dynamic storage arrays such that it does not return the new length anymore. - Yul: Introduce `leave` statement that exits the current function. -- JSON AST: Add the function selector of each externally-visible FunctonDefinition to the AST JSON export. +- JSON AST: Add the function selector of each externally-visible FunctionDefinition to the AST JSON export. **Compiler Features:** From 818444c9023f4aa36d84a6848041bd478493329e Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:38:17 +0100 Subject: [PATCH 2/3] Update bundle.js --- public/bundle.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/bundle.js b/public/bundle.js index 9d7ffb3a..2a42d73c 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -9694,7 +9694,7 @@ resetSupported: anyMethodExists(solJson, 'solidity_reset'), compileJsonSupported: anyMethodExists(solJson, 'compileJSON'), compileJsonMultiSupported: anyMethodExists(solJson, 'compileJSONMulti'), - compileJsonCallbackSuppported: anyMethodExists(solJson, 'compileJSONCallback'), + compileJsonCallbackSupported: anyMethodExists(solJson, 'compileJSONCallback'), compileJsonStandardSupported: anyMethodExists(solJson, 'compileStandard', 'solidity_compile') }; } @@ -11626,7 +11626,7 @@ features: { legacySingleInput: methodFlags.compileJsonStandardSupported, multipleInputs: methodFlags.compileJsonMultiSupported || methodFlags.compileJsonStandardSupported, - importCallback: methodFlags.compileJsonCallbackSuppported || methodFlags.compileJsonStandardSupported, + importCallback: methodFlags.compileJsonCallbackSupported || methodFlags.compileJsonStandardSupported, nativeStandardJSON: methodFlags.compileJsonStandardSupported }, compile: compileStandardWrapper.bind(this, compileBindings), @@ -17785,4 +17785,4 @@ }, false); },{"solc/wrapper":57}]},{},[100]); - \ No newline at end of file + From 6b3ec29f6220122c86385ca22bebc2465a29b85e Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:38:55 +0100 Subject: [PATCH 3/3] Update 2024-04-03-solidity-developer-survey-2023-results.md --- src/posts/2024-04-03-solidity-developer-survey-2023-results.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/2024-04-03-solidity-developer-survey-2023-results.md b/src/posts/2024-04-03-solidity-developer-survey-2023-results.md index 8ffa877c..4da8e2f3 100644 --- a/src/posts/2024-04-03-solidity-developer-survey-2023-results.md +++ b/src/posts/2024-04-03-solidity-developer-survey-2023-results.md @@ -441,7 +441,7 @@ Almost 11% selected “OTHER” and specified some of their most significant pai ### Documentation -When asked if the participants find the official documentaiton helpful, 68% of the survey respondents reported the Solidity documentation to be helpful, followed by 29.1% who consider it somewhat useful. +When asked if the participants find the official documentation helpful, 68% of the survey respondents reported the Solidity documentation to be helpful, followed by 29.1% who consider it somewhat useful. As low as 2.9% voted that they do not find the docs useful at all.