找到约 14 条结果

文章 Aptos 质押:新手入门分步指南

...一个开放的[削减和保险基金政策](https://daic.capital/slashing-and-insurance-fund-policy),旨在覆盖放置在我们这里的资金,让你安心。 **积极参与生态系统:** 我们不仅是服务提供商,而且是积极的生态系统贡献者和建设者。 当你与我...

文章 Merkle Patricia Trie 简介

...项数组的 [RLP](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/?ref=blog.lambdaclass.com) 编码:`[nonce, balance, storageRoot, codeHash]`。 为了达成共识,当出现一个包含交易集的新区块时,每个以太坊节点都需要执行所有这些交易并...

文章 每周以太坊进展 2020/11/15

...o%2F%40timbeiko%2F1559-update-003):测试网、工具、模拟 * [Alexandria 状态中继者 p2p 网络](https://snakecharmers.ethereum.org/alexandria-dev-update-1/):使用 SSZ、通过 UDP 来传输数据 ## PoS 启动 * 最新的 [what’s new in eth2](https://hackmd.io/@benjaminion/e...

文章 智能合约自动化 - 用例

...ixfi.medium.com/alchemix-integrates-chainlink-keepers-for-vault-harvesting-and-launches-new-price-feeds-for-defi-34ff62a07b43) 选择集成 Chainlink Automation 来触发收益收获和债务偿还,这些现在已完全自动化,无需 Alchemix 团队的任何手动干预即可执行,从而为...

文章 展望未来:2025 年的闪电支付

...要区分链上的和链下的资金。 ![Image displaying River’s home and send screen with no distinction between Lightning and on-chain funds](https://img.learnblockchain.cn/2025/07/14/Splicing-Enables-Unified-Balances-in-Wallets.png) 在链上手续费较高的时候,LSP 还可以通过在...

文章 Solana CLI 参考和使用

...了命令行界面工具 ## 示例 ### 获取公钥 ``` // Command $ solana-keygen pubkey // Return ``` ### 空投 SOL/ Lamports ``` // Command $ solana airdrop 1 // Return "1 SOL" ``` ### 获得平衡 ``` // Command $ solana balance // Return "3.00050001 S...

文章 理解CoW AMM:一种零交易费用、缓解MEV 的流动性来源

...介绍了基础知识,让我们深入了解 CoW AMM! _\*感谢_ [_Andrea_](https://andreacanidio.com/) _,他指出不同流动性聚合器的批量处理机制可能有所不同。“CowSwap 为批量中的多个交易运行单一拍卖,而 1inch fusion 或 UniswapX 则为收到的每笔...

文章 [译] Solidity 0.6.x更新:继承

...n "setValue". Two or more base classes define functions with the same name and parameter types` 意思是:因为父合约定义具有相同名称和参数类型的函数,派生合约必须重写([override](https://learnblockchain.cn/docs/solidity/contracts.html#overriding))函数“setVal...

文章 比特币隐私技术的不完全调查

...hange.com/questions/37486/what-does-bitcoin-cores-coin-control-features-do-and-how-do-i-use-it) 等等 - 发送方: [中心化混币服务](https://en.bitcoin.it/wiki/Mixing_service)、 [CoinJoin](https://bitcointalk.org/index.php?topic=279249.0) 及其变体、 [CoinShuffle](https://bitcointalk.o...

文章 web3.0架构不仅是去中心化的,更是模块化的

...发生什么情况? 还有,像前端代码语言(JavaScript, HTML, and CSS )决定了 Binance的 UI 逻辑。需要一个搭建服务器部署到前端跑前端的交互逻辑,例如,网站是什么样子的,当用户与页面上的每个按键交互时会发生什么? 当你在 Bi...

文章 针对 ERC4626 通货膨胀攻击的新型防御措施

... [已可使用的](https://github.com/fei-protocol/ERC4626#erc4626router-and-base),这使得它易于实现。 - 这种策略背后的逻辑非常简单,使得开发者更容易理解和利用。 - 不需要修改资产库的代码,这样简化了流程。 **缺点:** - 它会使用更多...

文章 Platypus Finance 被黑

...Def. 2.4 (Asset Slippage) * @dev Calculates -Si or -Sj (slippage from and slippage to) * @param k K slippage parameter in WAD * @param n N slippage parameter * @param c1 C1 slippage parameter in WAD * @param xThreshold xThreshold slippage parameter in WAD * @param cash ...

文章 学习Move

...enId, address indexed user, uint64 expires); /// @notice set the user and expires of an NFT /// @dev The zero address indicates there is no user /// Throws if `tokenId` is not valid NFT /// @param user The new user of the NFT /// @param expires UNIX timestamp, The new user...

文章 保障Grandine的性能

## 保护 Grandine 的性能 并行路径:通往最佳性能的旅程。 ### 动机 你的项目正在解决什么问题?为什么它很重要?协议的哪个领域会受到影响? Grandine 客户端旨在通过并行化和高效设计来实现高性能和简洁性。然而,为了确...