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 nim-libp2p, nim-toml-serialization, nim-unicodedb, nim-unittest2, nim-websock, nim-zlib, & nimbus-build-system #2065

Merged
merged 3 commits into from
Sep 22, 2023

Conversation

Ivansete-status
Copy link
Collaborator

Description

New bumping for 0.21.0. Almost done. In this case, the nim-libp2p is updated again because the correct branch is the unstable one. nim-libp2p has the master branch but master is only updated every few months. We'll take care of that on further bumps.

Changes

The next dependencies are updated:

  • vendor/nim-libp2p
  • vendor/nim-toml-serialization
  • vendor/nim-unicodedb
  • vendor/nim-unittest2
  • vendor/nim-websock
  • vendor/nim-zlib
  • vendor/nimbus-build-system

Issue

#2041

@github-actions
Copy link

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:2065

Built from b4c63f2

@Ivansete-status Ivansete-status marked this pull request as ready for review September 21, 2023 15:37
@Ivansete-status Ivansete-status changed the title chore: bump nim-toml-serialization, nim-unicodedb, nim-unittest2, nim-websock, nim-zlib, & nimbus-build-system chore: bump nim-libp2p, nim-toml-serialization, nim-unicodedb, nim-unittest2, nim-websock, nim-zlib, & nimbus-build-system Sep 21, 2023
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! :)

@Ivansete-status Ivansete-status self-assigned this Sep 21, 2023
askNewConnectedPeers = false,
numPeersToAsk = 3,
maxQueueSize = 3,
minConfidence = 0.7)

proc statusAndConfidenceHandler(networkReachability: NetworkReachability,
confidence: Option[float]):
confidence: Opt[float]):
Copy link
Contributor

Choose a reason for hiding this comment

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

Whats the difference between Option[] and Opt[] ?

edit: found my own answer :P

You can use Opt[T] as a replacement for Option = Opt is an alias for
Result[T, void], meaning you can use the full Result API on it:

@Ivansete-status Ivansete-status merged commit dc25057 into master Sep 22, 2023
12 checks passed
@Ivansete-status Ivansete-status deleted the vendor-bump-all branch September 22, 2023 10:54
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.

4 participants