找到约 15 条结果

文章 加密货币中的难题:五年后

...用](https://github.com/ethereum/research/wiki/A-note-on-data-availability-and-erasure-coding):。另请参见较新的 [编码梅克尔树](https://arxiv.org/abs/1910.01247) 提案。 还有一些其他较小的发展,如 [通过收据的跨分片通信](https://github.com/ethereum/wiki/wiki/S...

文章 Nervos x Gitcoin bounty 任务4:在 Layer1 发行一个 sUDT token,然后将他存到 Layer2 上面

...m/Kuzirashi/gw-gitcoin-instruction/blob/master/src/conceptual-explainers/standards.md#sudt) 标准,这是 Nervos 上最基础的资产形式。当通证移动到 Layer2 时,它被转换为 [ERC20](https://github.com/Kuzirashi/gw-gitcoin-instruction/blob/master/src/conceptual-explainers/standards...

文章 剖析DeFi交易产品之UniswapV4:添加/移除流动性

...三个字段: ```C++ struct ModifyPositionParams { // the lower and upper tick of the position int24 tickLower; int24 tickUpper; // how to modify the liquidity int256 liquidityDelta; } ``` 即要操作的头寸的 tick 下限和上限,以及要增加或减少的...

文章 椭圆曲线密码学中强大的基点(G)——什么是阶?

...atnapier.medium.com/the-mighty-base-point-g-in-elliptic-curve-cryptography-and-whats-an-order-afccf2f8b3a3) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 常见问题 - OpenZeppelin 文档

...tern](https://learnblockchain.cn/article/15711/proxies#transparent-proxies-and-function-clashes) 导致的。当使用 OpenZeppelin Upgrades Plugins 时,你不应该收到此错误,因为它使用 `ProxyAdmin` 合约来管理你的代理。 但是,如果你以编程方式使用 OpenZeppelin C...

文章 在币安智能链上构建使用安全数据输入的dApp

...个[ABI](https://ethereum.stackexchange.com/questions/234/what-is-an-abi-and-why-is-it-needed-to-interact-with-contracts)和合约地址。接口是用来获取合约的ABI的好方法 - `scripts`:我们创建的用于自动执行合约流程的脚本 - `tests`:测试 - `brownie-config.yaml`...

文章 支付通道演变史

...作者:Federico Tenga_ > > _来源: [https://blog.chainside.net/understanding-payment-channels-4ab018be79d4](https://blog.chainside.net/understanding-payment-channels-4ab018be79d4)_ 链下交易似乎是提高比特币可扩展性的最佳方案。虽然有多家公司正在构建和测试链...

文章 使用 Yellowstone gRPC Geyser 插件(Rust)监控 Solana 程序

...](https://www.quicknode.com/docs/solana/yellowstone-grpc/overview#endpoint-and-token-configuration)。 - `AUTH_TOKEN`:你的QuickNode Yellowstone实例的身份验证Token。 ``` #[tokio::main] async fn main() -> Result { setup_logging(); info!( "开始监控账户:{}", ...

文章 正式验证指南

...元测试属性的正式规范。 - [**Ityfuzz:**](https://github.com/fuzzland/ityfuzz/tree/master) ItyFuzz是一种混合模糊测试工具,结合了符号执行和模糊测试,以查找智能合约中的错误。从技术上讲,它使用正式验证(合成执行),并辅以利用数...

文章 Tornado Cash是如何工作的?

...-docs.readthedocs.io/en/latest/iden3_repos/research/publications/zkproof-standards-workshop-2/pedersen-hash/pedersen.html) 和 [MiMC 哈希函数↗](https://eprint.iacr.org/2016/492)。我们分别将这两个函数表示为 H1 和 H2。合约有一个高度为 20 的 Merkle 树,其中每个非...

文章 BitVM 概述:将有效性证明引入比特币

... * 有了比特承诺,我们可以构建逻辑门承诺:考虑布尔 AND / OR 运算符 - 针对任何两个输入(每个取值为 0 或 1),该运算符定义一个单一输出。因此,使用 2 个比特承诺作为输入和 1 个比特承诺作为输出,我们可以为任何逻辑...

文章 测试Chainlink智能合约

...rufflesuite.com/docs/truffle/testing/testing-your-contracts) - [Hardhat and Waffle](https://hardhat.org/guides/waffle-testing.html) 您至少需要熟悉Truffle或HardHat(以前称为Buidler),才能阅读本文档的其他内容。你也可以从我们之前的一些文章中学习如...

文章 以太坊客户端比较:2024年最佳以太坊客户端

...协议规则。 ![Ethereum_clients_as_a_middleware_between_the_protocol_and_nodes](https://img.learnblockchain.cn/2025/09/17/+Ethereum+Clients+Comparison1.svg) 换句话说,客户端都在相同的协议上工作,并确保节点遵循“游戏”规则,无论单独的节点运营商使用什...

文章 Coin Metrics《网络状况报告》第100期

...据均来自我们的内部[数据产品](https://coinmetrics.io/#products-and-services)。 要查看我们一些最受欢迎的过去期刊的亮点,请查看[《网络状态2020最佳回顾》](https://coinmetrics.substack.com/p/coin-metrics-state-of-the-network-131)。同时要探讨此篇...

文章 乐观中继提议

...行互动: - https://collective.flashbots.net/t/toward-an-open-research-and-development-process-for-mev-boost/464 - https://collective.flashbots.net/t/mev-boost-development-philosophy/505 - https://collective.flashbots.net/t/development-next-steps-for-pbs-roundtable-at-devcon/438 部分讨论是...