找到约 15 条结果

文章 将中继激励转移到链上:费用中间件、费用补助和预算模块

...布](https://github.com/cosmos/ibc/blob/master/spec/core/ics-004-channel-and-packet-semantics/UPGRADES.md),中间件也可以在现有通道上实施。 ### 2\. 费用补助模块 [费用补助](https://blog.cosmos.network/secret-powers-what-are-the-authz-and-fee-grant-modules-c57d0e808794)是...

文章 Memecoin 机器人、工具和基础设施的艺术与科学:一项综合研究

...xAutoBot/introducing-0xswift-bot-the-fastest-token-deployer-for-uniswap-v2-and-beyond-72ec3f169ef](https://medium.com/@0xAutoBot/introducing-0xswift-bot-the-fastest-token-deployer-for-uniswap-v2-and-beyond-72ec3f169ef) - [Pepe Analytics: Are you ready?](https://learnblockchain.cn/article/12834) - ...

文章 Homebrew 构建溯源初探

...ssf.org/) 的[合作](https://repos.openssf.org/proposals/build-provenance-and-code-signing-for-homebrew),以[向 Homebrew 添加构建来源](https://learnblockchain.cn/article/21092/)。 今天,我们很高兴地宣布,这项工作的核心已上线并进入公开测试阶段:[homebrew-co...

文章 SUI CLI最全命令详解4——Keytool之单签多签类 @SUI Move开发必知必会

...sting of the Base64 encoded of the BCS serialized transaction bytes itself and its intent. If intent is absent, default will be used ``` #### (2)用法 ```bash Usage: sui keytool sign [OPTIONS] --address --data Options: --address --data --json ...

文章 比特币与Layer2资产跨链技术

...2024/08/4hbWWoew66b0921f51ac1.jpg) 原文标题:《Adaptor Signatures and Its Application to Cross-Chain Atomic Swaps》 作者: mutourend & lynndell 原文链接:https://blog.bitlayer.org/Adaptor_Signatures_and_Its_Application_to_Cross-Chain_Atomic_Swaps/ # 1. 引言 随着比特币Lay...

问题 Uniswap V3 怎么通过lp-NFT tokenId 查询当前可以兑换出多少数量的token0 和token1,uniswapV3的前端移除流动性前是有对应token数量显示的

...ect some changes to a position /// @param params the position details and the change to the position's liquidity to effect /// @return position a storage pointer referencing the position with the given owner and tick range /// @return amount0 the amount of token0 owed to the pool, neg...

文章 Protokit 是什么?

...解决方案](https://www.theblock.co/learn/251458/what-are-the-advantages-and-disadvantages-of-layer-2-scaling-solutions),源自以太坊等流行网络。 L2 解决方案旨在通过将交易转移到链下来解决 L1 网络的可扩展性问题,同时仍然保持 L1 网络的安全保证。 ...

文章 Jito Bundles:使用 Rust 打包 Solana 交易

... JIT add-on](https://marketplace.quicknode.com/add-on/lil-jit-jito-bundles-and-transactions) - 基本熟悉 Solana 开发概念 - 一个 Solana 密钥对,其中包含少量 SOL(约 0.01 SOL),用于交易费用和小费 ## 了解 Jito Bundles Jito Bundles 是一项强大的功能,...

文章 每周以太坊 2024/08/31

...二进制树(binary tree)](https://notes.ethereum.org/@gballet/verkle-and-binary) 作为 Verkle 的替代方案,最后时刻替换相对容易 ## 中心化观察:威胁你的 ETH 价值 * 🚨 [Lido 达到 28.4%](https://dune.com/hildobby/eth2-staking),仍然太接近 [33.3% 阈值...

文章 每周以太坊进展 2021/05/16

...tps://medium.com/coinmonks/1the-importance-of-composable-wallets-for-users-and-developers-accb2aadff49):分析合约服务的组件 ## 应用 * [Balancer V2](https://medium.com/balancer-protocol/the-most-flexible-and-efficient-amm-is-live-meet-balancer-v2-2451a22779b3) 上线,gas 消耗量...

文章 有关于kiosk的学习笔记(sui move)

...现,原理为把listing结构体添加到dynamic_field里面 #### place_and_list 就是place和list一次性实现 #### delist 从列表里面取出,也就是不再出售,但是仍然存储在kiosk里面 ``` df::remove(&mut self.id, Listing { id, is_exclusive: false }); ``` 由这...

文章 以太坊扩容 之 分片(Sharding)

... receipt 中的每个区块。我们定义一个有状态的方法 `fetch_candidate_head`: ```python unchecked_logs = [] current_checking_score = None def fetch_candidate_head(): # Try to return a log that has the score that we are checking for, # checking in order of oldest to m...

文章 如何与以太坊智能合约交互?

...t SmartContract= require(“SmartContract”); // Retrieve the JSON ABI and address const SmartContractAbi = SmartContract.abi; const SmartContractAddress = "0x......" // Instantiate an object that "encapsulates" the smart contract const SmartContractObject = new web3.eth.Contract(SmartCont...

问题 部署合约提示Internal JSON-RPC error. { "code": -32000, "message": "execution reverted" }

...ance 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: * https://github...

文章 构建Solana MCP服务器与Solana区块链交互

...`: ``` { "mcpServers": { "solana": { "command": "node", "args": [\ "/absolute/path/to/build/index.js"\ ], "env": { "SOLANA_RPC_ENDPOINT": "https://example.solana-mainnet.quiknode.pro/123456/" ...