找到约 13 条结果

文章 新手必看!Rust 初学者如何编写 Gear 智能合约(1)

... #![feature(const_btree_new)] #![no_std] // External packages (crates) and internal modules import use codec::{Decode, Encode}; use gstd::{debug, msg, prelude::*}; use scale_info::TypeInfo; // Init function that is executed once upon contract initialization // Here is empty #[no_mangle] ...

文章 全能Sui全栈

...//decrypt.co/225709/suiplay0x1-preview-everything-need-know-crypto-gaming-handheld) 但是,Sui 的游戏雄心远不止一台设备。从战略角度来看,SuiPlay0X1 旨在拥有 Web3 游戏的发行渠道。Mysten Labs 及其合作伙伴并没有寄希望于主流游戏玩家在其 PC 或...

文章 Web3 安全审计师回顾2024 年安全问题

...员必须实现妥协类型安全的变通办法。[这个 Solidity Underhanded Contest 提交](https://github.com/ethereum/solidity-underhanded-contest/blob/master/2024/submissions_2024/submission1_Stepan/SPOILER.md) 演示了缺乏类型安全如何导致数据被意外解码为具有相似布局...

文章 多链未来与LI.FI

... [blog.li.fi/the-multi-cha...](https://blog.li.fi/the-multi-chain-future-and-li-fi-1fc90def124a) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 RocketPool 和 Lido 抢跑漏洞修复审查

...key, signing_root, deposit.data.signature): return # Add validator and balance entries state.validators.append(get_validator_from_deposit(state, deposit)) state.balances.append(amount)else: # Increase balance by deposit amount index = ValidatorIndex(validator_pubkeys.index(pubkey)...

文章 Iceberg-Trino 如何解决链上数据面临的挑战

...的处理ETL/ELT 的工具,尤其是Footprint Analytics 团队。merge and update这也是很常见的需求,我们需要对一些新探索的数据进行更新操作。 也就是说,我们无法在 Doris 上完成我们的数据生产流程,所以我们退而求其次,让 OLAP 数据...

文章 Web3钱包终极指南:外部拥有账户与智能合约钱包

...的传统交易有些不同,因为它还包含额外的字段 paymasterAndData 和 signature。 #### **UserOp mempool** UserOp mempool 是替代池,用于拥有尚未处理和捆绑的 UserOperation 队列。它充当一个等待室,并帮助 bundler 跟踪待处理的 UserOperation。 ...

文章 以太坊 - 无限花园的新篇章

...是无限的**([游戏](https://archive.org/details/james-p-carse-finite-and-infinite-games))。这个愿景——无限花园——就是从这种认识中诞生的。今天,以太坊作为各种声音的拼贴画而蓬勃发展:核心开发者和研究人员改进协议,L2 团队实现...

文章 基于区块链的教育信息平台的创新与设计

...态创新,区块链经济及生态 Copyright © 2019 by author(s) and Hans Publishers Inc. This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/ 1. 基于区块链网络的教育数据库平台...

文章 Web3加速器Account abstraction

...rOperation的节点(区块 builder),创建一个有效的EntryPoint.handleOps() 交易,并在他有效之前添加到区块;实现的途径可以两种形式,一种为Bundler自己是区块builder,另外一种是bundler使用区块构建基础设施,比如mev-boost或者 PBS (propose...

文章 RLP-黄皮书附录2解读

..._encode(input): if isinstance(input,str): if len(input) == 1 and ord(input) < 0x80: return input else: return encode_length(len(input), 0x80) + input elif isinstance(input,list): output = '' for item in input: output += rlp_encode(item) return e...

文章 Aptos 开发实战:从环境搭建到第一个 Hello World

...a91eb700938003ce29647f402c090ededd89b87a3c70e35 doesn't exist, creating it and funding it with 100000000 Octas Account 0xee6c038b66df7ed8aa91eb700938003ce29647f402c090ededd89b87a3c70e35 funded successfully --- Aptos CLI is now set up for account 0xee6c038b66df7ed8aa91eb700938003ce29647f402c090e...

文章 go实现区块链(Bitcoin)系列6 - 交易(2)

...shi.info/dashboard/db/unspent-transaction-output-set) 7. [Smart contracts and Bitcoin](https://medium.com/@maraoz/smart-contracts-and-bitcoin-a5d61011d9b1) 8. [Why every Bitcoin user should understand “SPV security”](https://medium.com/@jonaldfyookball/why-every-bitcoin-user-should-understand-...