找到约 11 条结果

文章 Banff: 弹性子网

...息,请访问 [这里](https://docs.avax.network/build/tutorials/nodes-and-staking/upgrade-your-avalanchego-node)。提醒你,最佳实践是 [备份](https://docs.avax.network/build/tutorials/nodes-and-staking/node-backup-and-restore) 你的质押密钥/证书。 ### 我需要升级我的节...

文章 PRC #2:L1 扩容

...You're signed out Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer. CancelConfirm Share Include playlist An error occurred while retrieving sharing information. Please try again later. Watch ...

文章 跨合约重入攻击

... Ownable { // (manager i.e. victim) is trusted, so only they can mint and burn token // (管理者,即受害者)是受信任的,所以只有他们可以铸造和销毁 token constructor(address manager) ERC20("CCRToken", "CCRT") Ownable(manager) {} // Only manager mint token ...

文章 每周以太坊进展 2022/10/8

...odule),更改为[语义版本](https://erigon.substack.com/p/big-release-and-renaming-of-erigon) * Nethermind [v1.14.3](https://github.com/NethermindEth/nethermind/releases/tag/1.14.3): 减少错过证明;及即[将到来的新特性](https://twitter.com/m25marek/status/1578057260248465408) ...

文章 如何利用 RGB 在闪电网络上转移另类资产

... to Bitcoin UTXOs, enabling stablecoins transfers on the Lightning Network and more.](https://img.learnblockchain.cn/2025/07/14/ransfer.png) \- 示例:RGB 资产是如何发行且在不同的 UTXO 控制者之间转移的。文中使用的所有示意图均由作者本人绘制。 - 产生 RGB ...

文章 OP_CHECKSEPARATESIG 和 Actuaries:打造多方的通道工厂

... > > _来源: [https://bitcoinmagazine.com/technical/op-checkseparatesig-and-actuaries-fixing-multiparty-channel-factories](https://bitcoinmagazine.com/technical/op-checkseparatesig-and-actuaries-fixing-multiparty-channel-factories)_ 最近,许多人都开始意识到局限于两方参与的链...

文章 DeFi清算漏洞

...ps://solodit.cyfrin.io/issues/h-7-possible-to-liquidate-past-the-debt-outstanding-above-the-min-borrow-without-liquidating-the-entire-debt-outstanding-sherlock-none-notional-v3-git) **启发式:** 该协议是否强制执行最小头寸规模?这是否在每个可以更改头寸规模的函数...

文章 每周以太坊进展 2020/05/03

...](https://ethresear.ch/t/explorations-into-using-dht-skipgraph-for-chain-and-state-data-retrieval/7337) * [手续费机制变更视频会议备忘录](https://twitter.com/TimBeiko/status/1255874207805837313) * [Vitalik 写的 EIP1559 (手续费机制变更)FAQ](https://notes.ethereum.org/Wjr1S...

文章 Solidity智能合约中的Gas优化:开发者指南 – ImmuneBytes

...且结果被重复使用,从而节省了 gas。 ### 4\. Loop Efficiency and Iteration Optimization(循环效率和迭代优化) #### Reducing Computational Complexity in Loops(降低循环中的计算复杂度) 循环可能很耗费资源,尤其是在处理大型数组时。通过只...

文章 论权益和共识

> _作者:Andrew Poelstra_ > > _来源: [https://download.wpsoftware.net/bitcoin/pos.pdf](https://download.wpsoftware.net/bitcoin/pos.pdf)_ 注:本文档已于 2015 年 3 月进行了大量修改。旧版本可以在 [https://download.wpsoftware.net/bitcoin/old-pos.pdf](https://download.wpsof...

文章 创建和签名以太坊交易

...具体来说,在[第一部分](https://medium.com/portis/part-one-understanding-private-keys-311389737fbe),我们知道了密钥就是一个很大的随机数而已,没有别的;而在[第二部分](https://medium.com/portis/part-two-turning-random-numbers-into-an-ethereum-address-3928f56b22...