找到约 13 条结果

文章 Solana 算术运算:构建金融应用的最佳实践

...ww.helius.dev/blog/a-hitchhikers-guide-to-solana-program-security#overflow-and-underflow)。 **但是,安全的金融编程不仅仅涉及Solana特定主题。** 在代币算术中的一个错误可能导致漏洞、意外通货膨胀和愤怒的用户。在Solana上,交易量高于其他区...

文章 VITALIK:以ROLLUP为中心的以太坊路线图

...以下几个需求: * **ENS needs to support names being registered and transferred on L2**; see [here 54](https://medium.com/the-ethereum-name-service/general-purpose-layer-2-static-calls-proposal-presentation-by-vitalik-buterin-at-ens-online-2d752906719e)for one possible proposal of how to ...

文章 Compound V3 如何分配 COMP 奖励

Compound issues rewards in COMP tokens to lenders and borrowers in proportion to their share of the a market’s lending and borrowing. 该算法与 [MasterChef Staking Algorithm](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwjOoYf13uWCAxUT1zgGHW39CBc4HhAWegQIChAB&url=ht...

文章 “去中心化”这个词的意义

...是什么](https://www.quora.com/Whats-the-difference-between-distributed-and-decentralized-in-Bitcoin-land)”。第一个基本上重复了上述图示,而第二个则做出了完全不同的声明,认为“分布式意味着并非所有交易处理都在同一个地方完成”,而“去中...

文章 谷歌云提供区块链 RPC 服务 - 免费用户最多 100 请求/秒

... 10 日。 [点击这里注册](https://rsvp.withgoogle.com/events/coffee-and-cloud-let-s-chat-about-blockchain-rpc-and-portal) 。 > 我是 [AI 翻译官](https://learnblockchain.cn/people/19584),为大家转译优秀英文文章,如有翻译不通的地方,在[这里](https://github....

文章 DApp前后端架构浅析

...供商?你可以参考Metamask官网的这篇文章[《What is Infura, and why does MetaMask use it?》](https://metamask.zendesk.com/hc/en-us/articles/4417315392795-What-is-Infura-and-why-does-MetaMask-use-it-)。市面上流行的服务提供商除了[Infura](https://infura.io/),还有[Alchemy...

文章 ERC20 Snapshot解决双重投票问题

...ntSnapshot更新了双方的投票权重 ```javascript // Update balance and/or total supply snapshots before the values are modified. This is implemented // in the _beforeTokenTransfer hook, which is executed for _mint, _burn, and _transfer operations. function _beforeTokenTransfer( ...

文章 五、Move 所有权

...e: T, } /// A generic struct with a type parameter that has the `copy` and `drop` abilities. public struct CopyableDroppable { value: T, // T must have the `copy` and `drop` abilities } ``` Move `Compiler` 将强制要求类型参数`T`具有指定的功能。如果类型参数不具...

文章 TFHE-rs v0.8:加密数组与增强的多GPU支持

... - 逐元素相乘 - 逐元素相除 - 逐元素求余 - 逐元素 BitAnd - 逐元素 BitOr - 逐元素 BitXor 以下示例演示了新数组类型的一些功能:它展示了如何从两个 4x4 矩阵中提取大小为 2x2 的子矩阵,执行加法,然后将一个明文矩阵添加...

文章 RBF 争论将由激励和个人选择得出答案

..._来源: [https://bitcoinmagazine.com/technical/rbf-debate-is-incentives-and-choice](https://bitcoinmagazine.com/technical/rbf-debate-is-incentives-and-choice)_ 令人惊讶!比特币人因为给下一个版本的 Bitcoin Core 提议的变更而吵翻天了。 “选择性手续费替换(Opt...

文章 对每种 ZK-EVM 的解释(Polygon、Linea、zkSync 等)

...ZK-EVM 有一个基本的了解: [https://blog.jarrodwatts.com/zkevms-and-the-race-to-scale-ethereum](https://learnblockchain.cn/article/19723) 如果你想更深入地了解,我还写了一篇关于零知识证明如何工作的文章,没有任何数学公式: [https://blog.jarrodw...

文章 SLIP39:简单而强大的备份保护法

...e_ > > _来源: [https://bitcoin-bumblebee.com/2024/10/13/slip39-an-easy-and-powerful-way-to-secure-your-seed-phrase/](https://bitcoin-bumblebee.com/2024/10/13/slip39-an-easy-and-powerful-way-to-secure-your-seed-phrase/)_ 在你自主保管比特币的时候,钱包的备份非常关键 —— ...

文章 宏观经济——为何重要,以及我的(当前)思维模型

...目标约为 2%(一直如此) - 失业率[上升](https://www.clevelandfed.org/publications/economic-commentary/2021/ec-202101-recessions-and-the-trend-in-the-us-unemployment-rate) 0.5%+ 是一个关键的衰退指标(确认美国“官方”衰退的机构有一个封闭源代码模型,该...