找到约 14 条结果

文章 探索查看以太坊交易池的方法

...hQL](https://chainstack.com/graphql-on-ethereum-availability-on-chainstack-and-a-quick-rundown/) 的最大优点是可以过滤掉你认为是具体的交易字段。 GraphQL 中的查询会遍历 txpool 中的元素。 因此,它的限制与上述 txpool 的限制相同。 以下是显示待...

文章 Ordinals 生成式 BRC-721 标准

... "a":[ [0,"bitcoin-orange"], [0,"rainbow"], [0,"black-and-white-triangular"], [0,"square"], [0,"happy"] ] } ``` | 字段 | 是否必须 | 描述 | | ----- | ---------- | -------------------------------...

文章 技术深度解析:调度器革命与解耦式SVM架构

...up 和解耦 SVM:深度分析:** [https://medium.com/@soon\_SVM/rollup-and-decoupled-svm-an-in-depth-analysis-fa29579c71f4](https://learnblockchain.cn/article/11058) **解耦 SVM 与分叉 SVM:** [https://medium.com/@soon\_SVM/decoupled-svms-vs-forked-svms-dcb44f454d91](https://learnblockchain...

文章 每周以太坊进展 2023/2/11

...* [网络性能指标](https://ethresear.ch/t/approximating-user-welfare-and-surplus-with-transaction-data/14766):产生的价值(福利)和用户获得的价值(盈余) * [Rollup 中继](https://hackmd.io/@echno/rollup-relay),减少 PB​​S 中继中的信任假设 ## Layer 2 ...

文章 详解 Optimism Bedrock 系列 2 - 主要变化

...,(来源: [moralismoney](https://moralismoney.com/blog/what-is-eip-1559-and-will-ethereum-go-deflationary-with-it)) Optimism 已通过 Bedrock 升级更新了其网络以支持 EIP-1559。EIP-1559 通过动态计算和可预测地管理实时生成的区块中所有交易的费用和流量,...

文章 以太坊 - 什么是Farcaster?Farcaster框架创建的全面指南 - Quicknode

...gnup?utm_source=internal&utm_campaign=guides&utm_content=what-is-farcaster-and-how-to-build-farcaster-frames))并启用 [Token API](https://www.quicknode.com/token-api) + Optimism 主网节点终端(运行 Hubble 节点所需) - 已安装 [Node.js](https://nodejs.org/en) - [运行 Hubble 节...

文章 安全可靠 - 深入了解 STARK 安全系统

# 安全可靠 - 深入了解 STARK 安全系统 *原文:[Safe and Sound – A Deep Dive into STARK Security](https://www.starknet.io/en/posts/developers/safe-and-sound-a-deep-dive-into-stark-security)* *译者:W3.Hitchhiker* ![img](https://img.learnblockchain.cn/pics/20231128121803.jpe...

文章 在Ubuntu系统中使用HECO二进制文件部署HECO主网同步节点

...h file or directory" WARN [10-18|18:27:38.097] Option nousb is deprecated and USB is deactivated by default. Use --usb to enable WARN [10-18|18:27:38.098] Sanitizing cache to Go's GC limits provided=4096 updated=2606 INFO [10-18|18:27:38.098] Set global gas cap cap=25...

文章 SQL入门到精通:玩转数据库的7大操作

... mysql> use mysql_test; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> show tables; +----------------------+ | Tables_in_mysql_test | +----------------------+ | customers |...

文章 深度解析:在发送1个DAI时发生了什么

...型和 [RLP编码](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/) 内容之间的串联的`keccak256`哈希值。 ``` keccak256(0x02 || rlp([chainId, nonce, maxPriorityFeePerGas, maxFeePerGas, gasLimit, to, amount, data, accessList])) ``` 虽然你不应该有那...

文章 全栈SVM链索引和数据分析工具

...#:~:text=In%20Buterin's%20vision%2C%20%E2%80%9Cinfo%20finance,science%2C%20and%20decision%2Dmaking.) 愿景——像 Polymarket 这样的预测市场从数据中提取价值——如果底层基础设施跟不上,那将显得空洞。 那么,当现在的数据工具还停留在过去时,我...

文章 掌握Web3基础知识 - 从节点到网络

...nts) - [以太坊客户端](https://ethereum.org/en/developers/docs/nodes-and-clients/client-diversity/#current-client-diversity) 更多关于区块链的工作原理,请跳到**Layer1 网络部分**。 #### 节点基础设施供应商 普通用户通常被鼓励运行自己的...

文章 Swap API 介绍:一键完成跨链 Swap

...况。 ### 2\. Modular DEX Integration via 0x, Uniswap’s Trading API, and LI.FI Across 使用 [0x](https://0x.org/)、[Uniswap's Trading API](https://app.uniswap.org/) 和 [LI.FI](http://li.fi/) 来处理 DEX 聚合和路由。我们没有直接聚合 DEX,而是接入了最好的可用基础...

文章 审计Solana程序的必备知识

...](#2-account-model) 3. [从数据账户读取和写入数据](#3-reading-and-writing-data-from-data-accounts) 4. [程序和指令](#4-programs-and-instructions) 5. [跨程序调用 (CPI)](#5-cross-program-invocation-cpi) 6. [代币](#6-tokens) 7. [Solana 项目架构](#7-solana-project-architec...