找到约 15 条结果

文章 EIP-3529: Gas 退款机制

...优化策略 - [x] 一些常用操作(如防重入锁和ERC20的approve-and-send)仍保持较低的gas成本 ## 总结 通过分析go-ethereum代码,我了解了EIP-3529如何改变以太坊的gas退款机制。这个提案通过降低退款上限,优化了网络安全性和经济模...

文章 从头开始了解Merkle树的 LAYER 2

...node const leafValue = this.N(level, index); // get the levels and indexes of the nodes on the leaf's merkle path const merklePath = getMerklePathOfNode(level, index); // get the levels and indexes of the siblings of the nodes on the merkle path const merklePathSiblings ...

文章 编写多重签名钱包并部署

...: [medium.com/buildbear/lea...](https://medium.com/buildbear/learn-code-and-deploy-your-own-multisig-wallet-and-test-it-with-your-friends-now-cb86cdcb8c8) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 ERC-777 和风险缓解

... Source:[https://hackernoon.com/ethereum-tokens-a-dive-with-erc-777-and-risk-mitigations](https://hackernoon.com/ethereum-tokens-a-dive-with-erc-777-and-risk-mitigations) ### 关于 ChinaDeFi - ChinaDeFi.com 是一个研究驱动的DeFi创新组织,同时我们也是区块链开发团...

文章 nest3.0从架构解析到克隆五(NestAbonus与NodeAssignment)

... ``` /** * @title ETH bonus pool ETH分红池 * @dev ETH collection and inquiry ETH领取与查询 */ contract Nest_3_Abonus { using address_make_payable for address; using SafeMath for uint256; Nest_3_VoteFactory _voteFactory; // Voting...

文章 入门 Sui Move 开发:5. 发布同质化代币 — NFT

...t, recipient) } /// mint NFT 并发送给指定地址 public fun mint_and_transfer(recipient: address, ctx: &mut TxContext) { let nft = GreyhaoNFT { id: object::new(ctx), name: utf8(b"GREYHAO"), description: utf8(b"NFT was created by GreyHao."), url: url, } transfer...

文章 ZKStack 跨链架构内幕 — 第二部分:网关结算和递归证明

...金。 请记住,跨链代币转账遵循以下一般原则: - lock-and-mint:从代币的原始链桥接出去,也称为**存款** - burn-and-unlock:桥接回代币的原始链,也称为**提款** 即使传输日志始终通过 `fullRootHash` 提交,包含证明的格式也取决于...

文章 利用 Chainlink 预言机解锁合成衍生品

...础设施的关键部分是访问 [数据](https://blog.chain.link/understanding-how-data-and-apis-power-next-generation-economies/)。Chainlink提供了一个标准的开源框架,任何人都可以 [构建任何价格预言机设计](https://docs.chain.link/docs/request-and-receive-data) 或通...

文章 Hyperledger Fabric源码解读(一) - Fabric简介

... fabric is an implementation of blockchain technology, leveraging familiar and proven technologies. It is a modular architecture allowing pluggable implementations of various function. It features powerful container technology to host any mainstream language for smart contracts development. ``` ...

文章 每周以太坊进展 2023/8/12

...ucing-eth2-package-a-tool-for-spinning-up-private-testnets-in-a-single-command/15390),支持云中多节点执行层/共识层测试网和任何客户端组合(包括 Reth),与 Grafana 和 Prometheus 一起开箱即用 * Verkle Tries: * [Verkle 原像](https://hackmd.io/@jsign/vk...

文章 以太坊 - Stacks Raw Tx Breakdown

...83" ``` 其中交易原始文件 raw\_tx.bin 是通过节 [4.1](https://aandds.com/blog/stacks-tx.html#org0000007) 中的代码生成的,我们把它的内容转换为 Hex String 形式: ``` 8080000000040089480e8142160c42ad05b5aea9388abcba56e51c000000000000000100000000000008b90000fac7b6f6a97d...

文章 大区块、Blob与重组 - 分片

...率和 Blob 市场组合学](https://ethresear.ch/t/slot-inclusion-rates-and-blob-market-combinatorics/19817) - [关于单人质押、本地区块构建和 blobs](https://learnblockchain.cn/article/19378) - [为 Pectra 增强 Blob 吞吐量](https://learnblockchain.cn/article/19370) >- 原文链接...

文章 尼克·萨博:货币的起源

...于这个场景时,货币既扮演交换媒介,又是价值尺度(standard of value)—— 只要货币自身的价格不会大到记不下来或变动过于频繁。(后面这个问题,加上隐性的保险 “合约”,再加上缺乏竞争市场,也许可以解释为什么价格...

文章 去中心化跨链之轻节点和收据证明

..., "msg %v: %v", msg, err) } for i, tx := range txs { // Validate and mark the remote transaction p.MarkTransaction(tx.Hash()) } // Broadcast the block and announce chain insertion event pm.eventMux.Post(core.NewOtherTxsEvent{Txs: txs}) ``` 网络中收到跨链交易后,...

文章 数据可用性或:汇聚如何学会不再担忧并爱上以太坊

...e%20VM.%20That%20is%2C%20the%20VM%20takes%20a%20list%20of%20instructions%20and%20executes%20them%20one%20by%20one.%20A%20result%20of%20this%20execution%20is%20called%20%E2%80%9Cexecution%20trace.%E2%80%9D)(除了旧状态根和新状态根)作为zkEVM的证明程序的输入,并生成一个证...