找到约 13 条结果

文章 sui存钱罐的权限控制和pacakge升级带来的风险

...ing failed due to issues with transaction inputs, please review the errors and try again:\n- Transaction was not signed by the correct sender: Object 0x10ca605ce0437c10274bcc260901ef5b34bab91c747f2dc498b722ae151a5baf is owned by account address 0x7cbe5e6596e23266dd5763dd89b4ab1195516908ecde8febfe966...

文章 在 ZK 中建模栈数据结构 - 如何在 Circom 中创建一个堆栈

...mlib/gates.circom"; // 如果所有输入都为1,则返回1 template AND3() { signal input in[3]; signal output out; signal temp; temp

文章 一文读懂加密技术

...预言机篡改。[NFT和游戏应用](https://chain.link/use-cases/nfts-and-blockchain-games)使用Chainlink VRF生成的随机数来执行各种链上函数,比如挑选特殊NFT airdrop的中奖者,以及决定宝箱内物品。值得一提的是,用户可以独立验证整个过程的公...

文章 DeFi借贷攻击

...](https://solodit.xyz/issues/liquidation-leaves-traders-with-unhealthier-and-riskier-collateral-basket-making-them-more-likely-to-be-liquidated-in-future-trades-cyfrin-none-cyfrinzaros-markdown),从而使交易者拥有更不健康、风险更高的剩余抵押品组合 智能合约审计员应...

文章 Aptos可替代资产:搭车客指南

...tore has key { coin: Coin, frozen: bool, deposit_events: EventHandle, withdraw_events: EventHandle, } ``` 然而,一位精明的读者会注意到,这并不是唯一可以存储 `Coin` 的地方。 你可以创建自己的 `Coin` 钱包,它可能看起来像这样: ``` str...

文章 The Verge:使以太坊可验证和可持续

...你没有运行 [全节点](https://ethereum.org/en/developers/docs/nodes-and-clients/?ref=ghost-2077.arvensis.systems#full-node),而无法访问状态。因此,你通过像 Alchemy 或 Infura 这样的 RPC(远程过程调用)提供者请求数据。然而,你必须验证数据没有被 RP...

文章 Balancer 无常损失:公式与影响

...损失公式的明确证明。因此,这篇博客旨在通过推导 [Fernando Martinelli 的页面](https://learnblockchain.cn/article/12188) 中概述的公式来填补这一空白,该页面提供了良好的直觉。 快速概述,Balancer 是一个去中心化交易所,允许用户在...

文章 FLock.io:人工智能民主化的基础层

... SQL(例如,[Chainbase 的 Theia](https://www.flock.io/blog/chainbase-and-flock-launch-partnership-with-text2sql-blockchain-task))、人工智能辅助编码工具(例如,[Aptos 的 Move Code Agent](https://www.flock.io/blog/flockio-integrates-with-aptos-to-turbocharge-ai-assisted-move-lan...

文章 和 Nostr 探索 Web5 的未来

...近 [rough consensys running code](https://www.notion.so/Rough-consensus-and-running-code-eb4ca8ddd5094c2abaf636706074a5d2?pvs=21) 的方式。所以我认为,在生态和协议治理的组织结构上,Nostr 也拥有可贵的开放性。 而且你会发现这种开放性,跟比特币的治...

文章 Initia:用于 Layer 2 Rollup 部署的 Cosmos 区块链

...块化](https://celestia.org/learn/basics-of-modular-blockchains/modular-and-monolithic-blockchains/) [Cosmos](https://cosmos.network/) 区块链,它集成了一个 Layer 2 应用程序特定基础设施集,作为创建相互交织的 [rollups](https://ethereum.org/developers/docs/scaling/optimi...

文章 zkSync快照及与OP-Stack的比较

...ars.io/en/articles/...](https://4pillars.io/en/articles/snapshot-on-zksync-and-a-comparison-with-op-stack) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 《Effective Rust》第 8 条:熟悉引用和指针类型

...n)]: https://doc.rust-lang.org/reference/expressions/array-expr.html#array-and-slice-indexing-expressions [`Index`]: https://doc.rust-lang.org/std/ops/trait.Index.html [`index`]: https://doc.rust-lang.org/std/ops/trait.Index.html#tymethod.index [`实现`]: https://doc.rust-lang.org/std/vec/struct...

文章 dapp安全总结与典型安全事件

..., SIGNEXTEND * 逻辑运算:LT, GT, SLT, SGT, EQ, ISZERO * 位运算:AND, OR, XOR, NOT, BYTE, SHL, SHR, SAR * 当前交易状态信息:ADDRESS, SELFBALANCE, ORGIN, CALLER, CALLVALUE * 当前块状态信息:COINBASE, TIMESTAMP, NUMBER, DIFFICULTY, GASLIMIT, GASPRICE, BASEFEE * 当前链...