Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump github.com/multiformats/go-multiaddr from 0.1.1 to 0.2.0 #1735

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Dec 16, 2019

Bumps github.com/multiformats/go-multiaddr from 0.1.1 to 0.2.0.

Release notes

Sourced from github.com/multiformats/go-multiaddr's releases.

v0.2.0

Switches multiaddrs from /ipfs/Qm... to /p2p/Qm... by default to reduce confusion.

See: https://discuss.libp2p.io/t/multiaddr-format-change-ipfs-p2p/330

v0.1.2

  • Enforce minimal varint encoding when decoding multiaddrs. See multiformats/unsigned-varint#19
  • Ensure codecs fit in 32bit integers for compatibility. We can increase the size, but we'd need to change the Protocol.Codec type from int to uint64.
Commits
  • 8c6cee1 Merge pull request #115 from multiformats/feat/p2p-by-default
  • 8f38850 Merge pull request #116 from aratz-lasa/patch-1
  • b00b4ac Documented Transcoder functions, and fixed ip6zone string validation
  • 64e3415 Merge pull request #112 from multiformats/fix/deterministic
  • 438f18c feat: switch to /p2p multiaddrs by default
  • 8af58b2 fix: minimal varint decoding
  • bdd6dd1 chore: use pre-encoded codec
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@status-im-auto
Copy link
Member

status-im-auto commented Dec 16, 2019

Jenkins Builds

Click to see older builds (9)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 661c5f4 #1 2019-12-16 05:17:12 ~56 sec linux 📦zip
✔️ 661c5f4 #1 2019-12-16 05:21:44 ~5 min ios 📦zip
✔️ 661c5f4 #1 2019-12-16 05:22:55 ~6 min android 📦aar
6c52fd6 #2 2020-01-10 19:05:09 ~28 sec android 📄log
✔️ 6c52fd6 #2 2020-01-10 19:05:29 ~46 sec linux 📦zip
✔️ 6c52fd6 #2 2020-01-10 19:11:28 ~6 min ios 📦zip
973ec54 #3 2020-01-15 07:32:18 ~1 min android 📄log
✔️ 973ec54 #3 2020-01-15 07:32:28 ~1 min linux 📦zip
✔️ 973ec54 #3 2020-01-15 07:35:11 ~4 min ios 📦zip
Commit #️⃣ Finished (UTC) Duration Platform Result
dd74eab #4 2020-01-20 12:21:30 ~29 sec android 📄log
✔️ dd74eab #4 2020-01-20 12:21:41 ~37 sec linux 📦zip
✔️ dd74eab #4 2020-01-20 12:25:27 ~4 min ios 📦zip
8620655 #5 2020-02-10 11:30:06 ~26 sec android 📄log
✔️ 8620655 #5 2020-02-10 11:31:04 ~1 min linux 📦zip
✔️ 8620655 #5 2020-02-10 11:35:35 ~5 min ios 📦zip

@ghost
Copy link

ghost commented Dec 16, 2019

Pull Request Checklist

  • Have you updated the documentation, if impacted (e.g. docs.status.im)?

@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.0 branch from 661c5f4 to 6c52fd6 Compare January 10, 2020 19:04
@jakubgs jakubgs force-pushed the develop branch 4 times, most recently from a726462 to 330d177 Compare January 11, 2020 19:24
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.0 branch 2 times, most recently from 973ec54 to dd74eab Compare January 20, 2020 12:20
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/multiformats/go-multiaddr/releases)
- [Commits](multiformats/go-multiaddr@v0.1.1...v0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.0 branch from dd74eab to 8620655 Compare February 10, 2020 11:29
@dependabot-preview
Copy link
Author

Superseded by #1886.

@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.0 branch March 2, 2020 05:26
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants