找到约 13 条结果

文章 LND 闪电客户端与 CLN 客户端有何区别?

....cloud/blog/bitcoin-lightning-network/what-are-the-differences-between-lnd-and-cln/](https://voltage.cloud/blog/bitcoin-lightning-network/what-are-the-differences-between-lnd-and-cln/)_ 闪电网络协议在叫做 “BOLT(闪电网络技术基础)” 的规范文档里有正式说明。所有...

文章 Infura 推出简化定价的计划,免费访问以太坊存档数据和所有网络 API

... | $1000/mo | | Multiple Blockchain Mainnet and Testnets | All core tier benefits, plus: | All developer tier benefits, plus: | All team tier benefits, plus: | | 100,000 Requests/Day | 200,000 Requests/Day | 1,000,000 Requests/Day ...

文章 无需gas代币和ERC20-Permit还任重而道远

... ID的列表](https://medium.com/@piyopiyo/list-of-ethereums-major-network-and-chain-ids-2bc58e928508)。 ### 2. Permit 哈希结构 现在我们可以创建一个Permit的签名: ``` bytes32 hashStruct = keccak256( abi.encode( keccak256("Permit(address owner,address spende...

文章 Huff 解放:高级优化和 DeFi 用例 — 第 3 部分

...) { 0x000000000000000000000000ffffffffffffffffffffffffffffffffffffffff and } ``` ### 🔄 核心 Swap 逻辑 ``` ##define macro SWAP_INIT() = takes(0) returns(6) { 0x04 calldataload ADDRESS_MASK() caller [SWAP_EVENT] 0x20 0x00 0x24 calldataload } ##define macro COMPUTE_AMO...

文章 Stone Cairo STARK Prover 概述

...ge: ``` ... V->P: /STARK/Out Of Domain Sampling: Constraint polynomial random element ... V->P: /STARK/Out Of Domain Sampling: Constraint polynomial random element ``` 第一次指的是 composition polynomial 的 challenge。第二次指的是构建 DEEP composition polynomial 的 challenge。...

文章 去中心化系统在网络安全领域的未来

...[\[1\]](https://www.tripwire.com/state-of-security/web-3-future-internet-and-its-cybersecurity-features-and-challenges) 2. **减少单点故障**:去中心化系统的设计使其无需依赖中央机构即可运行。这意味着即使单个节点或参与者发生故障,整个网络也可以...

文章 提升比特币交易操作安全性的软分叉

...ft-forks/#jump-1) 2. [https://en.bitcoin.it/wiki/Common\_Vulnerabilities\_and\_Exposures#CVE-2010-5141](https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures#CVE-2010-5141) [↩](https://www.btcstudy.org/2024/04/17/transaction-security-improvement-from-soft-forks/#jump-2) 3. [https://bit...

文章 Aptos合约开发之单元测试和函数调用

...过的事情。 >Move has two different types of programs: **Modules** and **Scripts**. Modules are libraries that define struct types along with functions that operate on these types. Scripts are executable entrypoints similar to a main function in a conventional language. ---引自《Move Boo...

文章 每周以太坊进展 2020/08/30

... Staking,应该买什么样的硬件?](https://kb.beaconcha.in/staking-and-hardware) * 客户端多样性很重要:Bankless 推出 [Medalla 测试网参与教程](https://bankless.substack.com/p/guide-becoming-a-validator-on-the) * [一个方便部署 Nimbus 的脚本](https://github.com/gra...

文章 名词解释:Web3 账户相关概念大梳理

...move any need at all for users to also have EOAs (as status quo SC wallets and EIP-3074 both require) 可以看出以太坊对于账户抽象的期望是改变目前大多数人都在使用 EOA 的现状,希望用户转向 SCW,并且把生态对 EOA 的依赖完全去除。除了里面提到...

文章 基于Rollup常见问题解答

...r-stack/) - [https://medium.com/@espressosys/sequencer-decentralization-and-liveness-e5af7f4b25ca](https://medium.com/@espressosys/sequencer-decentralization-and-liveness-e5af7f4b25ca) - [https://www.cryptofrens.info/p/settlement-layers-ethereum-rollups](https://www.cryptofrens.info/p/settleme...

文章 AI Agent框架指南 [2]:实现类似DeepSeek R1的推理模型

...Your task is to analyze user content in a way similar to internal thoughts and provide answers based on your analysis. You need to understand the user's intention, grasp the core of the question, and parse the content step by step. You need to output all your thoughts, and also, your mathematical ab...

文章 Let's move - Sui环境-二进制文件安装

...rsion_tag" > "$version_file" echo "New Sui mainnet version downloaded and extracted." for f in target/release/*-ubuntu-x86_64; do original_name=$(basename "$f") new_name="${original_name%-ubuntu-x86_64}" echo "Renaming and moving $original_name to $TARGET_DIR/$new_name..." ...