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

deps: Bump github.com/filecoin-project/lassie from 0.12.2 to 0.13.0 #29

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2023

Bumps github.com/filecoin-project/lassie from 0.12.2 to 0.13.0.

Release notes

Sourced from github.com/filecoin-project/lassie's releases.

v0.13.0

What's Changed

Full Changelog: filecoin-project/lassie@v0.12.2...v0.13.0

Commits
  • da0ac6b chore(version): update for v0.13.0
  • 95981f7 refactor(remove config for daemon func):
  • 1c726ff fix: comment out default tempdir tests for ci
  • 3fb1e16 fix: only parse full IPNI endpoint URIs
  • 7eab5e7 test: add daemon and fetch cli flag tests
  • 903b161 refactor: move lassie instantiation to a common function
  • 9329871 test: slow down CandidateFinder test to avoid clock race
  • 1526265 feat: upgrade deps, expose http utility methods
  • 0dff3ca doc: document session Config fields
  • 5fd6cdd feat!: remove TempDir option; only rely on req.PreloadLinkSystem
  • Additional commits viewable 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)

Bumps [github.com/filecoin-project/lassie](https://github.com/filecoin-project/lassie) from 0.12.2 to 0.13.0.
- [Release notes](https://github.com/filecoin-project/lassie/releases)
- [Changelog](https://github.com/filecoin-project/lassie/blob/main/.goreleaser.yaml)
- [Commits](filecoin-project/lassie@v0.12.2...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/filecoin-project/lassie
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 23, 2023
@dependabot dependabot bot requested a review from bajtos June 23, 2023 08:27
@github-actions github-actions bot enabled auto-merge (squash) June 23, 2023 08:28
@github-actions github-actions bot merged commit 9e9a40a into main Jun 23, 2023
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/filecoin-project/lassie-0.13.0 branch June 23, 2023 08:39
@@ -100,10 +100,6 @@ func InitDaemon(cfg *C.daemon_config_t) C.daemon_init_result_t {
// TODO: configure bitswap concurrency
// lassieOpts = append(lassieOpts, lassie.WithBitswapConcurrency(bitswapConcurrency))

if tempDir != "" {
lassieOpts = append(lassieOpts, lassie.WithTempDir(tempDir))
}
Copy link
Member

Choose a reason for hiding this comment

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

doesn't this need changes in other parts too, if we can't pass a temp dir any more?

Copy link
Member

Choose a reason for hiding this comment

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

I am glad you asked.

We are still providing temp-dir configuration to Lassie's HTTP sever.

https://github.com/filecoin-station/rusty-lassie/blob/9e9a40aa8da75c89687f3a606c91b320e4fe06c9/go-lib/lassie-ffi.go#L110-L117

Here is the Lassie PR removing lassie.WithTempDir API: filecoin-project/lassie#290. I don't fully understand all ramifications of that change, but I believe it should not affect us.

Copy link
Member

Choose a reason for hiding this comment

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

ok sounds good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants