-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 378b416 - Browse repository at this point
Copy the full SHA 378b416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d93d9 - Browse repository at this point
Copy the full SHA 61d93d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa2cfd - Browse repository at this point
Copy the full SHA 3aa2cfdView commit details -
refactor: RelayTransport → Relay
making deprecation notice match the go-ipfs-config key
Configuration menu - View commit details
-
Copy full SHA for af01301 - Browse repository at this point
Copy the full SHA af01301View commit details -
refactor: use *OptionalInteger in config
Applies changes from ipfs/go-ipfs-config@c46fe1b
Configuration menu - View commit details
-
Copy full SHA for 5a73fff - Browse repository at this point
Copy the full SHA 5a73fffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c517a12 - Browse repository at this point
Copy the full SHA c517a12View commit details -
docs(config): circuit relay v2
Clarified docs based on #8522 (comment) License: MIT Signed-off-by: Marcin Rataj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 023ffa7 - Browse repository at this point
Copy the full SHA 023ffa7View commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2577549 - Browse repository at this point
Copy the full SHA 2577549View commit details -
docs(config): fix links and headers
License: MIT Signed-off-by: Marcin Rataj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b2367a - Browse repository at this point
Copy the full SHA 8b2367aView commit details -
feat(config): Internal.Libp2pForceReachability
This switches to config that supports setting and reading Internal.Libp2pForceReachability OptionalString flag License: MIT Signed-off-by: Marcin Rataj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9294163 - Browse repository at this point
Copy the full SHA 9294163View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d05741 - Browse repository at this point
Copy the full SHA 7d05741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05744cc - Browse repository at this point
Copy the full SHA 05744ccView commit details -
refactor: switch to real flag in sharness
does not cause issue locally, let's see how behaves on CI
Configuration menu - View commit details
-
Copy full SHA for f5cc4a6 - Browse repository at this point
Copy the full SHA f5cc4a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93330d5 - Browse repository at this point
Copy the full SHA 93330d5View commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d9d3321 - Browse repository at this point
Copy the full SHA d9d3321View commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0e7e5e1 - Browse repository at this point
Copy the full SHA 0e7e5e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dea5469 - Browse repository at this point
Copy the full SHA dea5469View commit details -
plumb through pseudoversions for context changes
This is for testing the libp2p release, since the context changes are not plumbed all the way through.
Configuration menu - View commit details
-
Copy full SHA for 4142b46 - Browse repository at this point
Copy the full SHA 4142b46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 925f7d7 - Browse repository at this point
Copy the full SHA 925f7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97993d8 - Browse repository at this point
Copy the full SHA 97993d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d41db - Browse repository at this point
Copy the full SHA 86d41dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66e0f98 - Browse repository at this point
Copy the full SHA 66e0f98View commit details -
fix: omitempty UnixFSShardingSizeThreshold
- applies fix from go-ipfs-config which removes null when default - escapes JSON string when passed in sharness script
Configuration menu - View commit details
-
Copy full SHA for 36c1eda - Browse repository at this point
Copy the full SHA 36c1edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a3db0 - Browse repository at this point
Copy the full SHA 75a3db0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bed2a2 - Browse repository at this point
Copy the full SHA 2bed2a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9775022 - Browse repository at this point
Copy the full SHA 9775022View commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0b6bb4 - Browse repository at this point
Copy the full SHA e0b6bb4View commit details -
plumb through pseudoversions for context changes
This is for testing the libp2p release, since the context changes are not plumbed all the way through.
Configuration menu - View commit details
-
Copy full SHA for 5358b0d - Browse repository at this point
Copy the full SHA 5358b0dView commit details
Commits on Nov 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b526b28 - Browse repository at this point
Copy the full SHA b526b28View commit details
Commits on Nov 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3267832 - Browse repository at this point
Copy the full SHA 3267832View commit details
Commits on Nov 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0eefe2c - Browse repository at this point
Copy the full SHA 0eefe2cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4bdbe0a - Browse repository at this point
Copy the full SHA 4bdbe0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0446293 - Browse repository at this point
Copy the full SHA 0446293View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27cdd5 - Browse repository at this point
Copy the full SHA b27cdd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d112d4 - Browse repository at this point
Copy the full SHA 3d112d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5eb1df - Browse repository at this point
Copy the full SHA c5eb1dfView commit details
Commits on Nov 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9425976 - Browse repository at this point
Copy the full SHA 9425976View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a39843 - Browse repository at this point
Copy the full SHA 5a39843View commit details -
Configuration menu - View commit details
-
Copy full SHA for f13fa35 - Browse repository at this point
Copy the full SHA f13fa35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a4d88 - Browse repository at this point
Copy the full SHA 41a4d88View commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c902b1 - Browse repository at this point
Copy the full SHA 8c902b1View commit details -
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`.
Configuration menu - View commit details
-
Copy full SHA for b44299a - Browse repository at this point
Copy the full SHA b44299aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e46cf8 - Browse repository at this point
Copy the full SHA 8e46cf8View commit details
Commits on Nov 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cb4cf5c - Browse repository at this point
Copy the full SHA cb4cf5cView commit details
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2273893 - Browse repository at this point
Copy the full SHA 2273893View commit details -
Co-authored-by: Marcin Rataj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5683042 - Browse repository at this point
Copy the full SHA 5683042View commit details