找到约 15 条结果

文章 如何在Windows环境搭建REMIX本地环境,访问本地目录?

... deprecated tar.gz@1.0.7: ?? WARNING ?? tar.gz module has been deprecated and your application is vulnerable. Please use tar module instead: https://npmjs.com/tar > scrypt@6.0.3 preinstall C:\Program Files\nodejs\node_global\node_modules\remixd\node_modules\scrypt > node node-scrypt-preinstall....

文章 比特币在价值储存手段与交易媒介之间的虚假二分法

...值是固有的](https://www.oed.com/dictionary/intrinsic_adj?tab=meaning_and_use#155168),存在于事物的本质中。 但是所有价值都是情境性的。在沙漠中间,一桶水的价值超过了世界上所有的黄金。有史以来最快的矿机对于[苦行僧](https://en.wikipedia...

文章 LayerZero V2 用例:Clusters 与 LayerZero

...erzero-eco...](https://medium.com/layerzero-ecosystem/v2-use-case-clusters-and-layerzero-6f5c4615bd75) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 系统配置

...rhash-bytes32) - [`overhead` 和 `scalar` (`uint256,uint256`)](#overhead-and-scalar-uint256uint256) - [`gasLimit` (`uint64`)](#gaslimit-uint64) - [`unsafeBlockSigner` (`address`)](#unsafeblocksigner-address) - [写入系统配置](#writing-the-system-config) - [读取系统配置](#reading-the...

文章 使用WebSockets和Solana Web3.js 2.0监控Solana账户

...en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_async_iterator_and_async_iterable_protocols)。 3. **中止控制器集成**:内置支持使用AbortController进行订阅清理。如果你不熟悉,_AbortController_ 是一个内置的JavaScript类,可以让你中止异步操作,...

文章 Substrate存储数据类型概览

...造成索引的空隙,list长度无限增长,这时可以通过[swap and pop](https://substrate.dev/recipes/storage/enumerated.html#swap-and-pop-for-ordered-lists-a-name--swappopa)的方式来消除这种影响。 ## 链接映射类型 即linked_map,也用于存储键值对,拥有map的...

文章 原始无序 MEV 时代到来

...ereum/9060)》 * Paramdigm 基金合伙人 Charlie Noyes 发表的《[MEV and Me](https://research.paradigm.xyz/MEV)》中也提到“MEV Can Harm Users,MEV Can Harm Ethereum” 如果以太坊想成为支撑整个世界的金融基础平台,那么维持用户资产安全以及交易排序...

文章 Solana 验证者和费用经济学综合指南

...20Attack%20means%20%22Distributed%20Denial,connected%20online%20services%20and%20sites.))攻击的风险,恶意行为者试图使网络超载并破坏其运行。此类攻击可能导致验证者无法有效地生成区块和验证交易。 **_3b._** 为了增强安全性,Solana 实施了一种...

文章 Web3 Devops with Azure Devops pipeline

... pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml trigger: - main pool: vmImage: ubuntu-latest stages: - stage: build jobs: - job: compile_test ...

文章 【慢雾科技】以太坊 Solidity 未初始化存储指针安全风险

...e/blob/master/solidity-security-comprehensive-list-of-known-attack-vectors-and-common-anti-patterns-chinese.md#%E8%99%9A%E6%8B%9F%E5%8C%96%E5%AD%98%E5%82%A8%E6%8C%87%E9%92%88) 3) [Solidity 官方-常见问题](http://solidity.readthedocs.io/en/v0.4.24/frequently-asked-questions.html) 4) [Solid...

文章 Stackable L2 — 一种新的区块链扩容方案

... Vitalik 在他的文章 《Deeper dive on cross-L2 reading for wallets and other use cases》中有详细的探讨。Rooch 最早设计的多链结算方案中,也是用类似的技术,L2 嵌入 L1 的轻节点,验证 L1 的区块来获得 L1 的状态根。但这套方案用在 Bitcoin 上...

文章 Solidity delegatecall 的使用和误区

...文链接: https://medium.com/@jeremythen16/solidity-delegatecall-useage-and-pitfalls-5c37eaa5bd5d > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:[Tiny 熊](https://learnblockchain.cn/peopl...

文章 日本稳定币监管概览

...决方案 TOKI,来源:[TOKI Medium](https://blog.cosmos.network/toki-and-noble-to-bring-japanese-stablecoins-to-cosmos-5e1d70a9ea9b) ## 结论 随着加密行业的影响力和规模不断扩大,为加密行业建立明确的监管道路是不可避免的挑战。在过去几年中,市场...

文章 PQC密钥生成过程中的能耗评估

..., S., Ballan, S., Gray, V., & McDonald, R. (2023). Measuring the emissions and energy footprint of the ICT sector: Implications for climate action. >- 原文链接: [medium.com/asecuritysite...](https://medium.com/asecuritysite-when-bob-met-alice/energy-footprint-of-pqc-key-generation-92a3d733d76...

文章 使用Dune制作dashboard

...es/2335378) ```sql --Query to get Ethereum's unique daily active users and passive users in 2023 SELECT --truncate time to day date_trunc('day', block_time) AS time, --count distinct addresses that sent a transactions COUNT(distinct "from") AS users, --count distinct addresses that...