找到约 13 条结果

文章 BOLT 1:基础协议

...大端序。 ### 目录 * [连接处理和多路复用](#connection-handling-and-multiplexing) * [闪电消息格式](#lightning-message-format) * [类型-长度-值 格式](#type-length-value-format) * [基本类型](#fundamental-types) * [设置消息](#setup-messages) * [`init` ...

文章 RGB 协议的设计

...的博客](https://blog.blockstream.com/en-bulletproofs-faster-rangeproofs-and-much-more/) 中了解 Bulletproof。 ## 客户端间通信 为了达成一笔 RGB 转账,参与的客户端需要彼此分享一些数据。具体来说,发送者需要给接收者(们)分享 consignment, **...

文章 加强对白帽黑客的法律保护

...gislation Amendment Act 2001**。同样,虽然美国的 **Computer Fraud and Abuse Act (CFAA)** 早于 CMA,但它已经过更新,包含了与 CMA 中的条款非常相似的规定。 马耳他问题的症结在于总检察长对这些法律的过于严格的解释。这种僵化的执行未...

文章 30的魔数——DER格式揭示我们的密码学魔力

...49.1.1.1” (X509 RSA)、“1.2.840.10040.4.1” (X509 Digital Signature Standard -DSS) 和 “1.2.840.10046.2.1” (Diffie-Hellman — DH)。以下是对象 ID 的十六进制序列示例,其中我们有 “06” 标签,后跟一个七个字节的标识符 (“07”),然后是七个字节的...

文章 数据可用性抽样网络RFP

...明](https://github.com/ethereum/research/wiki/A-note-on-data-availability-and-erasure-coding) * [欺诈和数据可用性证明](https://arxiv.org/abs/1809.09044) * [最近的以太坊分片设计提案](https://notes.ethereum.org/@dankrad/new_sharding) * [DAS 要求和工具](https://notes.ethereu...

文章 IPFS 背后的数据结构

...一次互联网革命](https://coincenter.org/entry/why-is-decentralized-and-distributed-file-storage-critical-for-a-better-web) 在他的TedX演讲的摘录中,Juan Benet解释了行星际文件系统(IPFS)如何使用内容寻址来重构我们用于共享知识的模型。 * 文章...

文章 每周以太坊进展,2020-12-13

...什么](https://blog.ethereum.org/2020/12/09/ef-supported-teams-research-and-development-update-2020-pt-2/) * [不受限制的 ERC20 花费授权是有害的](https://kalis.me/unlimited-erc20-allowances/) (完) --- **原文链接:** [https://weekinethereumnews.com/week-in-ethereum-news...

文章 Solana集群和公共 RPC 端点

...g with their applications. * Testnet: Stress-testing for network upgrades and validator performance. **Example use cases**: You may want to debug a new program on Devnet or verify performance metrics on Testnet before Mainnet deployment. ## Devnet  Devnet 是一个供任何想要测...

问题 关于 UniswapV2 官方库 UniswapV2LiquidityMathLibrary 的函数 {computeProfitMaximizingTrade} 的疑问

... using SafeMath for uint256; // computes the direction and magnitude of the profit-maximizing trade function computeProfitMaximizingTrade( uint256 truePriceTokenA, uint256 truePriceTokenB, uint256 reserveA, uint256 rese...

文章 ZEROBASE 代币审计

...献指南](#readmemd-lacks-zerobase-token-documentation-setup-instructions-and-contribution-guidelines) - [不正确的开发环境配置](#improper-development-environment-configuration) - [不必要的文件和文件夹提交到仓库](#unnecessary-files-and-folders-committed-to-repository) ...

文章 根本没有 “闪电网络钱包” 这回事

...my.aax.com/en/introducing-the-4-best-lightning-network-wallets-for-sending-and-receiving-bitcoin/) “最好的闪电网络钱包” 榜单中,而且排名 [很高](https://www.opennode.com/blog/best-lightning-network-wallets/),敏锐的读者会发现我们从来没把 Breez 说成是一款 “...

文章 deBridge —— 深度解析

....debridge.finance/deswap-api-decentralized-cross-chain-swaps-for-protocols-and-applications-7c27304a6f33) 或 [widget](https://blog.debridge.finance/deswap-widget-a-turnkey-cross-chain-solution-for-web3-fad9a6937cc1))来利用其跨链消息传递功能,并构建不同的跨链用例,例如代...

文章 使用 txping 实时测量以太坊交易延迟

...## 项目设置 1. 克隆存储库: ``` git clone https://github.com/lvandeyar/txping.git cd txping npm install ``` 2. 创建一个新的测试钱包: ``` node create-wallet.js ``` 保存打印的地址和私钥。 3. 创建一个 **.env** 文件并配置以下环境变量: ``` QUICKNOD...