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

chore: Bump dependencies for v0.31.0 #2885

Merged
merged 9 commits into from
Jul 9, 2024

Conversation

Ivansete-status
Copy link
Collaborator

@Ivansete-status Ivansete-status commented Jul 6, 2024

Description

  • Bumping dependencies for v0.31.0.
  • Bumping the Nim compiler version, from 1.6.0 to 2.0.8 ( caused by the bump of nimbus-build-system dependency .)
  • 🔔 the --mm:refc is needed to be passed explicitly to nim when compiling as 2.0 enables a new garbage collector that we're not yet ready to support.
  • Removing some warnings ( stew/results -> results .)
  • Addition of db_connector vendor dependency, which contains postgres types ( and other databases .) This is needed because nimbus-build-system no longer includes the db_postgres module.

( cc: so that you are aware we are bumping the Nim compiler version :) @fryorcraken, @jm-clius, @alrevuelta, @rymnc, @richard-ramos, @chaitanyaprem , @arnetheduck, @kaiserd, @AlejandroCabeza .)

Issue

closes #2876

Copy link

github-actions bot commented Jul 6, 2024

This PR may contain changes to configuration options of one of the apps.

If you are introducing a breaking change (i.e. the set of options in latest release would no longer be applicable) make sure the original option is preserved with a deprecation note for 2 following releases before it is actually removed.

Please also make sure the label release-notes is added to make sure any changes to the user interface are properly announced in changelog and release notes.

Copy link

github-actions bot commented Jul 6, 2024

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.

Copy link

github-actions bot commented Jul 6, 2024

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:2885

Built from 2648ed6

@Ivansete-status Ivansete-status marked this pull request as ready for review July 8, 2024 07:26
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, thanks so much!

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.

Excited about nim version bump!!!
Please notice this PR #2882 has overlap but above that unfortunately does not solve the issue with compile secp256k1 lib on latest MAC. Will tackle that issue further as soon as I have more information.

Copy link
Contributor

@SionoiS SionoiS left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -231,7 +233,7 @@ proc query*(db: SqliteDatabase, query: string, onData: DataProc): DatabaseResult
else:
return err($sqlite3_errstr(v))
return ok gotResults
finally:
except Exception, CatchableError:
Copy link
Contributor

Choose a reason for hiding this comment

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

Is finallyand the code below not still required if no exception raised?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sorry for the late response. I fixed that in #2891
Thanks!

@Ivansete-status Ivansete-status merged commit fd6a71c into master Jul 9, 2024
10 of 12 checks passed
@Ivansete-status Ivansete-status deleted the bump-dependencies-for-v0.31.0 branch July 9, 2024 11:14
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.

Bump vendor dependencies for release 0.31.0
4 participants