Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Executes a message call immediately without broadcasting a transaction to the ne
</Tip>

<Note>
**`eth_call "pending"` block context on Flashblocks nodes:** Block-context properties (`block.number`, `block.timestamp`, `block.basefee`) may reflect a block several behind tip due to how nodes cache historical Flashblocks. See the [FAQ](/specifications/flashblocks#why-does-eth_call-pending-report-a-block-number-several-blocks-behind-tip) for details.
**`eth_call "pending"` block context on Flashblocks nodes:** Block-context properties (`block.number`, `block.timestamp`, `block.basefee`) may reflect a block several behind tip due to how nodes cache historical Flashblocks. See the [FAQ](/specifications/flashblocks#rpc) for details.
</Note>

## Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Unique identifier for the block being built. Remains consistent across all Flash
</ParamField>

<ParamField path="index" type="number">
Flashblock index within the current block. Starts at 0 (system transactions only). User transactions begin at index 1. Typically reaches 9–10 per block, but [may exceed 10](/specifications/flashblocks#can-the-flashblock-index-exceed-10-is-that-a-bug) during sequencer timing drift.
Flashblock index within the current block. Starts at 0 (system transactions only). User transactions begin at index 1. Typically reaches 9–10 per block, but [may exceed 10](/specifications/flashblocks#websocket) during sequencer timing drift.
</ParamField>

<ParamField path="base" type="Base Object">
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrades/denim/200ms-blocks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Denim replaces [Flashblocks](/specifications/flashblocks), which publish increme
Denim keeps the Ethereum block header and its seconds-based `timestamp` unchanged. A BaseTime metadata deposit supplies the sub-second component. Together, these values identify a canonical block's full millisecond timestamp.

<Info>
If your application uses Flashblocks, see [Migrate From Flashblocks](/base-chain/specs/upgrades/denim/migrate-from-flashblocks) for the required API changes.
If your application uses Flashblocks, see [Migrate From Flashblocks](/upgrades/denim/migrate-from-flashblocks) for the required API changes.
</Info>

## Network Availability
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrades/denim/migrate-from-flashblocks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ The `"pending"` block tag and Flashblocks preconfirmation state have no direct e

## Test on Vibenet

Test your migrated integration on [Vibenet](/build-on-base/test-on-vibenet). For the protocol design and RPC behavior, see [200ms Native Blocks](/base-chain/specs/upgrades/denim/200ms-blocks).
Test your migrated integration on [Vibenet](/build-on-base/test-on-vibenet). For the protocol design and RPC behavior, see [200ms Native Blocks](/upgrades/denim/200ms-blocks).
2 changes: 1 addition & 1 deletion docs/upgrades/fjord/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: "Overview of the Fjord hardfork, introducing FastLZ-based L1 fee es

## Execution Layer

- [RIP-7212: Precompile for secp256r1 Curve Support](/specifications/base-protocol/execution/precompiles#P256VERIFY)
- [RIP-7212: Precompile for secp256r1 Curve Support](/specifications/base-protocol/execution/precompiles#p256verify)
- [FastLZ compression for L1 data fee calculation](/upgrades/fjord/exec-engine#fees)
- [Deprecate the `getL1GasUsed` method on the `GasPriceOracle` contract](/upgrades/fjord/predeploys#l1-gas-usage-estimation)
- [Deprecate the `L1GasUsed` field on the transaction receipt](/upgrades/fjord/exec-engine#l1-gas-usage-estimation)
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrades/jovian/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: "Overview of the Jovian hardfork, introducing a configurable minimu
## Execution Layer

- [Minimum Base Fee](/upgrades/jovian/exec-engine#minimum-base-fee)
- [DA Footprint Limit](/upgrades/jovian/exec-engine#da-footprint-limit)
- [DA Footprint Limit](/upgrades/jovian/exec-engine#da-footprint-block-limit)
- [Operator Fee](/upgrades/jovian/exec-engine#operator-fee)

## Consensus Layer
Expand Down
Loading