找到约 14 条结果

文章 以太坊新升级 (2.0)

...易。 ## **过渡到权益证明** 以太坊的计划举动正值 Algorand 和 Solana 等新的区块链越来越受欢迎之际,部分原因是它们在 PoS 方面优于以太坊。这些优势通常会导致更低的交易费用和更快的最终确定时间(速度)。 许多人将权益...

文章 solx 编译器彻底消除 "Stack too deep" 错误

... cannot be compiled due to a combination of a memory-unsafe assembly block and a stack-too-deep error. The compiler can automatically fix the stack-too-deep error, but only in the absence of memory-unsafe assembly. To successfully compile this contract, please check if this assembly block is memory...

文章 NFT新手教程: 如何编写和部署NFT(第1部分)

> * 原文: https://ethereum.org/en/developers/tutorials/how-to-write-and-deploy-an-nft/ > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) > * 校对:[Tiny 熊](https://learnblockchain.cn/people/15) >...

文章 Solana费用,第一部分

...命周期](https://learnblockchain.cn/article/13486#transaction-execution-and-ordering) 中描述。 费用在交易执行开始时从费用支付者扣除。如果支付者无法支付所需的费用,则执行将被跳过,交易被视为无效,并且不会被包含。 对于基础费用和...

文章 LI.FI 与 Wido 合作,为每个 dApp 带来跨链 Zaps

...ttps://lifi.substack.com/) 上订阅 >- 原文链接: [blog.li.fi/li-fi-and-wid...](https://blog.li.fi/li-fi-and-wido-partner-to-bring-cross-chain-zaps-to-every-dapp-d5397e2a0426) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 我们对加密货币(2024)中的一些事情感到兴奋

...ization-decentralization),从而最终能更让消费者安心。 _—Andy Hall,斯坦福大学教授 ( [@ahall_research](https://twitter.com/ahall_research)); Daren Matsuoka,数据科学家_ _(@darenmatsuoka [在 Farcaster](https://warpcast.com/darenmatsuoka) \| [在 Twitter](https://twitt...

文章 Cyfrin 2025年7月区块链安全与教育新闻通讯

... 编程和 ZK 电路**](https://updraft.cyfrin.io/courses/noir-programming-and-zk-circuits):学习编写 ZK 电路,并使用 Noir、Barretenberg 和 Solidity 构建全栈、保护隐私的应用的后端。 ‍ [**认识新的 Solodit**](https://solodit.cyfrin.io/)**:** 智能合约安全研...

文章 ETH2.0中的CASPER FFG机制

.../ethereum/eth2.0-specs/blob/dev/specs/phase0/beacon-chain.md#justification-and-finalization)十分简单: - **第一步要检查区块合理性**。采用最后两个epoch的新证明来检查它们的边界区块是否合理。 - **下一步要检查区块最终确定性**,检查对象是...

文章 VeraCrypt——以及经典密码的回忆(Twofish、Serpent 和 Camellia)

...jmen 和 Joan Daemen 创建)。但第二名是 **Serpent**,它由 Ross Anderson (RIP)、Eli Biham 和 Lars Knudsen 创建 \[ [这里](https://asecuritysite.com/csharp/bc_ciphers_serpent)\]。 而且,很高兴看到经典的 Bruce Schneier 方法 **Twofish** 也出现在其中。Bruce 现在...

文章 Web3开发入门:Solana账户创建与Rust实践全攻略

...ication) `solana-create-account` package note: see more `Cargo.toml` keys and their definitions at ******************************************************* ``` ### 切换到项目目录 ```bash cd solana-create-account ``` ### **列出当前目录内容** ```bash ls Cargo.toml src...

文章 如何更快、更批量地获取解析后的Solana交易

...个可用的** [**replit 在此**](https://replit.com/@abhirup1/fetching-and-parsing-transactions-on-solana) **供你跟随本文。 随时 fork 它并尝试一下。** ## 开始之前 要开始,我们需要准备一些东西。 ### 注册你的 Shyft 帐户并获取你的 Shyft API 密钥 `x-...

文章 探索 CoW Swap 的演变:从市价单到程序化订单 - CoW DAO

... You're signed out Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer. CancelConfirm Share Include playlist An error occurred while retrieving sharing information. Please try again later. [Watch on](...

问题 关于eth交易一直处于pending的问题 以及 txn type 的类型

...交易hash。页面提示 This txn hash was found in our secondary node and should be picked up by our indexer in a short while。 以下是我在 ***goerli*** 测试网的交易截图。 我找过nonce、gas方面的原因,我的nonce 是通过 官方的 getTransactionCount 之类 获取...

文章 多维 Gas 定价

...入,(iv) 2149 gas 用于发出 [日志](https://moralis.io/ethereum-logs-and-events-what-are-event-logs-on-the-ethereum-network/),其余部分用于 EVM 执行。用户必须支付的交易费用与交易消耗的 gas 成正比。一个区块最多可以包含 3000 万 gas,而 gas 价格会通...