找到约 13 条结果

文章 去中心化自治组织(DAOs):一种新的组织与治理范式

...uigiGrx/2-2...](https://medium.com/@LuigiGrx/2-2-daos-a-new-organizational-and-governance-paradigm-93e889df1b39) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

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

...s-to-provide-client-information-privately-a-project-by-nethermind-research-and-nethermind-core/18527) - 需要更好的[地理多样性](https://nodewatch.io/) ,特别是在北美和欧洲以外 ## **研究** - [无条件包含列表](https://ethresear.ch/t/unconditional-inclusion-lists/185...

文章 WeIdentity 源码分析 | 狗哥解码

... * * weidentity-contract is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. *...

文章 8 个的欺诈和风险监控工具

>- 原文链接:https://medium.com/coinmonks/fraud-and-risk-monitoring-tools-for-crypto-d8a81c20debb >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockchain.cn/article…](https:/...

文章 共享排序器:共享排序、聚合的 SoK...

...](https://bloxroutelabs.medium.com/mastering-defi-trading-block-building-and-mev-f662650736c0)。在 MEV-Boost 中,参与的提议者(验证者,或在 Rollup 的情况下为排序器)从继电器请求 GetHeader。这为他们提供了区块 bid,即特定区块的价值。这很可能每...

文章 新手必看!Rust 初学者如何编写 Gear 智能合约(1)

... #![feature(const_btree_new)] #![no_std] // External packages (crates) and internal modules import use codec::{Decode, Encode}; use gstd::{debug, msg, prelude::*}; use scale_info::TypeInfo; // Init function that is executed once upon contract initialization // Here is empty #[no_mangle] ...

文章 Eclair背后的架构

...实现易于检查其正确性。 ``` /** * @param cmd command to send the HTLC for this payment. * @param outgoingChannel channel to send the HTLC to. * @param sharedSecrets shared secrets (used to decrypt the error in case of payment failure). */ case class OutgoingPaymentPacket...

文章 使用 OP Stack 创建你自己的 L2 Rollup 测试网:分步指南

...equencerPrivateKey ## L1 Sepolia RPC URL export L1_RPC_URL="" ## Chain IDs and Block Times export L1_CHAIN_ID="11155111" export L2_CHAIN_ID="420" export L1_BLOCK_TIME=12 export L2_BLOCK_TIME=2 ``` 确保将 `your-api-key` 替换为你的真实的 alchemy 或 infura endpoint for sepolia。 ## 加...

文章 多链未来与LI.FI

... [blog.li.fi/the-multi-cha...](https://blog.li.fi/the-multi-chain-future-and-li-fi-1fc90def124a) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 MEV 分析

...ty%20to%20this%20business%20model%3A%20akin%20to%20a%20violent%20gang%20demanding%20protection%20tax.) - [清洁鱼和鲨鱼之间的共生关系](https://youtu.be/rQxuPBy8tJg?t=3377) - [吸血鬼](https://rekt.news/return-to-the-dark-forest/#:~:text=Frontrunning%20is%20vampiric.) - [税](h...

文章 RocketPool 和 Lido 抢跑漏洞修复审查

...key, signing_root, deposit.data.signature): return # Add validator and balance entries state.validators.append(get_validator_from_deposit(state, deposit)) state.balances.append(amount)else: # Increase balance by deposit amount index = ValidatorIndex(validator_pubkeys.index(pubkey)...

文章 Appointed Execution Proposers: Because the Proposer you know… - Proof-of-Stake / Block proposer

...这相当于 [antitrust](https://competition-policy.ec.europa.eu/antitrust-and-cartels_en) 和质量控制。因此,AEPs 为 Ethereum 验证者提供了工具,以确保 Ethereum 区块提议市场的长期可持续性、其用户和整个生态系统。 重要的是,AEPs 将提议者市场限...

文章 Iceberg-Trino 如何解决链上数据面临的挑战

...的处理ETL/ELT 的工具,尤其是Footprint Analytics 团队。merge and update这也是很常见的需求,我们需要对一些新探索的数据进行更新操作。 也就是说,我们无法在 Doris 上完成我们的数据生产流程,所以我们退而求其次,让 OLAP 数据...