找到约 14 条结果

文章 Ethernaut 题解 - Switch

...a ``` 2. 动态Calldata 编码要点 - 3种类型:string, bytes and arrays string:字符串类型的 calldata 编码方式是将字符串视为一个字节数组,然后对每个字节进行十六进制编码。例如,一个字符串 "hello" 会被编码为 6 个十六进制字...

文章 Rollup 的 Force Inclusion 机制介绍

...0 代币存进Optimism 时,他会(通过前端网页)和L1 上的L1StandardBridge 合约互动,指定[要存多少数量以及由哪个地址接收](https:// github.com/ethereum-optimism/optimism/blob/a3cc8f275d1d4a20bcdddfe7b421b3b34bbf0785/packages/contracts-bedrock/src/L1/L1StandardBridge...

文章 AVA Warp Messaging 安全审计

...概述](#system-overview) - [安全模型和信任假设](#security-model-and-trust-assumptions) - [缺乏内置的重放攻击预防机制](#lack-of-built-in-replay-attack-prevention) - [缺乏目标链验证](#lack-of-destination-chain-validation) - [低风险](#low-severity) - [由于验证...

文章 每周以太坊进展 2023/2/25

...主网上运行分布式验证器](https://blog.obol.tech/road-to-mainnet-and-beyond-for-distributed-validators/),平均效率为 98.6% ## Layer2 * [Arbitrum One](https://twitter.com/l2beat/status/1628356180769636353)在交易量上领先以太坊主网,Rollup 首次实现一天内超过...

文章 BlockThreat - 2025年第39周

...宾:Stefan Beyer](https://www.scamurai.io/p/ep-5-social-engineering-ai-and-security)**。 - **[SEC-T 0x11:Simon Gerst - 攻击和防御 GitHub Actions](https://www.youtube.com/watch?v=f-ae69u2xO8)**。 - **Thinker - [追捕 4.77 亿美元的 FTX 黑客](https://www.youtube.com/watch?v=ima8...

文章 生产力、数字资产和资产交换

...@justinzen/pr...](https://medium.com/@justinzen/productivity-digital-asset-and-asset-exchange-10aa4d607cb) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 每周以太坊 2024/02/24

...um.org/EIPS/eip-7569)) - [主网影子分叉](https://twitter.com/ethpandaops/status/1761053965834162314)成功升级到 Dencun,测试了每个 EL/CL 对下和 MEV 中继的 blob 情况 - **主网 Dencun 升级的客户端发布**,请更新你的节点 - 共识层: - Lighthouse [...

文章 Authereum:提升以太坊的身份验证机制

...[赢得了](https://medium.com/the-ethereum-name-service/storgate-takoyaki-and-more-meet-the-ens-winners-at-ethnewyork-615f2bb9a1b4) ENS 集成奖)。 ### 账户恢复 标准用户难以接受的一点是,丢失他们的密钥意味着他们完蛋了。使用基于合约的账户可以恢复...

文章 密码学基础:同态与同构

...ngon...](https://medium.com/@francomangone18/cryptography-101-homomorphism-and-isomorphisms-65ba2610f90a) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,在这里修改,还请包涵~

文章 慢雾:起底假充值攻击如何突破交易所的层层防御

... * Cosmos Families (ATOM/LUNA/KAVA/IRIS/OSMO...) * EOS Families and EOS Tokens (EOS/WAX/XPR/FIO/TLOS...) * Ripple * Flow * Aptos * Solana * Solana SPL-Tokens * Conflux * Polkadot Families (DOT/ASTR/PARA/MOVR/GLMR...) * ...

文章 Solana 的中心化悖论及其经济影响

...roposal-could-change-everything/#:~:text=Today%2C%20annual%20inflation%20stands%20at,staked%2C%20according%20to%20Solana%20Compass.&text=This%20new%20model%20could%20transform,flexibility%20without%20compromising%20network%20stability.) 逐渐降至 2031 年的低于 2%,利润率压缩将加剧,...

文章 Solana 的通胀率是否过高?

...资金方面面临着比许多行业同行更大的挑战。例如,Algorand 通过类似的 CoinList 拍卖在六个月前成功筹集了 [$6000万](https://www.coindesk.com/markets/2019/06/19/algorand-raises-60-million-in-token-sale/),而 Hedera Hashgraph 在十八个月前则从机构和高净...

文章 什么是Staking?- Pintu Academy

... PTU 代币,你将获得 7% 的年利率,你将每天收到。 ``` Panduan Lengkap Cara Staking Coin Crypto di Aplikasi PINTU \| PINTU 101 - YouTube (PINTU 应用程序中 Staking Coin Crypto 的完整指南 \| PINTU 101 - YouTube) [Pintu | 一体化加密应用程序 的照片图像](http...

文章 Solidity语言 - 如何使用 Hardhat 在 Solidity 中创建智能合约工厂

...licitly here. This is optional // but useful for running the script in a standalone fashion through `node `. // // When running the script with `npx hardhat run ` you'll find the Hardhat // Runtime Environment's members available in the global scope. const hre = require("hardhat"); async function m...