{
  "site": "BaseHub",
  "url": "https://basehub.org",
  "feed": "changelog",
  "description": "Updates to BaseHub and notable Base network and protocol changes, newest first. Markdown version at /changelog.md.",
  "generated_at": "2026-09-11T03:37:09.307Z",
  "entry_count": 93,
  "entries": [
    {
      "date": "2026-09-11",
      "kind": "network",
      "title": "Denim will make block-counted durations expire ten times sooner",
      "summary": "Upstream added a warning for contract authors: block.number advances ten times faster under 200ms blocks while block.timestamp does not. Timelocks, vesting, and governance windows counted in blocks shrink tenfold.",
      "url": "https://basehub.org/specifications/denim-200ms-blocks/#block-number-contract-logic"
    },
    {
      "date": "2026-09-11",
      "kind": "network",
      "title": "200ms blocks move back to Denim, targeting October 2026",
      "summary": "Upstream returned canonical 200ms blocks, BaseTime, and millisecond RPC timestamps to Denim, matching the node source. Cobalt now carries B20 work, validity transactions, dynamic upgrades, and a TEE migration.",
      "url": "https://basehub.org/specifications/denim-overview/"
    },
    {
      "date": "2026-09-11",
      "kind": "site",
      "title": "Added a Validity Transactions reference",
      "summary": "New page for base_sendRawTransactionValidity, covering the predicate types, fees and expiry, a Viem example, and the safety limits that come with reading raw storage slots.",
      "url": "https://basehub.org/api-reference/validity-transactions/"
    },
    {
      "date": "2026-09-10",
      "kind": "network",
      "title": "maxperf build profile restored for release artifacts",
      "summary": "Upstream reversed the removal of the maxperf Cargo profile. Published binaries and ghcr.io/base/node images build with it again, while release stays the default for local and Docker builds.",
      "url": "https://basehub.org/node-operations/configuration/#build-profiles"
    },
    {
      "date": "2026-09-10",
      "kind": "network",
      "title": "Block timing activation gate restored to Denim",
      "summary": "The node source again gates 200ms blocks on is_denim_active after a move onto Cobalt was undone, so implementation and published docs now disagree on the fork. Neither is scheduled on any chain.",
      "url": "https://basehub.org/specifications/cobalt-200ms-blocks/"
    },
    {
      "date": "2026-09-10",
      "kind": "site",
      "title": "Corrected build profile guidance across five pages",
      "summary": "Pages that claimed release was the only production profile now describe both: release as the build default, maxperf as what Base publishes with fat LTO and one codegen unit.",
      "url": "https://basehub.org/getting-started/building/"
    },
    {
      "date": "2026-09-09",
      "kind": "network",
      "title": "Cobalt and Denim swapped their headline features",
      "summary": "Canonical 200ms blocks moved from Denim to Cobalt, now targeting late October 2026. Native account abstraction (EIP-8130) moved from Cobalt to Denim, which has no date.",
      "url": "https://basehub.org/specifications/cobalt-overview/"
    },
    {
      "date": "2026-09-09",
      "kind": "site",
      "title": "Renamed the 200ms blocks spec to Cobalt",
      "summary": "The 200ms native blocks page now reads as Cobalt throughout, with the late October 2026 planning target. Flashblocks retirement pages follow the same reassignment.",
      "url": "https://basehub.org/specifications/cobalt-200ms-blocks/"
    },
    {
      "date": "2026-09-09",
      "kind": "site",
      "title": "Added Snapshot Benchmarking page",
      "summary": "How to run repeatable base-bench snapshot measurements, publish the artifacts, and compare 2-second against 200ms cadences without misreading Engine backpressure as a capacity limit.",
      "url": "https://basehub.org/node-operations/snapshot-benchmarking/"
    },
    {
      "date": "2026-09-08",
      "kind": "network",
      "title": "EIP-8130 has left the Cobalt upgrade",
      "summary": "Native account abstraction now sits behind its own zenith gate, which the node source leaves unset on Mainnet, Sepolia, and every other canonical chain. Only devnets opt in, via custom genesis. No replacement fork or date is announced.",
      "url": "https://basehub.org/specifications/cobalt-overview/#where-account-abstraction-went"
    },
    {
      "date": "2026-09-08",
      "kind": "site",
      "title": "Corrected four pages that placed EIP-8130 in Cobalt",
      "summary": "The Cobalt, Beryl, Native Account Abstraction, and engineering blog pages all stated that account abstraction ships with Cobalt. Each now reflects the node source, which the official Base docs have not yet caught up with.",
      "url": "https://basehub.org/architecture/native-account-abstraction/"
    },
    {
      "date": "2026-09-05",
      "kind": "network",
      "title": "The maxperf build profile is gone",
      "summary": "Base removed maxperf from the workspace, leaving release as the single production profile. Publish Release now builds the base image under PROFILE=release, and a local docker compose --build defaults to it too.",
      "url": "https://basehub.org/node-operations/configuration/#build-profiles"
    },
    {
      "date": "2026-09-05",
      "kind": "site",
      "title": "Corrected the Just build recipes across the docs",
      "summary": "Build work lives in a Just module, so the commands are just build release and just build contracts rather than the hyphenated forms the pages carried. Bare just build only prints the recipe list.",
      "url": "https://basehub.org/getting-started/building/"
    },
    {
      "date": "2026-09-04",
      "kind": "site",
      "title": "Documented requester RPC exposure for standalone proving",
      "summary": "The prover service RPC has no authentication, and reaching it is enough to spend your deposited PROVE. New guidance covers the loopback publish, the Docker network options that protect it, and the one daemon setting that defeats them.",
      "url": "https://basehub.org/node-operations/standalone-proving/"
    },
    {
      "date": "2026-09-04",
      "kind": "network",
      "title": "Standalone prover stack now requires Docker Engine 28.3.3",
      "summary": "Older daemons can leak a port published on 127.0.0.1 to the local network. Startup now checks the daemon version and refuses to reuse a Docker network whose options would allow direct routing to the container.",
      "url": "https://basehub.org/node-operations/standalone-proving/"
    },
    {
      "date": "2026-09-02",
      "kind": "network",
      "title": "base/node repository is being archived",
      "summary": "Operator releases now ship from base/base as of v1.3.0. The base/node repo goes read-only on September 4, 2026 and keeps only pre-v1.3.0 tags. Node docs updated, plus new NODE_TAG image pinning.",
      "url": "https://basehub.org/node-operations/deployment/"
    },
    {
      "date": "2026-09-02",
      "kind": "network",
      "title": "200ms blocks live on Vibenet; Flashblocks set for deprecation",
      "summary": "Denim's canonical 200ms blocks now run on Vibenet for experimental testing. Upstream plans to deprecate Flashblocks in the Denim hardfork, which is still unscheduled on Sepolia and Mainnet.",
      "url": "https://basehub.org/specifications/denim-200ms-blocks/"
    },
    {
      "date": "2026-09-02",
      "kind": "site",
      "title": "Added Migrate to 200ms Blocks guide",
      "summary": "A replacement for every Flashblocks subscription and every pending-tag RPC call, for applications preparing ahead of Denim.",
      "url": "https://basehub.org/flashblocks/migrate-to-200ms-blocks/"
    },
    {
      "date": "2026-09-01",
      "kind": "site",
      "title": "Documented the protocol design goals and lineage",
      "summary": "The Protocol Overview now opens with the four principles behind the spec — opinionated, maximally simple, fast cycles, Ethereum aligned — plus the release cadence and the chain's move off the OP Stack at Jovian.",
      "url": "https://basehub.org/architecture/protocol-overview/"
    },
    {
      "date": "2026-08-31",
      "kind": "site",
      "title": "Added Launch a B20 Token guide",
      "summary": "A step-by-step path from an empty directory to a minted B20 token: Base's pinned Foundry build, the Activation Registry gate, a B20FactoryLib create script, then mint and verify.",
      "url": "https://basehub.org/integration-guides/launch-a-b20-token/"
    },
    {
      "date": "2026-08-30",
      "kind": "site",
      "title": "Added a Builder Codes integration guide",
      "summary": "Builder Codes attribute onchain activity to an app, wallet, or agent through an ERC-8021 calldata suffix. The guide covers Wagmi and Viem client setup, the wallet-side dataSuffix capability, and the agent registration API.",
      "url": "https://basehub.org/integration-guides/builder-codes/"
    },
    {
      "date": "2026-08-30",
      "kind": "site",
      "title": "Added the B20 invariants and conformance tests",
      "summary": "Thirty-six normative guarantees the precompiles hold to, plus the fifty-three scenarios that exercise them. Covers policy gating, role renunciation, supply caps, pauses, permit, and deterministic factory addresses.",
      "url": "https://basehub.org/api-reference/b20-invariants/"
    },
    {
      "date": "2026-08-30",
      "kind": "network",
      "title": "Public Base RPC endpoints are HTTP only",
      "summary": "No WebSocket transport is offered on mainnet.base.org or sepolia.base.org, so eth_subscribe and the newHeads and logs streams are unavailable. Subscription clients need a WebSocket-capable provider.",
      "url": "https://basehub.org/introduction/connecting-to-base/"
    },
    {
      "date": "2026-08-29",
      "kind": "site",
      "title": "Deploy guide moved to Base's Foundry build",
      "summary": "Stock forge and cast abort with call to non-contract address against Base precompiles. The guide now installs base-forge, base-cast, and base-anvil, which register those addresses.",
      "url": "https://basehub.org/introduction/deploy-on-base/"
    },
    {
      "date": "2026-08-29",
      "kind": "network",
      "title": "Node providers page retired for the Base Services Hub",
      "summary": "Base deleted its standalone node providers page and pointed all eleven references at one directory covering RPC, explorers, wallets, and tooling. The RPC breakdown stays on BaseHub.",
      "url": "https://basehub.org/node-operations/node-providers/"
    },
    {
      "date": "2026-08-28",
      "kind": "network",
      "title": "Cobalt B20 additions pinned to the hardfork boundary",
      "summary": "Seize, the ERC-8056 scheduled multiplier, and UNION/INTERSECT composite policies are specified but undialable until Cobalt activates. Every Beryl selector keeps its value and behaviour.",
      "url": "https://basehub.org/api-reference/b20-precompiles/"
    },
    {
      "date": "2026-08-28",
      "kind": "network",
      "title": "Cobalt moves to planning with a September target",
      "summary": "Base now lists Cobalt as planning for September 2026 on both networks, with no activation timestamp yet. The fork also picks up dynamic upgrades, which read the fork schedule from an L1 contract.",
      "url": "https://basehub.org/specifications/cobalt-overview/"
    },
    {
      "date": "2026-08-28",
      "kind": "network",
      "title": "Transaction gossip is off on every Base node",
      "summary": "The execution layer now sets tx_gossip_disabled unconditionally and the --rollup.disable-tx-pool-gossip flag is gone. Operators no longer pair it with the sequencer endpoint.",
      "url": "https://basehub.org/specifications/p2p/"
    },
    {
      "date": "2026-08-26",
      "kind": "network",
      "title": "Validity transactions get park and expiry examples",
      "summary": "The transaction-event journal now shows a full admission-to-discard trace: the validity event carries the predicate list, and the park and expiry events that follow must be joined back by tx_hash.",
      "url": "https://basehub.org/specifications/transaction-events/"
    },
    {
      "date": "2026-08-26",
      "kind": "site",
      "title": "Documented retention windows for the newer builder events",
      "summary": "The validity admission event ages out alongside the plain submit event, while deferral and expiry share the shortest builder-decision window. A parked transaction can emit one deferral per flashblock.",
      "url": "https://basehub.org/specifications/transaction-events/"
    },
    {
      "date": "2026-08-24",
      "kind": "network",
      "title": "Tokenized equities documented as a B20 application",
      "summary": "Coinbase tokenized stocks run as B20 native precompiles, not per-asset contracts. Corporate actions reach holders through the multiplier, and Chainlink publishes total-return prices for thirteen equities.",
      "url": "https://basehub.org/integration-guides/tokenized-stocks/"
    },
    {
      "date": "2026-08-24",
      "kind": "site",
      "title": "Added a Tokenized Stocks integration guide",
      "summary": "Covers multiplier arithmetic, transfer policies, announcement events, price-feed staleness handling during corporate actions, and the deployed token and Chainlink feed addresses.",
      "url": "https://basehub.org/integration-guides/tokenized-stocks/"
    },
    {
      "date": "2026-08-24",
      "kind": "site",
      "title": "B20 page now documents the scheduled multiplier path",
      "summary": "The multiplier table listed only the instant updateMultiplier call. It now shows updateUIMultiplier and cancelUIMultiplierUpdate, and marks the instant path deprecated.",
      "url": "https://basehub.org/specifications/b20/"
    },
    {
      "date": "2026-08-21",
      "kind": "network",
      "title": "Denim draft would end Flashblocks in favour of 200ms canonical blocks",
      "summary": "A draft spec proposes sealing five full blocks per second, each with its own hash and lifecycle, and retiring the Flashblocks stream. Nothing is scheduled on Sepolia or Mainnet.",
      "url": "https://basehub.org/specifications/denim-200ms-blocks/"
    },
    {
      "date": "2026-08-21",
      "kind": "site",
      "title": "Added a Denim 200ms native blocks page",
      "summary": "Covers the BaseTime deposit and predeploy, the Engine and derivation rules, and the optional timestampMs and blockTimestampMs RPC fields. The Flashblocks overview now points at the draft.",
      "url": "https://basehub.org/specifications/denim-200ms-blocks/"
    },
    {
      "date": "2026-08-21",
      "kind": "network",
      "title": "BUILDER_EXPIRED is the builder's terminal discard",
      "summary": "Where BUILDER_DEFERRED means not yet, the new BUILDER_EXPIRED event means never — an expired bundle validity window or position predicate that no later build attempt can satisfy.",
      "url": "https://basehub.org/specifications/transaction-events/"
    },
    {
      "date": "2026-08-20",
      "kind": "network",
      "title": "Cobalt is unscheduled; native AA has no mainnet date",
      "summary": "Base published a dedicated Cobalt upgrade page listing mainnet and Sepolia activation as TBD. EIP-8130 stays experimental and runs only on the vibenet devnet, correcting the earlier September 2026 expectation.",
      "url": "https://basehub.org/specifications/cobalt-overview/"
    },
    {
      "date": "2026-08-20",
      "kind": "network",
      "title": "BUILDER_DEFERRED marks a move to the parking lot",
      "summary": "A new builder event fires each time a transaction leaves the selection queue for the parking lot, repeating on promote-and-repark. Parking-capacity misses still report BUILDER_REJECTED instead.",
      "url": "https://basehub.org/specifications/transaction-events/"
    },
    {
      "date": "2026-08-20",
      "kind": "site",
      "title": "Added a B20 selector stability and release history section",
      "summary": "B20 signatures sit on the consensus surface, so the standard only grows by addition and shipped selectors keep their behaviour. The section records mainnet and Sepolia activation dates.",
      "url": "https://basehub.org/api-reference/b20-precompiles/"
    },
    {
      "date": "2026-08-19",
      "kind": "network",
      "title": "Raw-transaction admission events added to the journal",
      "summary": "TXPOOL_SEND_RAW_TRANSACTION and TXPOOL_SEND_RAW_TRANSACTION_VALIDITY fire once per submit path at the RPC boundary, before pool insertion. Only the validity event carries data.validity_predicates; join later events back by tx_hash.",
      "url": "https://basehub.org/specifications/transaction-events/"
    },
    {
      "date": "2026-08-19",
      "kind": "network",
      "title": "Final releases build one image and tag it four ways",
      "summary": "Publish Release now runs a single base image build under PROFILE=maxperf, then applies the vX.Y.Z, X.Y, X, and latest tags to that same image on ghcr.io/base/node.",
      "url": "https://basehub.org/node-operations/release-process/"
    },
    {
      "date": "2026-08-19",
      "kind": "site",
      "title": "Upgrade guide: trait method calls fork_condition",
      "summary": "The is_azul_active_at_timestamp example now uses the BaseUpgrades trait's own fork_condition accessor. RollupConfig's upgrade_activation is unchanged and still applies at the earlier step.",
      "url": "https://basehub.org/node-operations/upgrades/"
    },
    {
      "date": "2026-08-18",
      "kind": "site",
      "title": "Testing page: system and action tests are required checks",
      "summary": "Clarified what actually gates the merge queue. Both tiers are required status checks, so a failure blocks the merge rather than merely being run before landing. The system-test crate's own unit tests run there too.",
      "url": "https://basehub.org/getting-started/testing/"
    },
    {
      "date": "2026-08-15",
      "kind": "network",
      "title": "Native account abstraction lands in Cobalt, not Beryl",
      "summary": "Upstream reassigned EIP-8130 from a later Beryl phase to a later Cobalt phase and repointed its spec link. The Beryl overview now says so; the September 2026 Cobalt timing is unchanged.",
      "url": "https://basehub.org/specifications/beryl-overview/"
    },
    {
      "date": "2026-08-15",
      "kind": "network",
      "title": "audit-archiver now expires transaction events in Postgres",
      "summary": "A background worker prunes rows by event type: 3 days for proxy and builder-decision events, 7 for ingress and forwarding, 30 for failures, drops, inclusion, and flashblock. Postgres is working storage, not the archive.",
      "url": "https://basehub.org/specifications/transaction-events/"
    },
    {
      "date": "2026-08-14",
      "kind": "site",
      "title": "Added Standalone Proving guide",
      "summary": "How to run the three-container prover stack against a live network without a devnet: ZK backend choices, the four historical RPC endpoints, funding a Succinct requester key, and the basectl propose/finalize/submit flow.",
      "url": "https://basehub.org/node-operations/standalone-proving/"
    },
    {
      "date": "2026-08-13",
      "kind": "network",
      "title": "Base Mainnet operators must move to reth V2 storage by mid-August",
      "summary": "V1 snapshots are being retired over the coming weeks. Pull a fresh V2 snapshot with base-reth-node download, or convert existing data in place with base-reth-node db migrate-v2 (archival nodes only, and much slower).",
      "url": "https://basehub.org/node-operations/snapshots/"
    },
    {
      "date": "2026-08-13",
      "kind": "site",
      "title": "Added B20 Precompile Reference",
      "summary": "Selector-level reference for all five B20 interfaces: functions with four-byte selectors, events by topic0, reverts by selector, plus the shared role, policy, and variant constants.",
      "url": "https://basehub.org/api-reference/b20-precompiles/"
    },
    {
      "date": "2026-08-13",
      "kind": "site",
      "title": "B20 spec now documents seizeWithMemo",
      "summary": "The standard's seize path moved off the deprecated burnBlocked. Added a Seize section covering SEIZE_ROLE and the inverted SEIZE_HOLDER_POLICY check, and corrected the roles, policy scope, and pause tables.",
      "url": "https://basehub.org/specifications/b20/"
    },
    {
      "date": "2026-08-12",
      "kind": "network",
      "title": "Onchain Nitro attestation validation works again after Fusaka",
      "summary": "Fusaka's MODEXP repricing and 16.7M gas cap broke base/nitro-validator. Checked P-384 inverse hints supplied in calldata bring a full cold attestation back to five transactions, each well under the cap.",
      "url": "https://basehub.org/architecture/nitro-validator/"
    },
    {
      "date": "2026-08-12",
      "kind": "site",
      "title": "New Block Production Review guide",
      "summary": "Covers the halt and stall scenarios reviewers must check on base/base pull requests touching builder, execution, precompile, payload, or flashblocks paths, plus the I/O boundary size gate.",
      "url": "https://basehub.org/getting-started/block-production-review/"
    },
    {
      "date": "2026-08-11",
      "kind": "network",
      "title": "Security Council upgrade path is a 2-of-2 multisig",
      "summary": "Base contract upgrades need both the CB Signers (a 3-of-6 Coinbase multisig, counted as one signature) and the Security Council (8-of-11). That is 9 approvals across 12 participants, and neither side can proceed alone.",
      "url": "https://basehub.org/security/security-council/"
    },
    {
      "date": "2026-08-11",
      "kind": "site",
      "title": "basectl pointer added to sync troubleshooting",
      "summary": "The stuck-sync entry now points at the basectl operator CLI, which reports richer node state and diagnostics than reading optimism_syncStatus directly.",
      "url": "https://basehub.org/node-operations/troubleshooting/"
    },
    {
      "date": "2026-08-04",
      "kind": "site",
      "title": "New Testing guide for base/base",
      "summary": "Documents the four testing tiers — unit, action, system, and fuzz — plus the static checks and the CI stages that run each one, from pull request through merge queue and nightly.",
      "url": "https://basehub.org/getting-started/testing/"
    },
    {
      "date": "2026-08-04",
      "kind": "site",
      "title": "P2P spec: transaction forwarding moved to its own crate",
      "summary": "The reader/forwarder pipeline now lives in tx-forwarding rather than txpool, with DestinationReader and DestinationForwarder replacing the old spawned consumer and forwarder types.",
      "url": "https://basehub.org/specifications/p2p/"
    },
    {
      "date": "2026-08-04",
      "kind": "site",
      "title": "Development workflow recipes corrected",
      "summary": "Static checks are now namespaced as check::<name>, and check::all no longer runs the test suite. Added the just pr recipe, which scopes tests to the crates a branch affects.",
      "url": "https://basehub.org/getting-started/development/"
    },
    {
      "date": "2026-08-01",
      "kind": "site",
      "title": "Snapshot FAQ: Full vs Minimal, and migrating a pruned v1 node",
      "summary": "Dropped the stale 31-day retention claim for the Full snapshot and pointed to Reth's storage docs instead. Added guidance for operators moving a pruned v1-storage node onto v2.",
      "url": "https://basehub.org/node-operations/snapshots/"
    },
    {
      "date": "2026-07-30",
      "kind": "network",
      "title": "Vibenet faucet and explorer move to chain.base.org",
      "summary": "Base's Vibenet preview network now serves its landing page, faucet, and block explorer under chain.base.org/vibenet. The RPC endpoint at rpc.vibes.base.org is unchanged.",
      "url": "https://basehub.org/introduction/connecting-to-base/"
    },
    {
      "date": "2026-07-29",
      "kind": "network",
      "title": "Mainnet safe head delayed on July 28",
      "summary": "Base Mainnet's safe head lagged for about two hours on July 28. Unsafe block production was unaffected; only the batching of L2 data to Ethereum L1 was delayed. Resolved at 15:13 UTC.",
      "url": "https://basehub.org/network/incident-history/"
    },
    {
      "date": "2026-07-29",
      "kind": "network",
      "title": "Transaction event journal gains segment rotation",
      "summary": "The transaction-event/v1 journal config adds max_file_bytes and max_files, capping the size of the active JSONL segment and the number of segments retained on disk.",
      "url": "https://basehub.org/specifications/transaction-events/"
    },
    {
      "date": "2026-07-18",
      "kind": "site",
      "title": "Added Native Account Abstraction",
      "summary": "New architecture page.",
      "url": "https://basehub.org/architecture/native-account-abstraction/"
    },
    {
      "date": "2026-07-17",
      "kind": "network",
      "title": "Native Account Abstraction announced (EIP-8130)",
      "summary": "Base, with Optimism, Coinbase, and WalletConnect, is moving account abstraction into the protocol via EIP-8130, cutting a USDC transfer from 125,000 to 46,000 gas and adding native batching, sponsorship, and session keys. Ships in the Cobalt upgrade in September 2026.",
      "url": "https://basehub.org/architecture/native-account-abstraction/"
    },
    {
      "date": "2026-06-28",
      "kind": "site",
      "title": "Added Bridging and Withdrawals",
      "summary": "New network page.",
      "url": "https://basehub.org/network/bridging-and-withdrawals/"
    },
    {
      "date": "2026-06-28",
      "kind": "site",
      "title": "Added June 2026 Block Production Outage",
      "summary": "New architecture page.",
      "url": "https://basehub.org/architecture/june-2026-block-production-outage/"
    },
    {
      "date": "2026-06-28",
      "kind": "site",
      "title": "Added Throughput and Limits",
      "summary": "New network page.",
      "url": "https://basehub.org/network/throughput-and-limits/"
    },
    {
      "date": "2026-06-27",
      "kind": "network",
      "title": "Postmortem: June 25 block production outage",
      "summary": "Two mainnet block-production halts on June 25 and 26 traced to a sequencer bug that left the EVM journal state dirty, mischarging gas on a following transaction. Patched in base/base PR #3806.",
      "url": "https://basehub.org/architecture/june-2026-block-production-outage/"
    },
    {
      "date": "2026-06-23",
      "kind": "site",
      "title": "Added Transaction Event Journal",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/transaction-events/"
    },
    {
      "date": "2026-06-18",
      "kind": "network",
      "title": "Base Beryl upgrade reaches mainnet June 25",
      "summary": "Beryl, Base's second network upgrade, adds the B20 native token standard, shortens the withdrawal delay, and raises throughput with Reth V2.",
      "url": "https://basehub.org/specifications/beryl-overview/"
    },
    {
      "date": "2026-06-17",
      "kind": "site",
      "title": "Added Jovian L2 Execution Engine",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/jovian-exec-engine/"
    },
    {
      "date": "2026-06-12",
      "kind": "site",
      "title": "Added B20 Native Token Standard",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/b20/"
    },
    {
      "date": "2026-06-12",
      "kind": "site",
      "title": "Added Beryl Upgrade Overview",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/beryl-overview/"
    },
    {
      "date": "2026-06-12",
      "kind": "site",
      "title": "Added Reth V2",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/reth-v2/"
    },
    {
      "date": "2026-06-07",
      "kind": "site",
      "title": "Added Glossary",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/glossary/"
    },
    {
      "date": "2026-06-06",
      "kind": "site",
      "title": "Added Azul Execution Engine",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/azul-exec-engine/"
    },
    {
      "date": "2026-06-05",
      "kind": "site",
      "title": "Added Isthmus L2 Execution Engine",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/isthmus-exec-engine/"
    },
    {
      "date": "2026-06-05",
      "kind": "site",
      "title": "Added Protocol Overview",
      "summary": "New architecture page.",
      "url": "https://basehub.org/architecture/protocol-overview/"
    },
    {
      "date": "2026-06-03",
      "kind": "site",
      "title": "Added Configuration",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/configuration/"
    },
    {
      "date": "2026-06-03",
      "kind": "site",
      "title": "Added Rollup node RPC",
      "summary": "New API reference page.",
      "url": "https://basehub.org/api-reference/rollup-node-rpc/"
    },
    {
      "date": "2026-06-02",
      "kind": "site",
      "title": "Added Azul Node Upgrade Guide",
      "summary": "New node operations page.",
      "url": "https://basehub.org/node-operations/azul-node-upgrade/"
    },
    {
      "date": "2026-06-02",
      "kind": "site",
      "title": "Added Azul Proof System",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/azul-proofs/"
    },
    {
      "date": "2026-05-24",
      "kind": "site",
      "title": "Added Proof Contracts",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/contracts/"
    },
    {
      "date": "2026-05-24",
      "kind": "site",
      "title": "Added TEE Prover",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/tee-prover/"
    },
    {
      "date": "2026-05-24",
      "kind": "site",
      "title": "Added ZK Prover",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/zk-prover/"
    },
    {
      "date": "2026-05-23",
      "kind": "site",
      "title": "Added Challenger",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/challenger/"
    },
    {
      "date": "2026-05-23",
      "kind": "site",
      "title": "Added Network Incident History",
      "summary": "New network page.",
      "url": "https://basehub.org/network/incident-history/"
    },
    {
      "date": "2026-05-23",
      "kind": "site",
      "title": "Added Proof System Overview",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/proofs-overview/"
    },
    {
      "date": "2026-05-23",
      "kind": "site",
      "title": "Added Proposer",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/proposer/"
    },
    {
      "date": "2026-05-22",
      "kind": "site",
      "title": "Added Engineering Blog Index",
      "summary": "New architecture page.",
      "url": "https://basehub.org/architecture/engineering-blog/"
    },
    {
      "date": "2026-05-22",
      "kind": "site",
      "title": "Added Multiproofs on Base",
      "summary": "New architecture page.",
      "url": "https://basehub.org/architecture/multiproofs/"
    },
    {
      "date": "2026-05-21",
      "kind": "network",
      "title": "Multiproofs live on Base mainnet",
      "summary": "Base shipped its multiproof system pairing TEE and ZK provers, the technical bar for Stage 2 decentralization, also speeding withdrawals by removing the optimistic challenge window.",
      "url": "https://basehub.org/architecture/multiproofs/"
    },
    {
      "date": "2026-05-21",
      "kind": "site",
      "title": "Added Azul Upgrade Overview",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/azul-overview/"
    },
    {
      "date": "2026-05-19",
      "kind": "site",
      "title": "Added TEE Prover Registrar",
      "summary": "New specification page.",
      "url": "https://basehub.org/specifications/registrar/"
    },
    {
      "date": "2026-04-19",
      "kind": "site",
      "title": "Launched BaseHub",
      "summary": "Initial public release — 177 documentation pages mirroring Base as agent-readable Markdown, with every page reachable by appending .md to its URL.",
      "url": "https://basehub.org/"
    }
  ]
}