Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ECO-2584] Add block_number and event_index to the known postgres bigint schema types in v2.0.0 processor/broker #456

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

xbtmatt
Copy link
Collaborator

@xbtmatt xbtmatt commented Dec 11, 2024

Description

  • Add block_number and event_index to the bigintColumns set

NOTE: This does not add the conversion functions (the TypeScript/CamelCase types). It merely adds the types from the database so that the JSON types are available and the Schema column names match the actual schema.

The rest of the types/conversion functions surrounding the new types are in #422

Testing

  • This should fix the SDK tests failing due to the new processor/broker versions (2.0.0)

Checklist

  • Did you update relevant documentation?
  • Did you add tests to cover new code or a fixed issue?
  • Did you update the changelog?
  • Did you check all checkboxes from the linked Linear task?

@xbtmatt xbtmatt requested a review from alnoki December 11, 2024 20:43
Copy link

vercel bot commented Dec 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
emojicoin-dot-fun ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 8:52pm
emojicoin-dot-fun-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 8:52pm

@xbtmatt xbtmatt merged commit fa8d8fa into main Dec 11, 2024
7 checks passed
@xbtmatt xbtmatt deleted the ECO-2584 branch December 11, 2024 21:20
xbtmatt added a commit that referenced this pull request Dec 11, 2024
… bigint schema types in `v2.0.0` processor/broker (#456)
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.

2 participants