找到约 10 条结果

文章 多签和拆分备份:让你的比特币更安全

> _作者:SatoshiLabs_ > > _来源: [https://blog.trezor.io/multisig-and-split-backups-two-ways-to-make-your-bitcoin-more-secure-7174ba78ce45](https://blog.trezor.io/multisig-and-split-backups-two-ways-to-make-your-bitcoin-more-secure-7174ba78ce45)_ ![img](https://img.learnblockchain.cn/2025...

文章 Uniswap V3 路径编码的进一步优化

...ed gas by the amount of transactional data if len(data) > 0 { // Zero and non-zero bytes are priced differently var nz uint64 for _, byt := range data { if byt != 0 { nz++ } } // Make sure we don't exceed uint64 for all data combinations nonZeroGas = params.TxD...

文章 加密钱包如何工作?(以及我是如何构建一个的)

...一个简单的指南[在这里](https://medium.com/@kunalpaliwal13/understanding-asymmetric-and-symmetric-encryption-a-quick-guide-549705c16224)解释了它。 ## 步骤 1:助记词短语 — 人性化的密钥 加密钱包通常以称为**助记词短语**的东西开始 — 你被告知要写...

文章 以太坊的rlp是什么?from groq

...Ethereum.org: RLP](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/),RLP的目的是编码结构,而非具体数据类型(如字符串、浮点数)的编码,这部分由更高层次的协议处理。它的设计目标是空间高效,适合以太坊网络中节点...

文章 威胁建模:OP Labs 安全策略中的战略性工具

...节点是 OR 的关系,父节点概率取其中较高者; - 如果是 AND 的关系,父节点概率取较低者。 比如说,在一棵树中,某个二级节点是紫色,但它与一个黄色节点通过 AND 连接,所以合并后是黄色;但如果另一个子树是红色,则...

问题 网上扒的合约 panckeswap不能注入流动性

...with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: ...

文章 Libra 源码分析:Libra 中数据存储的 Schema

... ``` /// This DB is a schematized RocksDB wrapper where all data passed in and out are typed according to /// [`Schema`]s. #[derive(Debug)] pub struct DB { inner: rocksdb::DB, } impl DB { /// Reads single record by key. pub fn get(&self, schema_key: &S::Key) -> Result { //从数据...

文章 算法公平性的伦理问题

...的是,Kleinberg等人\[ [5](http://Jon Kleinberg, Sendhil Mullainathan, and Manish Raghavan. 2017. Inherent Trade-Offs in the Fair Determination of Risk Scores. In Proceedings of the 8th Innovations in Theoretical Computer Science Conference (ITCS ’17).)\]证明**没有机制能够**实现**最...

文章 Solana入门实战

... }, ], programId: pg.PROGRAM_ID, }); await web3.sendAndConfirmTransaction( pg.connection, new web3.Transaction().add(instruction), [pg.wallet.keypair], ); ```   点击 run 之后,你就能在在浏览器中可以看到日志了 ![image-20241109160720...

文章 每周以太坊进展 2023/3/25

...[Simple serialize](https://ethereum.org/en/developers/docs/data-structures-and-encoding/ssz/))格式努力 * [Deneb升级后命名](https://ethereum-magicians.org/t/e-star-name-for-consensus-layer-upgrade-after-deneb/13248)及一个合并名称(CL star + EL city) ## Dencun (Cancun + ...