找到约 14 条结果

文章 Eth2进展更新(截至2021/3/28)

...者的数量上限](https://ethresear.ch/t/simplified-active-validator-cap-and-rotation-proposal/9022?u=benjaminion)。这个提案的目的不是要限制验证者总数,而是要将任何时候活跃验证者的数量限制在 50 万左右,这对网络安全来说足够了。任何时候有越...

文章 Visa和万事达卡,设计下一代支付系统

...www.mastercard.com/news/ap/en/newsroom/press-releases/en/2024/mastercard-standard-chartered-mox-and-libeara-successfully-complete-a-proof-of-concept-pilot-on-tokenized-deposits-and-tokenized-carbon-credits-through-regulatory-sandbox/?utm_source=chatgpt.com),作为概念证明。 ### 2.3 抓住 We...

文章 了解下不用助记词的ZenGo钱包及门限签名技术

...Go 开启了[悬赏计划](https://zengo.com/the-zengo-challenge-win-1-btc-and-prove-us-wrong/),如果你发现什么漏洞,1个BTC在等着你。 ## 参考文章 1. [Threshold Signatures: The Future of Private Keys](https://medium.com/zengo/threshold-signatures-private-key-the-next-genera...

文章 设计思考工作流程

... [捕捉与碰撞:](https://adjacentpossible.substack.com/p/capturing-and-colliding?r=u6r6&utm_campaign=post&utm_medium=web) 你如何保留和重混他人头脑中的想法?一种300年前的生产力黑客可能是关键。 [七种意外发现的类型](https://adjacentpossible.substack....

文章 Huff: 构建 Gas 优化的智能合约 - 第一部分

... { 0x000000000000000000000000ffffffffffffffffffffffffffffffffffffffff and } ``` ### 初始数据加载 ``` ##define macro TRANSFER_INIT() = takes(0) returns(6) { 0x04 calldataload ADDRESS_MASK() // recipient caller // sender [TRANSFER_EVENT] ...

文章 从零开发区块链应用(十二)--以太坊余额查询

...信息,比如账户余额。 a path is always: sha3(ethereumAddress) and a value is always: rlp(ethereumAccount) Root是一个hash值,通过Root去数据库中可以找到 stateTrie的根节点,然后通过sha3(ethereumAddress)得出要最终查找的path,再根据path可以一步步的...

文章 可升级以太坊智能合约的存储

...ction-to-smart-contracts.html?highlight=delegatecall#delegatecall-callcode-and-libraries))。 ![](https://img.learnblockchain.cn/2025/03/09/__3.svg) 调用以前合约版本的函数毫无意义,因为这些不过是“代码片段”,所有状态被存储在 **proxy** 合约中。**dele...

文章 以太坊路线图:账户抽象

...太坊的开发者们在努力探索的同时,像 @zksync,@StarkWareLtd and @argentHQ 这样的项目已经出现并推动此项技术。 (25/25) 所以,亲爱的读者,不要害怕,以太坊社区知道它在做什么! 我不能告诉你帐户抽象什么时候到来,甚至不...

文章 在公共测试网上部署智能合约

...子书:精通以太坊-中文版](https://learnblockchain.cn/goods/6) [Hands-On Smart Contract Development with Solidity and Ethereum: From Fundamentals to Deployment](https://www.amazon.com/Hands-Contract-Development-Solidity-Ethereum/dp/1492045268/ref=sr_1_1?crid=1BEZJDSK8C00C&dchild=1&keywords...

文章 BOLT12:支付协商协议与新的发票标准

...6/24/...](https://www.btcstudy.org/2025/06/24/bolt-12-negotiation-protocol-and-a-new-invoice-format) , 如有侵权请联系管理员删除。

文章 Tendermint 的协议设计和一些思考(二)

... != e.ValidatorPower { return fmt.Errorf("validator power from evidence and our validator set does not match (%d != %d)", e.ValidatorPower, val.VotingPower) } if valSet.TotalVotingPower() != e.TotalVotingPower { return fmt.Errorf("total voting power from the evidence and our validator ...

文章 去中心化身份:通往 Web3 的护照

...:DIF、Amber Group ### 第 1 层:身份标识与标准 (Identifiers and Standards) 标准、身份标识、以及命名空间 (namespces) 共同构建公共信任层,确保其标准化、可移植性、与互操作性。它们也允许网络注册并管理 DID 方法,给开发者与用...

文章 sui-move进阶:引用

...nter to the table for s1. The table for s1 contains the stack data for s1 and points to the string data on the heap.](https://kaisery.github.io/trpl-zh-cn/img/trpl04-06.svg) 熟悉Rust语言的朋友应该知道,Rust中的引用可以被理解为指向某一资源的指针,所以不允...

文章 Solana 基金会永久移除 ◎11.365M 代币供应

...更多信息可以在 [这里](https://medium.com/solana-labs/hummingbot-and-solana-team-up-to-launch-a-liquidity-mining-campaign-60d02bd2f607) 阅读。 最后,为了确保进一步的清晰性,当前流通供应现在可以通过以下方式直接从网络中读取: - API 端点:[htt...