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

fix: store v3 misc bugs #2718

Merged
merged 7 commits into from
May 23, 2024
Merged

fix: store v3 misc bugs #2718

merged 7 commits into from
May 23, 2024

Conversation

SionoiS
Copy link
Contributor

@SionoiS SionoiS commented May 21, 2024

Various bug fixes.

For #2717
I just remove the assert and the code handle the error just fine.

For #2715
I turn off the plus sign for url de/encoding and change to base 64 for json.

For #2716
I added a cursor check before the main query.

For #2719
I change the serde for REST api

Copy link

github-actions bot commented May 21, 2024

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:2718-rln-v2

Built from 6b08807

Copy link

github-actions bot commented May 21, 2024

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:2718-rln-v1

Built from 6b08807

Copy link

This PR may contain changes to database schema of one of the drivers.

If you are introducing any changes to the schema, make sure the upgrade from the latest release to this change passes without any errors/issues.

Please make sure the label release-notes is added to make sure upgrade instructions properly highlight this change.

@SionoiS SionoiS changed the title fix: store v3 rest invalid cursor crash fix: store v3 misc bugs May 22, 2024
@SionoiS SionoiS marked this pull request as ready for review May 22, 2024 15:17
Copy link
Contributor

@gabrielmer gabrielmer left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

tests/waku_archive/test_driver_postgres_query.nim Outdated Show resolved Hide resolved
Copy link
Contributor

@NagyZoltanPeter NagyZoltanPeter left a comment

Choose a reason for hiding this comment

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

Nice bunch of fixes, thank you!

@SionoiS SionoiS merged commit 4a6ec46 into master May 23, 2024
6 of 15 checks passed
@SionoiS SionoiS deleted the fix--store-v3-crash branch May 23, 2024 12:01
@SionoiS
Copy link
Contributor Author

SionoiS commented May 23, 2024

Ran all the related tests locally. Will merge even if CI is broken. 🤞

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.

3 participants