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

feat: go-libp2p 0.16 and autosharding and go-datastore to take contexts #8563

Merged
merged 46 commits into from
Nov 29, 2021

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    378b416 View commit details
    Browse the repository at this point in the history
  2. WIP relay config

    marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    61d93d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aa2cfd View commit details
    Browse the repository at this point in the history
  4. refactor: RelayTransport → Relay

    making deprecation notice match the go-ipfs-config key
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    af01301 View commit details
    Browse the repository at this point in the history
  5. refactor: use *OptionalInteger in config

    Applies changes from
    ipfs/go-ipfs-config@c46fe1b
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    5a73fff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c517a12 View commit details
    Browse the repository at this point in the history
  7. docs(config): circuit relay v2

    Clarified docs based on
    #8522 (comment)
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    023ffa7 View commit details
    Browse the repository at this point in the history
  8. docs(config): user relay before service

    this moves relay "user" flag before the "service" to align better with
    new docs in effort to limit the number of people that mistake the two.
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2577549 View commit details
    Browse the repository at this point in the history
  9. docs(config): fix links and headers

    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    8b2367a View commit details
    Browse the repository at this point in the history
  10. feat(config): Internal.Libp2pForceReachability

    This switches to config that supports setting and reading
    Internal.Libp2pForceReachability OptionalString flag
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    9294163 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d05741 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    05744cc View commit details
    Browse the repository at this point in the history
  13. refactor: switch to real flag in sharness

    does not cause issue locally, let's see how behaves on CI
    lidel authored and marten-seemann committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    f5cc4a6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    93330d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. tmp chore: bump deps

    aschmahmann committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    d9d3321 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    0e7e5e1 View commit details
    Browse the repository at this point in the history
  2. update sharness

    marten-seemann committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    dea5469 View commit details
    Browse the repository at this point in the history
  3. plumb through pseudoversions for context changes

    This is for testing the libp2p release, since the context changes are
    not plumbed all the way through.
    guseggert authored and marten-seemann committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    4142b46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    925f7d7 View commit details
    Browse the repository at this point in the history
  5. update go-libp2p

    marten-seemann committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    97993d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86d41db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66e0f98 View commit details
    Browse the repository at this point in the history
  8. fix: omitempty UnixFSShardingSizeThreshold

    - applies fix from go-ipfs-config which removes null when default
    - escapes JSON string when passed in sharness script
    lidel authored and aschmahmann committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    36c1eda View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75a3db0 View commit details
    Browse the repository at this point in the history
  10. bump go-unixfs and go-mfs

    aschmahmann committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    2bed2a2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9775022 View commit details
    Browse the repository at this point in the history
  12. Add automatic sharding/unsharding tests (#8547)

    * test: add tests for automatic sharding and unsharding
    * refactor: changed some naming in the sharding sharness tests to make more sense
    
    Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
    schomatis and aschmahmann committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    e0b6bb4 View commit details
    Browse the repository at this point in the history
  13. plumb through pseudoversions for context changes

    This is for testing the libp2p release, since the context changes are
    not plumbed all the way through.
    guseggert committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    5358b0d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    b526b28 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    3267832 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    0eefe2c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/unixfs-autosharding-with-config' into feat/update-…

    …datastore
    
    # Conflicts:
    #	core/coreapi/test/path_test.go
    #	core/node/groups.go
    #	go.mod
    #	go.sum
    aschmahmann committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    4bdbe0a View commit details
    Browse the repository at this point in the history
  3. update deps

    aschmahmann committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    0446293 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b27cdd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d112d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5eb1df View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    9425976 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a39843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f13fa35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41a4d88 View commit details
    Browse the repository at this point in the history
  5. feat: circuit v1 migration prompt when Swarm.EnableRelayHop is set (#…

    …8559)
    
    * exit when Swarm.EnableRelayHop is set
    * chore: go-ipfs-config v0.18.0
    
    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    marten-seemann and lidel committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    8c902b1 View commit details
    Browse the repository at this point in the history
  6. docs: Experimental.ShardingEnabled migration

    This ensures existing users of global sharding experiment get notified
    that the flag no longer works + that autosharding happens automatically.
    
    For people who NEED to keep the old behavior (eg. have no time to
    migrate today) there is a note about restoring it with
    `UnixFSShardingSizeThreshold`.
    lidel committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    b44299a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e46cf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    cb4cf5c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. chore: update deps

    aschmahmann committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    2273893 View commit details
    Browse the repository at this point in the history
  2. ci: use interop master

    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    aschmahmann and lidel committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    5683042 View commit details
    Browse the repository at this point in the history