找到约 14 条结果

文章 以太坊合约 ABI 和 EVM 字节码

...t Lvl 0 Walkthrough: ABIs, Web3, and how to abuse them](https://hackernoon.com/ethernaut-lvl-0-walkthrough-abis-web3-and-how-to-abuse-them-d92a8842d71b) ## EVM 字节码(Bytecode) EVM 字节码是一种低级编程语言,它是从高级编程语言(如solidity)编译而来的。EVM 是...

文章 基础篇-所有权

.../variables) error[E0382]: borrow of moved value: `s1` --> src/main.rs:6:26 | 2 | let s1 = String::from("hello"); | -- move occurs because `s1` has type `String`, which does not implement the `Copy` trait 3 | let s2 = s1; | -- value moved here ... 6 | ...

文章 创建一个像Opensea一样的NFT市场

...-like-opensea-3ng9 > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) > * 校对:[Tiny 熊](https://learnblockchain.cn/people/15) > * 本文永久链接:[learnblockchain.cn/article…](https://learnb...

文章 未雨绸缪 - 构建以太坊的后量子防御

...会于2026年1月成立了一个专门的[后量子安全团队](https://x.com/drakefjustin/status/2014791629408784816),由Thomas Coratger领导,并提供200万美元的研究奖金。Vitalik本人在Devconnect布宜诺斯艾利斯警告称,椭圆曲线密码学“可能在2028年美国下届...

文章 智能合约升级详解

...peg](https://img.learnblockchain.cn/attachments/2022/04/rAkuUPx2625feaf11d8de.jpeg) 现在我们的目标就是思考如何实现核心的代理合约。 ## 升级原理 升级合约中应该有2个方法: 1. 升级方法,需要每次设置实现合约(包含真正业务逻辑代码的...

文章 重入攻击+闪电贷—NFT金融协议Omni被黑事件分析

...m.org Telegram:https://t.me/sharkteamorg Twitter:https://twitter.com/sharkteamorg Reddit:https://www.reddit.com/r/sharkteamorg 更多区块链安全咨询与分析,点击下方链接查看 D查查|链上风险核查 https://m.chainaegis.com

文章 Solana 公链大规模盗币事件的分析(续)

... - 在数据库操作日志中还发现另一个内部测试的应用 com.slope.game 在 3 月份也存在私钥和助记词的上报数据,该内部测试应用并未对外发布。 **4. 服务器镜像分析** 慢雾安全团队对 Sentry 的云服务器的镜像进行分析,并对服...

文章 深入研究椭圆曲线(第四部分)

...这将是我们的下一站。下次见! >- 原文链接: [medium.com/@francomangon...](https://medium.com/@francomangone18/elliptic-curves-in-depth-part-4-5d5fb5638347) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 ROP-9:抗审查性/FOCIL

...)。 规范:该机制被指定为对[consensus-specs](https://github.com/ethereum/consensus-specs),consensus-api和[execution-specs](https://github.com/ethereum/execution-specs)存储库的Pull Request。 理想的交付成果是Pull Request。 实现:该机制在你选择的客户端中...

文章 提议者掷骰子:介绍随机执行拍卖 (randEAs) - 权益证明 / 经济学

...reenshot 2024-10-09 at 10.25.42") **作者:** [Thomas Thiery](https://x.com/soispoke) **-** 2024年11月6日 **感谢** [Julian](https://x.com/_julianma), [Barnabé](https://x.com/barnabemonnot), [Anders](https://x.com/weboftrees) 和 [Jonah Burian](https://x.com/_JonahB_) 为本文提供的讨...

文章 ETH2进展更新(截至2020/11/13)

...5274b34c5ad644e7c0f619a7e1d0)了,和我[预测的时间](https://twitter.com/evan_van_ness/status/1324814160266469376)差不多。 其部署方式又为以太坊的叙事添上了耐人寻味的一笔。部署资金[来自](https://etherscan.io/tx/0x1956761ad42396786160cb4cbca845409dadc5366c46a...

文章 EIP-1559实施者速查表

...有内容。 ## 参考实现 - [MyCrypto 的 1559 策略](https://github.com/MyCryptoHQ/MyCrypto/blob/master/src/services/ApiService/Gas/eip1559.ts) \- 参见[此处的讨论](https://github.com/MyCryptoHQ/MyCrypto/issues/4067) - [feeHistory API](https://github.com/zsfelfoldi/feehistory) - [Brave ...

文章 冷密钥共享

...片,然后根据公钥对其进行测试 \[ [here](https://asecuritysite.com/dkg/frost01)\]: ```go // Code based on https://github.com/bytemare/dkg/tree/main package main import ( "github.com/bytemare/ecc" "github.com/bytemare/dkg" "fmt" "github.com/bytemare/secret-sharing/keys" "...

文章 技术资讯 2020/01/03

...解决问题。 ## 以太坊基金会迎来新成员 学术咖Barnabé Monnot加入以太坊基金会,成立了Robust Incentives团队。该团队将从算法博弈论和经济学的角度研究机制设计和协议安全性。ECN翻译的首篇杰作就是出自Barnabé之手。 ## 以...