找到约 12 条结果

文章 Michael.W基于Foundry精读Openzeppelin第60期——Clones.sol

...ssertEq(proxyBalance, 0); // case 1: test for both writing slot and return data in type uint256 assertEq(minimalProxy.i(), 0); assertEq(_implement.i(), 0); // call without eth value minimalProxy.setUint(1024); assertEq(minimalProxy.i(), 1024)...

文章 Fuel - 快速执行层

...tps://insights.stackoverflow.com/survey/2020#technology-most-loved-dreaded-and-wanted-languages-loved),也是[最流行的编程语言](https://www.tiobe.com/tiobe-index/)之一。 ![](https://img.learnblockchain.cn/2025/03/11/F97d664ee-42e0-40d4-84cf-b5b0b7ac51a3_680x505.jpeg) ### **L2 代...

文章 每周以太坊 2024/03/23

...s://calldata.pics/):calldata 和 blob 使用情况的实时图表 - ethPandaOps: - [Attacknet](https://learnblockchain.cn/article/17242/):使用 Kurtosis 和 Chaos Mesh, 向开发网络注入主网故障(如网络延迟、丢包、分叉等),来帮助测试。 - [Dencun 升级...

文章 Solodit检查清单详解:矿工攻击

... auction.bid{value: 2 ether}(); // MinerBidder ends auction and wins despite Bidder2's higher bid vm.prank(minerBidder); auction.endAuction(); // Verify miner won unfairly by manipulating timestamp assertEq(auction.highestBidder(), minerBidder); ...

文章 手把手教你如何使用Chainlink闹钟在链上发起投票

...约和API连接在一起》](https://blog.chain.link/apis-smart-contracts-and-how-to-connect-them/)一文中提到,ChainlinkClient合约导出一个Chainlink.Request的数据结构,这个数据结构可以根据具体需求变成不同的格式。示例中,我们在数据结构中添加的不...

文章 解读Solidity中的可见性修饰符:从基础知识到优化再到安全性

...-0.7.1-release-announcement/:%7E:text=A%20free%20function%20behaves%20like,and%20in%20this%20case%2C%20msg](https://blog.soliditylang.org/2020/09/02/solidity-0.7.1-release-announcement/:%7E:text=A%20free%20function%20behaves%20like,and%20in%20this%20case%2C%20msg) 3. solidity 中的 [**receive() ...

文章 每周以太坊进展 2020-02-16

... Turbo-geth 尝试 [准无状态初始同步实验](https://medium.com/@mandrigin/semi-stateless-initial-sync-experiment-897cc9c330cb) * [EVM-LLVM alpha 版](https://medium.com/etc-core/announcing-evm-llvm-alpha-release-the-next-level-in-smart-contract-evolution-91a2119bd442)发布,让 LLVM 的...

文章 EIP-3529: Gas 退款机制

...优化策略 - [x] 一些常用操作(如防重入锁和ERC20的approve-and-send)仍保持较低的gas成本 ## 总结 通过分析go-ethereum代码,我了解了EIP-3529如何改变以太坊的gas退款机制。这个提案通过降低退款上限,优化了网络安全性和经济模...

文章 每周以太坊进展 2023/11/11

...owfork 0 升级到 Dencun([测试分析](https://notes.ethereum.org/@ethpandaops/goerli-sf-0-analysis)) * Blob gas 在 RPC 中的价格:更新执行API的`eth_feeHistory`方法,以便包含Dencun之后的Blob相关数据,添加一个新方法`eth_blobGasPrice`,以便用户可以检...

文章 Hyperledger Fabric源码解读(一) - Fabric简介

... fabric is an implementation of blockchain technology, leveraging familiar and proven technologies. It is a modular architecture allowing pluggable implementations of various function. It features powerful container technology to host any mainstream language for smart contracts development. ``` ...

文章 每周以太坊进展 2023/7/22

...encun EIP 的客户团队已为 [devnet 8](https://notes.ethereum.org/@ethpandaops/dencun-devnet-8) 做好准备 - EIP6780(仅在同一 tx 中自毁)边缘情况澄清,某些 L2 使用了 burn 功能 - 讨论给执行层有效载荷中添加父信标块根、从执行 API 中添加 getBl...

文章 关于人工智能与加密货币的五个方面:什么、哪里、如何

...计算和移动计算](https://a16zcrypto.com/posts/article/toys-secrets-and-cycles-lessons-from-the-2000s/) 的崛起。 因此,我们总结了5篇文章,以理解加密与人工智能的交集——首先是为什么这种融合重要,最后提出了一些对不久的未来的大想法。 ...