找到约 14 条结果

文章 Web3金融区块链Injective:从核心原理到命令行实战指南

... ```bash injectived -h Injective Daemon Usage: injectived [command] Available Commands: add-genesis-account Add a genesis account to genesis.json bootstrap-devnet Bootstrap Devnet state from existing state. To invoke this on new binary version, provide --trigger-devnet-upgrade...

文章 Michael.W基于Foundry精读Openzeppelin第30期——ECDSA.sol

...R = signatureCompact.r const signatureCompactVS = signatureCompact.yParityAndS const output = { eth_signed_msg_hash_from_hash: ethSignedMessageHashFromHash, eth_signed_msg_hash_from_bytes: ethSignedMessageHashFromBytes, struct_hash: structHash, typed_data_hash: typedDataHash,...

文章 Starknet的未来与0.15.0版本的过渡路线图

...ium.com/@trinattapong...](https://medium.com/@trinattapong/future-starknet-and-dawn-of-version-0-15-0-transition-roadmap-93c455570686) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,在这里修改,还请包涵~

文章 理解 Web 3.0 👉 有兴趣帮助构建…… | 作者:Josh Stark | L4 博客 | Medium

...are.com/search-engine-market-share.aspx?options=%7B%22filter%22%3A%7B%22%24and%22%3A%5B%7B%22deviceType%22%3A%7B%22%24in%22%3A%5B%22Desktop%2Flaptop%22%5D%7D%7D%5D%7D%2C%22dateLabel%22%3A%22Trend%22%2C%22attributes%22%3A%22share%22%2C%22group%22%3A%22searchEngine%22%2C%22sort%22%3A%7B%22share%22%3A-...

文章 每周以太坊进展 2021/04/18

...资产?](https://blog.mycrypto.com/how-to-beat-an-ethereum-based-sweeper-and-recover-your-assets/) (完) --- **原文链接:** https://weekinethereumnews.com/week-in-ethereum-news-april-18-2021-thanks-to-synthetixs-kwenta-for-making-this-issue-possible/ **作者:** Evan Van Ness **...

文章 以太坊共识中 P2P Overlays 搭便车指南

...结构与功能 "点对点覆盖网络结构与功能") - [Floodsub 和 Randomsub](#Floodsub-和-Randomsub "Floodsub 和 Randomsub") - [GossipSub 覆盖网络](#GossipSub-覆盖网络 "GossipSub 覆盖网络") - [混合覆盖网络](#混合覆盖网络 "混合覆盖网络") - [自优化...

文章 用 Elixir 构建一个共识节点

...剪 **分叉选择** 存储; 拒绝最终确定之前的区块 - 将 RANDAO 混合添加到信标状态 - BeaconAPI:检索最终确定检查点、randao 混合 - 处理证明者削减和提议者削减 - EngineAPI:**分叉选择** 更新 **7. 奖励、洗牌 - 12 月** - 在 ep...

文章 Uniswap V3 释疑: 集中流动性, 无常损失和滑点

...为计算起来相对容易,但是依然适用于V3。 ```js # x and y are number of tokens # x_uni = 10000, y_eth = 100 x_uni * y_eth = k (x_uni - recieve) * (y_eth + deposit) = k (10000 - receive) * (100 + 1) = 10000 * 100 receive = 10000 - (10000 * 100 / 101) receive = 99.0099 ``` ...

文章 上海核心EIP考量 - Magicians / 流程改进

...的方式组织这件事的提案。 1. EIP 倡导者使用 [`shanghai-candidate`](https://ethereum-magicians.org/tag/shanghai-candidate) 主题来表示他们希望被考虑进行升级。可以通过创建一个新的讨论主题,如 [这个](https://ethereum-magicians.org/t/shanghai-candidate-...

文章 近期关于奇点与去中心化的科幻阅读

...荐查理·斯特罗斯的[《加速器》](https://www.amazon.com/Accelerando-Singularity-Charles-Stross/dp/0441014151)。它从近未来开始,结束于数千年后的激进未来。在此之间是一段搞笑而疯狂的创造性旅程。几个亮点: - 在书的早期,主角丢失了他...

文章 Rust 中的变量与可变性:新手指南

...ium.com/@estheraladio...](https://medium.com/@estheraladioche569/variables-and-mutability-in-rust-a-beginners-guide-97bcfc3513a9) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 离线授权 NFT EIP-4494:ERC721 -Permit

...可以使用 [ecrecover](https://solidity.readthedocs.io/en/latest/units-and-global-variables.html#mathematical-and-cryptographic-functions) 来检索函数的签名者。但现在我们来到了与 ERC20-Permit 的下一个重大区别。这里的签名是一个哈希,而不是通常使用的 v...

文章 【Solidity Yul Assembly】4.2 | 100% Yul ERC20 Example

...ddress(offset) -> v { v := decodeAsUint(offset) if iszero(iszero(and(v, not(0xffffffffffffffffffffffffffffffffffffffff)))) { revert(0, 0) } } function decodeAsUint(offset) -> v { let pos := add(4, mul(offset, 0x20)) if lt(calldatasize(), add(pos, 0x20)) { ...

文章 与 Michael Klein 的炉边谈话:深入了解 Noir——Aztec 的 ZK 语言、安全性和工具详解

...e/fireside-chat-with-michael-klein-inside-noir-aztecs-zk-language-security-and-tools-explained-4624168b6530) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~