找到约 14 条结果

文章 OP Labs|故障证明深入研究的第二部分:Cannon

...分组,其中包括:可执行和可链接文件格式(the Executable and Linkable Format ,ELF)加载器、内存和状态管理、MIPS EVM(后面会做详尽说明)以及见证证明(witness proof )生成。 ## **可执行和可链接格式(ELF)加载器** OP-Program 是...

文章 计算复杂性 + 度界限 STARKs 算术化

...a.xyz/blog/degr...](https://learnblockchain.cn/article/12792/degree-bounds-and-computational-complexity) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Filecoin 运维(2) - 环境变量和常用运维操作

.../www.r9it.com/) 原文链接:http://www.r9it.com/20200618/filecoin-env-and-operation.html ## 参考链接 * [https://docs.lotu.sh/en+mining](https://docs.lotu.sh/en+mining) * [https://docs.lotu.sh/en+lotus-seal-worker](https://docs.lotu.sh/en+lotus-seal-worker)

文章 Solana程序第二部分:理解SPL关联代币账户

... 代币程序 该函数首先调用 **_get\_associated\_token\_address\_and\_bump\_seed\_internal_** 计算 **_associated\_token\_address_**(即 **PDA**)并验证用户输入: ![](https://img.learnblockchain.cn/2025/03/30/6f0d73a7247c6bdf0075b_1HReJ51e7q1X_JLbBkSxK4Q.png) 在内部,...

文章 sui-move基础(五):letsmove-task4

...:transfer(AdminCap{id:object::new(ctx)},sender(ctx)); } //get random number // public entry fun get_random_number(_: &AdminCap, game: &mut Game, r: &Random, ctx: &mut TxContext) { // let mut generator=random::new_generator(r,ctx); // let random_value=random::genera...

文章 sui-move进阶:table

... ```move /// Removes the key-value pair in the table `table: &mut Table` and returns the value. /// Aborts with `sui::dynamic_field::EFieldDoesNotExist` if the table does not have an entry with /// that key `k: K`. public fun remove(table: &mut Table, k: K): V { let v = field::remove(&mut ...

文章 深度分析DeFi智能合约的数据质量问题

...cles/900001616523-Huobi-to-Make-Exchange-Data-Available-to-Smart-Contracts-and-Huobi-Wallet-to-Run-a-Chainlink-Node)(加密货币交易所)。 数据提供商成为Chainlink节点将拥有一个独一无二的优势,那就是可以在自己的数据上进行加密签名。用户和智能合...

文章 深入剖析 Ownbit 和 Gnosis 多签

...int i = 0; i < _owners.length; i++) { //onwer should be distinct, and non-zero if (isOwner[_owners[i]] || _owners[i] == address(0x0)) { revert(); // Gnosis 此处为 throw } isOwner[_owners[i]] = true; } owners = _owners; required = _re...

文章 Fabric 2.0 install guide(安装指引)

...install Then run the following applications to enroll the admin user, and register a new user called user1 which will be used by the other applications to interact with the deployed FabCar contract: node enrollAdmin node registerUser You can run the invoke application as fo...

文章 坎昆网络升级 Meta 讨论帖 - 魔法师 / 流程改进

...S/eip-5920) - [EIP-1153](https://ethereum-magicians.org/t/shanghai-cancun-candidate-eip-1153-transient-storage/10784)![:white_check_mark:](https://img.learnblockchain.cn/2025/04/30/89789742_image.png) - [EIP-2537](https://ethereum-magicians.org/t/eip-2537-bls12-precompile-discussion-thread/4187)![:+...

文章 让我们了解订阅NFT并铸造一些

...: [medium.com/buildbear/let...](https://medium.com/buildbear/lets-understand-subscription-nfts-and-mint-a-few-6ae9e695a1fc) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 超越51%攻击:精确描述区块链可实现的韧性

...https://www.coinbase.com/learn/crypto-glossary/what-is-a-51-percent-attack-and-what-are-the-risks)?[33%](https://cointelegraph.com/news/bitcoin-ethereum-51-percent-attacks-coin-metrics-research)?还是正如Vitalik Buterin所述,[99%](https://learnblockchain.cn/article/11429)?答案关系重...

文章 Eth2 进展更新 (截至2022/5/6)

...议里的[随机性](https://eth2book.info/altair/part2/building_blocks/randomness)章节。这比我预期要有趣得多,但最终花费的时间比我计划的要长很多。概率论很难!我不确定接下来要写什么。可能是委员会。在我开始写高层级的东西前,我还...

问题 make geth报错:error: 'for' loop initial declarations are only allowed in C99 mode

...s encoding/binary fmt encoding/base64 context internal/godebug math/rand encoding/hex flag encoding/json database/sql/driver database/sql math/big hash crypto golang.org/x/crypto/sha3 path/filepath regexp/syntax github.com/holiman/uint256 regexp github.com/ethereum/go-ethereum/co...