-
Kizdar net |
Kizdar net |
Кыздар Нет
Solidity Forum - The place for all Solidity developers, tool builders ...
Sep 13, 2024 · The place to discuss design and usage of and changes to the Solidity programming language.
Solidity v0.8.25 is out! - Announcements - Solidity Forum
Mar 15, 2024 · Introducing the newest version of the Solidity Compiler v0.8.25. This is a minor release following the Dencun hard-fork on Ethereum mainnet that occurred on March 13, 2024 …
Solc AST generator - Solidity Forum
Jan 31, 2025 · I’m trying to obtain an AST from a solidity contract I cannot find anyway to achieve that using solc I saw on previous versions there were --ast options in command line or other …
Are Generics no longer planned? - Solidity Forum
Oct 10, 2024 · I see that as part of the open issue for generics in solidity Issue #13776 generics seem to have been removed from the “Solidity Roadmap” github project. Are generics no …
[ANN] Yolc - a safe, expressive, fun language for Ethereum Using ...
Jan 7, 2025 · Hi, I’d like to announce the launch of the technical preview of the /Yolc project/. It is the first milestone where Yolc can produce a partial ERC20 code deployable to Ethereum …
Solidity v0.8.30 just landed! - Announcements - Solidity Forum
May 7, 2025 · This new version of the compiler is a maintenance release in light of the Pectra Ethereum network upgrade scheduled for May 7, 2025 and changes the default EVM version …
Add the ability to make dynamic arrays in memory - Solidity Forum
Sep 19, 2023 · Problem Solidity currently only supports static arrays in memory, when it is more than capable of handling dynamic memory arrays. A proof of concept can be seen with a repo …
We are thrilled to release Solidity v0.8.29!
Mar 12, 2025 · General: The experimental EOF backend implements a subset of EOF sufficient to compile arbitrary high-level Solidity syntax via IR with optimization enabled. SMTChecker: …
Some questions about the Solidity language
May 17, 2021 · Solidity is an object-oriented, high-level language for implementing smart contracts. It is designed to target the Ethereum Virtual Machine (EVM). There are many other …
solidity - Source File requires different compiler version
During solidity (solc) 0.5 releases the different frameworks like solc, truffle, web3, openzeppelin had a timeframe where some had a 0.5 compatible version released and some didn't. I think …