找到约 13 条结果

文章 Foundry 备忘录

...查看以下资源: - [Foundry vs Hardhat: Differences in performance and developer experience](https://chainstack.com/foundry-hardhat-differences-performance/) - [Smart Contract Development with Foundry (Video)](https://www.youtube.com/watch?v=uelA2U9TbgM) - [Building and testing smart contrac...

文章 深度解析:在发送1个DAI时发生了什么

...型和 [RLP编码](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/) 内容之间的串联的`keccak256`哈希值。 ``` keccak256(0x02 || rlp([chainId, nonce, maxPriorityFeePerGas, maxFeePerGas, gasLimit, to, amount, data, accessList])) ``` 虽然你不应该有那...

文章 以太坊合约地址是怎么计算出来的?

...1)) ``` 这里有一些[讨论](https://swende.se/blog/Ethereum_quirks_and_vulns.html): 如果 sender 为 0x6ac7ea33f8831ea9dcc53393aaa88b25a785dbf0 , 创造的合约地址如下,这个过程完全是确定的: ``` nonce0= "0xcd234a471b72ba2f1ccf0a70fcaba648a5eecd8d" nonce1= "0...

文章 每周以太坊进展 2021/02/07

...客户端的基准测试](https://dev.to/q9/ethereum-2-0-mainnet-clients-3and):“我觉得它们都已经准备好用于生产环境了” - Staked [因冗余运行而遭罚没](https://blog.staked.us/blog/eth2-post-mortem) - [Spectroscope](https://github.com/neukind/spectroscope):信标链...

文章 通过逆向和调试深入EVM #5 - EVM如何处理 if/else/for/functions

> * 原文链接: https://trustchain.medium.com/reversing-and-debugging-evm-the-execution-flow-part-5-2ffc97ef0b77 > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[翻译小组](https://learnblockchain.cn/people/412) 校对:[Tiny 熊](https://learnblo...

文章 深入浅出探讨区块链预言机问题

...文章之前谈到[区块链](https://blog.chain.link/what-is-a-blockchain-and-how-can-it-impact-the-world/)[智能合约](https://chain.link/education/smart-contracts)极有潜力颠覆传统的多方合约和价值交换模式。链下数字经济的规模远大于链上智能合约经济,两种...

文章 LIBRA 中的可验证随机数 VRF

...ai.top/区块链技术/一篇文章搞懂vrf/) VRF全称是`verifiable random function` ,也就是可验证随机数. 他有两个特性: 第一他产生的是**随机数**,第二还是**可验证**的。 我直接引用维基百科上的[VRF定义](https://en.wikipedia.org/wiki/Verifiable_ran...

文章 【以太坊源码go-ethereum阅读】errors.go

... // // The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // The go-ethere...

文章 了解零知识证明历史

...知识证明领域在学术文献中首次出现是在 [Goldwasser, Micali and Rackoff](https://people.csail.mit.edu/silvio/Selected Scientific Papers/Proof Systems/The_Knowledge_Complexity_Of_Interactive_Proof_Systems.pdf?ref=blog.lambdaclass.com) 的论文中。有关起源的讨论,你可以参...

文章 Solana 开发 101 - 使用 Webhooks 创建 Solana Discord 机器人

...71218180700934144) - [什么是 Webhook](https://docs.helius.dev/webhooks-and-websockets/what-are-webhooks) >- 原文链接: [helius.dev/blog/discord-...](https://www.helius.dev/blog/discord-sales-bot) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方...

文章 浅谈 DEX,从过去到未来

...ue Flow ### Balancer - 最大的收入来源是图中左侧的 `swap and generate fee` - 这部分收益的 50% 是直接给到 LP - 另外 50% 再分成 35% 和 65% 给到 DAO 组织和 veBAL holder - ve 机制 - 首创于 Curve,Balancer 的 ve 机制也是参考 Curve 的 ...

文章 什么是Sybil抵抗?理解Sybil攻击的关键

...OR 攻击:**](https://www.notion.so/What-are-Sybil-attacks-in-blockchain-and-smart-contracts-0653b2edd5d0468ca6dbba279f35ce61?pvs=21) 在 2014 年和 2020 年,Tor 网络,一个点对点私人对话网络,遭受了 Sybil 攻击,影响了其用户的个人数据。 ## 总结 Sybil 攻...

文章 全球公链进展 每周更新 - 2023/7/3

...Holešky,以取代Goerli; ### TRON发布 GreatVoyage-v4.7.2(Periander)版本; ### Polygon 提出 Polygon 2.0 架构; ### ZEN 将不再被视为隐私币; ### ... ## **01ETH** * ### 以太坊开发团队计划9月15日推出新测试网Holešky,以取代 Goerli ...