找到约 13 条结果

文章 选择合适的数据可用性层 - 深入分析Celestia、Polygon Avail和EigenDA

... | 是(独立的 PoS 链,基于 Substrate)。使用 *BABE/GRANDPA* 最终性。 | 否(基于以太坊重质押的服务)。 ...

文章 Web3创始人如何才能蓬勃发展

...定界限并保持界限的需求之间取得平衡。 ``` [Verifiable Random Function (VRF)](https://learnblockchain.cn/article/18936) [Blockchain Scalability: Execution, Storage, and Consensus](https://learnblockchain.cn/article/18944) [The Importance of Network Effects in Web3](https://learnbl...

文章 每周以太坊进展 2020-01-19

...桥与 Phase 1 手续费市场](https://ethresear.ch/t/phase-1-fee-market-and-eth1-eth2-bridging/6775) * [Eth 2 经济模型的模拟环境](https://github.com/ethereum/rig/blob/master/eth2economics/code/beaconrunner/beacon_runner.ipynb) * Ryuya Nakamura 提议使用 [主观确定性小工具](htt...

文章 深入vyper: 稀疏、恒定时间跳转表

...1 24 SHR // bucket 魔法值 DUP PUSH1 8 SHR PUSH1 0xFFFF AND // bucket 位置 DUP PUSH1 0xFF AND // bucket 大小 // 计算函数信息位置,复制到内存:42 gas PUSH1 7 // 函数信息大小 SCHEDULE DUP SCHEDULE MUL PUSH1 24 SHR MOD // 我们的哈希...

文章 Ethernaut 题库闯关 #23 — Puzzle Wallet

...,请阅读以下内容: - [Solidity Docs: Delegatecall / Callcode and Libraries](https://docs.soliditylang.org/en/latest/introduction-to-smart-contracts.html#delegatecall-callcode-and-libraries) - [Sigma Prime, Solidity Security: 已知的攻击载体和常见的反模式的综合清单:de...

文章 什么是区块链互操作性?

...不具备与其他区块链或 [外部 API](https://blog.chain.link/understanding-how-data-and-apis-power-next-generation-economies/) 的内置通信能力。这种限制通常被称为 [预言机问题](https://blog.chain.link/what-is-the-blockchain-oracle-problem/),它不仅禁止区块链与传...

文章 解密DeSci:最新的Web3运动指南

...学的[平台和协议](https://medium.com/@jillcarlson/products-platforms-and-protocols-bbef1c726561),调整基于区块链的公共利益融资模型,如[二次融资](https://gitcoin.co/blog/gitcoin-grants-quadratic-funding-for-the-world/)和[追溯性融资](https://learnblockchain.cn/articl...

文章 零知识证明变得简单:zkWeb 和 ZoKrates

...y granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the...

文章 加密货币 Staking:理解智能合约漏洞及预防策略

...ddit.com/r/ethstaker/comments/1az46go/proposed_changes_to_staking_issuance_and_how_it/),并且智能合约市场预计到 [2030 年将达到 730 亿美元](https://www.apriorit.com/dev-blog/smart-contract-vulnerabilities-mitigation),因此确保质押机制的安全性变得前所未有地重要...

文章 算法稳定币的安全性:FRAX、RAI、DAI 和 AMPL

.../notes/feds-notes/runs-on-algorithmic-stablecoins-evidence-from-iron-titan-and-steel-20220602.html)。 4.2. 稀有价格更新。如果存在公共方法进行更新,这可能尤为有趣。例如,xSUSHI/MIM 贷款池中的预言机价格过时,以至于黑客利用快速借贷开设了一...

文章 链上RWA概览及其增长的驱动力

...1.02 万亿美元的公司债券。 ``` # 债券发行量统计 import pandas as pd data = {'类型': ['市政债券', '机构债券', '资产证券化债券'], '发行量(十亿美元)': [364, 872, 1197], '同比增长': ['-3%', '21%', '39%']} df = pd.DataFrame(data) pri...

文章 Solidity Gas优化:高效的智能合约策略

...blic value1; uint256 public value2; // Function to update values and free storage slot function updateValuesAndFreeStorageSlot(uint256 _newValue1, uint256 _newValue2) external { // Perform some operations with the values value1 = _newValue1; value2 = _newValue2;...

文章 如何创建和部署一个ERC404代币

...m/signup?utm_source=internal&utm_campaign=guides&utm_content=how-to-create-and-deploy-an-erc404-token) 以获取你的端点 - 对 [以太坊](https://learnblockchain.cn/article/15160-development/getting-started/what-is-ethereum) 和 [智能合约](https://learnblockchain.cn/article/11180) 的基本...