找到约 14 条结果

文章 Eth2进展更新 (截至2021/5/22)

...起使用 [Teku 的检查点同步](https://consensys.net/blog/teku/teku-and-infura-team-up-to-make-the-fastest-ethereum-2-0-client-sync/)功能和 Infura 来设置同步,且几乎能马上运行起来。Infura 是可选的——我用另一个 Teku 客户端提供的检查点使用了这个功能...

文章 探索Solana的共识——是什么让权益证明和历史证明如此快速?

...rbhatia43.medium.com/exploring-solanas-consensus-what-makes-proof-of-stake-and-proof-of-history-so-fast-5e44aac81456) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Solidity中的修饰符:公开、私有、内部和外部

...jamilkashemporosh.medium.com/modifiers-in-solidity-public-private-internal-and-external-764d0aae9c) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 《Effective Rust》方法 1:使用类型系统表达你的数据结构

... expected due to this | help: you can convert an `i32` to an `i16` and panic if the converted value doesn't fit | 14 | let y: i16 = x.try_into().unwrap(); | ++++++++++++++++++++ ``` 这让人感到安心:当程序员进行有风险的操作时,R...

文章 Solidity代理合约:解锁区块链代码的灵活升级大法

...透明代理(Transparent Proxy)和UUPS(Universal Upgradeable Proxy Standard)。 - **Solidity 0.8.x**:自带溢出/下溢检查,配合OpenZeppelin确保安全。 - **Hardhat**:开发和测试工具,支持部署和验证。 咱们用Solidity 0.8.20,结合OpenZeppelin和Hardhat...

文章 [资讯] Arbitrum Rollup 测试网发布

... https://medium.com/offchainlabs/arbitrum-rollup-testnet-full-featured-and-open-to-all-da3255b562ea

文章 Solidity中发送主币的三种方式

...dress payable _to) public payable returns (bool) { // Send ether and store the result bool sent = _to.send(msg.value); if (!sent) { // If the send fails, handle the failure // For example, you might want to log the failure or retry ...

问题 各位大佬麻烦问一下,监听LP交易不生效

...s/libraries/UQ112x112.sol pragma solidity =0.5.16; // a library for handling binary fixed point numbers (https://en.wikipedia.org/wiki/Q_(number_format)) // range: [0, 2**112 - 1] // resolution: 1 / 2**112 library UQ112x112 { uint224 constant Q112 = 2**112; // encode a uint1...

文章 Bulletproofs 中的“冰冻之心”漏洞

...1-coordinated-disclosure-of-vulnerabilities-affecting-girault-bulletproofs-and-plonk/)中,我们披露了破坏零知识证明系统多个实现健全性的严重漏洞。这类我们称之为 Frozen Heart (冰冻之心) 的漏洞,是由 Fiat-Shamir 转换的不安全实现引起的,这些实...

文章 Statechain:非托管的链下比特币转账

...ttp://diyhpl.us/wiki/transcripts/building-on-bitcoin/2018/blind-signatures-and-scriptless-scripts/) 让 Statechain 实体完全不知道自己在签名什么东西。这些交易将是完全不可见的 —— 也即表面上看,你完全不知道这个实体是不是真的在协助金额的转移...

文章 深度解析:Solana DAO 与治理 - 2024年7月

...载圆圈](https://blog.syndica.io/content/files/2024/09/Deep-Dive---DAOs-and-Governance-July-2024.pdf "Download") * * * * * * **注意:以下是此帖子的文字版本,供视力障碍读者阅读。** [Syndica](https://syndica.io/?ref=blog.syndica.io) 深度剖析:Solana DAO和治理 - 2...

文章 探秘 Sui 的 Kiosk 模块:Move 代码里的去中心化交易奥秘

...售货亭的各个字段都仔仔细细地初始化好哦。 3. **`close_and_withdraw`函数** 当售货亭完成了它的使命,里面也没有物品了,而且还是未共享的状态时,拿着那把 “钥匙”(`KioskOwnerCap`)的所有者就可以通过这个函数把售货亭关...

文章 模块化区块链的市场机会

...n的Avail[也以类似方式工作](https://blog.polygon.technology/understanding-polygon-avail-modular-blockchains-through-metaphors/)。 使用这样的设计,Rollups不再与L1紧密耦合,因此可以进行升级,也因此是“[主权](https://doseofdefi.substack.com/p/dao-sovereignty-...

文章 探索加密货币中的代币经济学:协议升级投票机制

...激励结构**:[数据显示](https://folksfinance.medium.com/tokenomics-and-governance-tokens-in-defi-protocols-3236ceecace4),实施治理参与奖励机制的协议会获得更高的选民投票率和更积极参与的社区。 ### 建立社区信任 结构良好的代币经济学直接影...