找到约 11 条结果

百科 Square-and-multiply

百科 Twist and Shout

问题 eth合约verify and public时遇到的问题

![image.png](https://img.learnblockchain.cn/attachments/2022/04/ryR51Kj3626d1a0d122ca.png) 我是按照YouTube上一个视频教程publish的 感觉我跟视频中唯一的区别是我有两个.sol文件,然后我编译的是loomiheads.sol 并且comploy (这是我在测试网络上部署一个...

问题 使用geth和ligthouse同步时,ligthouse客户端报“ Failed to get remote head and new block ranges: EndpointError”错误

...和ligthouse同步时,ligthouse客户端报“ Failed to get remote head and new block ranges: EndpointError(FarBehind), retry_millis: 60000, service: deposit_contract_rpc”错误 ,我查看了lighthouse文档,发现需要geth执行客户端正确启动并同步,就可以解决如下图: ...

文章 Merkle化和哈希根树 - 深入探讨以太坊中的SSZ Merkle化

...unking):** 将序列化数据分成32字节块。 - **树构建(Tree Construction):** 将块配对,并哈希每对以形成下一层的树。重复此步骤,直到只剩下一个哈希:Merkle根。 - **填充(Padding):** 如果块的数量不是2的幂,则添加额外的零...

文章 闪电网络:技术与用户体验(七):手续费支付

...tps://www.btcstudy.org/2024/03/04/lightning-network-technology-improvement-and-users-experience-part-2/) 中,我们已经指出,闪电通道的构造方法和最终效果,可以随比特币协议的提升而提升。然而,实际上,在一个较少获得关注、但与通道的构造紧密...

文章 The Nautical Chart of TON Smart Contracts: In-Depth Analysis and Function Interpretation stdlib_ext

... the stdlib_ext library for TON smart contracts, it is essential to understand the unique charm of TON, a decentralized blockchain platform. TON resembles a vast digital ocean, where smart contracts are the vessels navigating its waters. The stdlib_ext library serves as their compass and map, guidin...

问题 BSC开源出现的问题 : Error! Unable to generate Contract ByteCode and ABI (General Exception, unable to get compiled [bytecode])

这种问题我应该如何解决呀大佬 ![16507647761.png](https://img.learnblockchain.cn/attachments/2022/04/lBZEHBYO6264aca1042f6.png)

文章 关于NFT的常见误解

...的增长,政府和监管机构正在关注。正如“ [What Are NFTs and Why Are They So Controversial?](https://clsbluesky.law.columbia.edu/2022/07/19/what-are-nfts-and-why-are-they-so-controversial/)”中所提到的那样,虽然缺乏监管一直是某些人担心的问题,但当局日...

文章 Gas优化学习笔记2

... 再新增一个函数 ``` function fn_add(uint value) costGas('fn_and') public view returns(bool){ return lowGas(value) && highGas(value); } ``` fn_and:对两个函数进行and运算 fn_and, 入参=20 ``` CALL [call]from: 0x5B38Da6a701c568545dCfcB03FcB875f56be...

文章 BIP352:静默支付的现在和未来

...2 [\[5\]](https://www.btcstudy.org/2025/03/28/bip-352-silent-payments-now-and-future/#note5),并基于 BIP352 的规范展望静默支付的采用方式。 ## [](https://www.btcstudy.org/2025/03/28/bip-352-silent-payments-now-and-future/#%E9%9D%99%E9%BB%98%E6%94%AF%E4%BB%98%E7%9A%84%E5%9F%BA%E...