-
Kizdar net |
Kizdar net |
Кыздар Нет
Solidity Forum - The place for all Solidity developers, tool builders ...
Sep 7, 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 · Solidity 0.8.25 finally makes use of it in the code generator, replacing the use of mload()/mstore() loops. Important note about Transient Storage To bring attention to the …
Newest 'solidity' Questions - Ethereum Stack Exchange
Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript and it is designed for writing smart contracts in Ethereum to run on the EVM. Solidity is …
Solidity 0.8.24 is out! - Announcements - Solidity Forum
Jan 26, 2024 · Hey all! We just released Solidity v0.8.24! 🎉 This newest version of the compiler brings readiness for the “Cancun” network upgrade, including support for transient storage …
Are Generics no longer planned? - Solidity Forum
Oct 10, 2024 · I think being more public would really help curb some of the Dunning Kruger me and other people suffer from when it comes to discussing the technical challenges associated …
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 …
What are the virtual and override keywords in Solidity?
Dec 27, 2019 · As of Solidity 0.6.0, the keywords virtual and override are available natively in Solidity for function overriding. The purpose of these keywords is to be more explicit when …
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 …
[ANN] Yolc - a safe, expressive, fun language for Ethereum Using ...
Jan 7, 2025 · Yolc aims to feature parity with Solidity plus additional advanced type-level features by 2025/Q1. At the same time, the prototype of the core of /Superfluid protocol/ v3 will use …
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: …