找到约 15 条结果

文章 ADR 037:治理拆分投票

...ing options. For example, it could use 70% of its voting power to vote Yes and 30% of its voting power to vote No. 本 ADR 定义了对治理模块的修改,允许 **staker** 将其投票拆分为多个投票选项。例如,可以使用 70% 的投票权投赞成票,使用 30% 的投票权投...

文章 智能合约语法层面漏洞详解

...t safety problems, but unused variables will lead to increased calculation and unnecessary gas consumption, poor code quality and reduced code readability, so it is necessary to avoid the occurrence of unused variables as much as possible. Solidity中允许使用未使用的变量,它们不会带...

文章 系统合约/引导加载程序描述 (VM v1.5.0)

...时,才会设置每个位。目前,支持两个标志:第 0 位:`isConstructor` 标志。此标志只能由系统合约设置,并表示该帐户是否应执行其构造函数逻辑。请注意,与以太坊不同,构造函数和部署字节码之间没有分隔。有关更多信息,...

文章 2024-09-08 zk-insights Weekly

... discover. We wrote this short doc to create awareness of what is possible and to gather like-minded people to build this future. - - - ### Glue and coprocessor architectur Vitalik 关于中央「粘合」组件和协处理器架构介绍的博客。其主要观点是,现代计算越来越多...

文章 Vitalik在EthGlobal 分享:值得为去中心化未来构建的项目

...初发表于 [BuildBear 教程](https://www.buildbear.io/resources/guides-and-tutorials/vitalik_at_ethglobal)。 在最近的 EthGlobal 事件中,Vitalik Buterin 发表了一场引人注目的演讲,讨论了有潜力推动去中心化生态系统发展的项目。在演讲中,他强调了...

文章 有趣的比特币脚本(三):时间锁

...时间锁](https://www.btcstudy.org/2023/04/21/interesting-bitcoin-scripts-and-its-use-cases-part-3-time-locks/#note1):一种称为 “绝对时间锁”,在一个 “具体” 的时间点(比如某个日期或某个区块高度)后解锁;另一种称为 “相对时间锁”,在一定...

问题 Error! Unable to generate Contract ByteCode and ABI (Expected library(ies) but one or more was not provided)

...老是提示如下错误: Error! Unable to generate Contract ByteCode and ABI **(Expected library(ies) but one or more was not provided)** 有大神知道怎么解决吗? ![1.png](https://img.learnblockchain.cn/attachments/2021/05/gWwKd77s60b52fb7ad4a5.png) 请问怎么解决的呢?...

问题 hardhat发送交易遇到function selector was not recognized and there's no fallback function报错。

...正确的绿色输出,再接几个`function selector was not recognized and there's no fallback function`报错。请问可能是什么原因呢? 之前用的是win10,现在用的mac,但合约报错应该跟电脑型号没关系吧? 另外输出的绿色结果里,显示了`WARNING:...

文章 Move语言学习

...#introduction) Welcome to Move, a next generation language for secure, sandboxed, and formally verified programming. Its first use case is for the Diem blockchain, where Move provides the foundation for its implementation. Move allows developers to write programs that flexibly manage and transfer...

文章 六、Move Patterns

...再次初始化 `MOVE` 对象,则会提示:`Invalid one-time witness construction. One-time witness types cannot be created manually, but are passed as an argument 'init’` ### 4.4、示例代码 利用一次性见证者的特点创建代币 ```rust module hello::hiro { use sui::...

文章 Foresight X OpenBuild HK Hacker House registration now opens.

...pens. You should def check it out because we have prepared amazing hacking and learning opportunities for you this time: Tailored prize categories for advanced, noob and learning hackers totaling \$15k USD, with potential \$250k USD investment from Foresight X accelerator and partners. Accomm...

文章 数字化取证和欺诈分析变得更简单

...址 bank_details: str = Field(description="Find all the bank details and sort codes") # 查找所有银行详细信息和分类代码 telephone: str= Field(description="Find all the telephone addresses and their location") # 查找所有电话地址及其位置 passwords: str= Field(desc...