找到约 14 条结果

文章 交易系统架构演进之路(七):Service Mesh

...时候,William 又发表了一篇文章 《[What’s a service mesh? And why do I need one?](https://buoyant.io/2017/04/25/whats-a-service-mesh-and-why-do-i-need-one/) 》,对 Service Mesh 做了权威的定义: > *A service mesh is a dedicated infrastructure layer for handling service-to...

文章 现代 DeFi: 最小化借贷协议 Morpho

...V。更多关于预言机的资料可以参考 [Exploring the Design Space and Challenges for Oracle Implementations in DeFi Protocols](https://hailstonelabs.com/blog/exploring-the-design-space-and-challenges-for-oracle-implementations-in-defi-protocols)。 在了解了 Chainlink 预言机的工...

文章 Ingonyama 与 Starknet 战略合作

...博客文章](https://medium.com/@ingonyama/zk-score-zk-hardware-ranking-standard-6bcc76414bc9) 中讨论的挑战。我们发现 Starkware 使用的每秒哈希证明(HPPS)指标特别有用,因为它易于基准测试,并且是当今许多区块链用例的决定性因素。例如,HPPS ...

文章 每周以太坊进展 2023/1/28

...eum-magicians.org/t/address-eip-4626-inflation-attacks-with-virtual-shares-and-assets/12677)用虚拟份额和资产 减轻 ERC4626 通货膨胀攻击 * [Sparse-arr-lib](https://github.com/clabby/sparse-arr-lib#readme):用于稀疏数组的 Solidity 库,仍在进行中 * 通过石头剪刀...

文章 TFHE-rs v0.7:密文压缩、多 GPU 支持及更多

...https://zama.ai/post/tfhe-rs-v0-7-ciphertext-compression-multi-gpu-support-and-more) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 股权归属中需要避免的错误:常见陷阱与解决方案

...i...](https://eqvista.medium.com/vesting-mistakes-to-avoid-common-pitfalls-and-solutions-afcea9b7be5f) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 如何挖矿:初学者友好的指南

...mg.learnblockchain.cn/2025/03/12/67373575_image.webp) 来源:[https://andersbrownworth.com/blockchain/blockchain](https://andersbrownworth.com/blockchain/blockchain) 比特币的总供应量限制在2100万枚。在撰写时,约有1900万比特币已被挖掘。在2009年,创世区块(...

文章 共识算法解读:泛化的中本聪共识PHANTOM

...同时保障安全**。以色列的研究团队,在2020年的《[PHANTOM and GHOSTDAG A Scalable Generalization of Nakamoto Consensus](https://eprint.iacr.org/2018/104.pdf)》一文中,提出了在借助于有向无环图DAG,使用一个参数k(后面具体介绍k的来历)来限定网络的...

文章 开发 dApp 的三个步骤

...icitly here. This is optional // but useful for running the script in a standalone fashion through `node `. // // You can also run a script with `npx hardhat run `. If you do that, Hardhat // will compile your contracts, add the Hardhat Runtime Environment's members to the // global scope, and ...

文章 到底什么是“社区”?第一部分(用BARD框架来解析)

...了解你的受众,但这两者并不相同。 * 特别感谢 [_poopmandefi_](https://x.com/@poopmandefi) _,_ [_0xjunkim_](https://x.com/@0xjunkim) _,_ [_devrelius_](https://x.com/@devrelius) [_, 0xBrans_](https://x.com/@0xBrans) _,_ [_100y\_eth_](https://x.com/@100y_eth) _对本文提供的宝...

文章 稳定币的终结 — NuBits的案例

...实属欺诈](https://discuss.nubits.com/t/statement-on-status-of-nubits-and-liquidity-2018-03/5929/9)。他们威胁要采取法律行动。其他人对此感到失望,并转向Tether和/或TrueUSD。 **NuBits崩溃的教训** 从这第二次崩溃中可以提取出两个教训。 首先,不...

文章 人工智能觉醒近在咫尺

...取 _真实_ 资源的简单途径](https://medium.com/@trentmc0/ai-daos-and-three-paths-to-get-there-cfa0a4cc37b8#.spequezns)。AI DAOs 比单纯 AI 更强大 — [且令人恐惧](https://medium.com/@trentmc0/wild-wooly-ai-daos-d1719e040956#.s50askogi)。 ## 4\. 没有根本性的障碍 我...

文章 PeckShield:bZx协议再遭黑客“二连击”背后的技术命门

...rnblockchain.cn/2020/02/20_/129862237.png) Figure2: Pumping With Kyber (and Uniswap) 这两步骤也是正常的 DEX 币币交换的过程,在这两个批次操作之后 sUSD 对 ETH 的价格疯涨到了 0.00899,是市场价的 2.5 倍。 在这一步之后,使得 sUSD 价格被抬...

文章 Michael.W基于Foundry精读Openzeppelin第64期——UUPSUpgradeable.sol

...yProxy { _authorizeUpgrade(newImplementation); _upgradeToAndCallUUPSWithRollbackTest( newImplementation, "", false ); } function upgradeToAndCall(address newImplementation, bytes memory data) external payable override only...