<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>必应：Solidity Programming Language Tutorial</title><link>http://www.bing.com:80/search?q=Solidity+Programming+Language+Tutorial</link><description>搜索结果</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Solidity Programming Language Tutorial</title><link>http://www.bing.com:80/search?q=Solidity+Programming+Language+Tutorial</link></image><copyright>版权所有 © 2026 Microsoft。保留所有权利。不得以任何方式或出于任何目的使用、复制或传输这些 XML 结果，除非出于个人的非商业用途在 RSS 聚合器中呈现必应结果。对这些结果的任何其他使用都需要获得 Microsoft Corporation 的明确书面许可。一经访问此网页或以任何方式使用这些结果，即表示您同意受上述限制的约束。</copyright><item><title>Solidity Forum - The place for all Solidity developers, tool builders ...</title><link>https://forum.soliditylang.org/</link><description>The place to discuss design and usage of and changes to the Solidity programming language.</description><pubDate>周四, 02 4月 2026 16:23:00 GMT</pubDate></item><item><title>Solidity v0.8.31 is out! - Announcements - Solidity Forum</title><link>https://forum.soliditylang.org/t/solidity-v0-8-31-is-out/3649</link><description>Version 0.8.31 of the Solidity Compiler further extends the features of storage layout specifiers. It is now possible to use constant variables in the base slot expression.</description><pubDate>周三, 01 4月 2026 12:35:00 GMT</pubDate></item><item><title>Solidity v0.8.33 is out! - Announcements - Solidity Forum</title><link>https://forum.soliditylang.org/t/solidity-v0-8-33-is-out/3651</link><description>We just released versions 0.8.32 and 0.8.33 of the Solidity Compiler. 🚨 Note: We recommend skipping 0.8.32 and upgrading directly to 0.8.33, which contains a hotfix for an issue introduced in 0.8.32. Important Bugfixes Lost Storage Array Write On Slot Overflow Version 0.8.32 fixes a bug affecting operations that involve clearing or copying arrays that straddle the end of storage. The bug ...</description><pubDate>周二, 31 3月 2026 21:47:00 GMT</pubDate></item><item><title>Solidity v0.8.25 is out! - Announcements - Solidity Forum</title><link>https://forum.soliditylang.org/t/solidity-v0-8-25-is-out/2209</link><description>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 at 13:55 UTC. Dencun Upgrade The Dencun upgrade combines changes to both Ethereum’s consensus and execution layers. The full list of protocol changes can be found in EIP-7569. With Dencun now live on mainnet, we are ...</description><pubDate>周五, 03 4月 2026 03:07:00 GMT</pubDate></item><item><title>We are thrilled to release Solidity v0.8.29!</title><link>https://forum.soliditylang.org/t/we-are-thrilled-to-release-solidity-v0-8-29/3308</link><description>Check out our release blog post to learn more about other features in the release and read the full changelog. Blog: Solidity 0.8.29 Release Announcement | Solidity Programming Language GitHub: Release Version 0.8.29 · argotorg/solidity · GitHub Help us spread the word by sharing our announcement on Twitter: x.com Solidity @solidity_lang</description><pubDate>周三, 01 4月 2026 09:22:00 GMT</pubDate></item><item><title>Some questions about the Solidity language</title><link>https://forum.soliditylang.org/t/some-questions-about-the-solidity-language/265</link><description>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 blockchains (other than Ethereum) that are EVM compatible. If you’re interested to learn more I recommend reading the Introduction to Smart Contracts section in the Solidity docs.</description><pubDate>周三, 18 3月 2026 13:06:00 GMT</pubDate></item><item><title>Return bytes32 or address in one or two functions?</title><link>https://forum.soliditylang.org/t/return-bytes32-or-address-in-one-or-two-functions/1058</link><description>Hello everyone. I have a question in solidity regarding different methods concerned with returning an address that is either as it is, an (address) type or encrypted therefore resulting as (bytes32). If I can just create a quick example to try and get across what I mean. Pls excuse the crude example. // SPDX-License-Identifier: MIT pragma solidity 0.8.14; contract c_wherewasa { struct ...</description><pubDate>周四, 02 4月 2026 20:12:00 GMT</pubDate></item><item><title>solidity - What is msg.value? - Ethereum Stack Exchange</title><link>https://ethereum.stackexchange.com/questions/43362/what-is-msg-value</link><description>msg.value is a member of the msg (message) object when sending (state transitioning) transactions on the Ethereum network. msg.value contains the amount of wei (ether / 1e18) sent in the transaction. msg.data (bytes): complete calldata msg.gas (uint): remaining gas - deprecated in version 0.4.21 and to be replaced by gasleft() msg.sender (address): sender of the message (current call) msg.sig ...</description><pubDate>周四, 02 4月 2026 08:52:00 GMT</pubDate></item><item><title>solidity - `external` vs `public` best practices - Ethereum Stack Exchange</title><link>https://ethereum.stackexchange.com/questions/19380/external-vs-public-best-practices</link><description>The difference is because in public functions, Solidity immediately copies array arguments to memory, while external functions can read directly from calldata. Memory allocation is expensive, whereas reading from calldata is cheap.</description><pubDate>周日, 22 3月 2026 19:35:00 GMT</pubDate></item><item><title>What is a function signature and function selector in solidity (and EVM ...</title><link>https://ethereum.stackexchange.com/questions/135205/what-is-a-function-signature-and-function-selector-in-solidity-and-evm-language</link><description>What is a function signature and function selector in solidity (and EVM languages)? Ask Question Asked 3 years, 6 months ago Modified 2 years, 9 months ago</description><pubDate>周四, 26 3月 2026 11:09:00 GMT</pubDate></item></channel></rss>