Skip to content

chore: bump idxs to 0.0.6#461

Merged
gakonst merged 1 commit intomainfrom
fix/activity-explorer-api
Jan 15, 2026
Merged

chore: bump idxs to 0.0.6#461
gakonst merged 1 commit intomainfrom
fix/activity-explorer-api

Conversation

@gakonst
Copy link
Contributor

@gakonst gakonst commented Jan 15, 2026

Fixes explorer activity not showing due to 'bytea = bit' PostgreSQL type mismatch when querying with hex strings in WHERE IN clauses.

See: wevm/idxs#10

Greptile Summary

This PR bumps the idxs dependency from 0.0.5 to 0.0.6 to fix a PostgreSQL type mismatch issue where hex strings in WHERE IN clauses were being incorrectly compared against bytea/bit columns, preventing explorer activity from displaying correctly. The change is a simple, targeted dependency upgrade that resolves the root cause identified in the upstream idxs library.

Confidence Score: 5/5

  • This PR is safe to merge. It's a straightforward dependency bump with a clear bugfix in the upstream library.
  • Score of 5 reflects that this is a minimal, low-risk change consisting solely of a patch version bump to a dependency. The upstream fix addresses a specific PostgreSQL type handling issue, and the change is automatically managed through the lock file. No code changes or configuration modifications are present.
  • No files require special attention.

Important Files Changed

Filename Overview
pnpm-workspace.yaml Updated idxs dependency from 0.0.5 to 0.0.6 in the catalog to fix PostgreSQL bytea/bit type mismatch issue affecting explorer activity queries.
pnpm-lock.yaml Lock file updated to reflect idxs 0.0.6 dependency and its resolved integrity hash. All consumers of idxs (explorer and server packages) updated to the new version.

Sequence Diagram

sequenceDiagram
    participant Explorer as Explorer App
    participant IDXS as IDXS Library<br/>(0.0.6)
    participant DB as PostgreSQL<br/>Database
    
    Explorer->>IDXS: Query activity with hex strings
    Note over IDXS: Fixed bytea type<br/>handling in WHERE IN
    IDXS->>DB: Execute corrected query
    DB-->>IDXS: Return activity data
    IDXS-->>Explorer: Activity results displayed
    Note over Explorer: Explorer activity<br/>now shows correctly
Loading

Fixes explorer activity not showing due to 'bytea = bit' PostgreSQL
type mismatch when querying with hex strings in WHERE IN clauses.

See: wevm/idxs#10
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@gakonst gakonst merged commit 109123b into main Jan 15, 2026
12 checks passed
@gakonst gakonst deleted the fix/activity-explorer-api branch January 15, 2026 02:45
@github-actions
Copy link

Bundle Size Report

Metric Size Δ Change
Total 4.5 MB +21.5 KB (+0.5%)
Gzip 1.2 MB +7.7 KB (+0.6%)
Brotli 1.1 MB +6.8 KB (+0.6%)
Chunk changes (>1KB)
Chunk Change
assets/Midcut.js -45.7 KB
assets/Breadcrumbs.js -1.1 KB
assets/_tanstack-start-manifest.js +1.2 KB
assets/_layout.js +1.8 KB
assets/validators.js (new) +5.9 KB
assets/countdown._targetBlock.js (new) +10.5 KB
assets/useQuery.js (new) +45.9 KB

Compared against main branch (baseline from 1/14/2026, 4:02:04 PM)

@github-actions
Copy link

Cloudflare Deployments

App Environment Status Preview
explorer devnet [OK] Deployed View Preview
explorer moderato [OK] Deployed View Preview
explorer presto [OK] Deployed View Preview
explorer testnet [OK] Deployed View Preview
fee-payer devnet [OK] Deployed View Preview
fee-payer privy [OK] Deployed View Preview
fee-payer testnet [OK] Deployed View Preview
og - [OK] Deployed View Preview
tokenlist - [OK] Deployed View Preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant