Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-graphsync
Commits
e98fd785
Unverified
Commit
e98fd785
authored
Aug 12, 2020
by
Hannah Howard
Committed by
GitHub
Aug 12, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #85 from ipfs/release/v0.1.1
docs(CHANGELOG): update for v0.1.1
parents
62a6fa72
05d63543
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
CHANGELOG.md
CHANGELOG.md
+16
-0
dedupkey/dedupkey.go
dedupkey/dedupkey.go
+2
-1
No files found.
CHANGELOG.md
View file @
e98fd785
...
@@ -131,6 +131,22 @@ Major release (we fell behind on creating tagged releases for a while) -- many a
...
@@ -131,6 +131,22 @@ Major release (we fell behind on creating tagged releases for a while) -- many a
| hannahhoward | 13 | +1663/-1906 | 184 |
| hannahhoward | 13 | +1663/-1906 | 184 |
| Hector Sanjuan | 2 | +95/-0 | 3 |
| Hector Sanjuan | 2 | +95/-0 | 3 |
# go-graphsync 0.1.1
Minor fix for alternate persistence stores and deduplication
### Changelog
-
github.com/ipfs/go-graphsync:
-
docs(CHANGELOG): update for v0.1.0 release (
[
ipfs/go-graphsync#84
](
https://github.com/ipfs/go-graphsync/pull/84
)
)
-
Dedup by key extension (#83) (
[
ipfs/go-graphsync#83
](
https://github.com/ipfs/go-graphsync/pull/83
)
)
### Contributors
| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| Hannah Howard | 1 | +316/-7 | 10 |
### 🙌🏽 Want to contribute?
### 🙌🏽 Want to contribute?
Would you like to contribute to this repo and don’t know how? Here are a few places you can get started:
Would you like to contribute to this repo and don’t know how? Here are a few places you can get started:
...
...
dedupkey/dedupkey.go
View file @
e98fd785
package
dedupkey
package
dedupkey
import
(
import
(
"github.com/ipfs/go-graphsync/ipldutil"
basicnode
"github.com/ipld/go-ipld-prime/node/basic"
basicnode
"github.com/ipld/go-ipld-prime/node/basic"
"github.com/ipfs/go-graphsync/ipldutil"
)
)
// EncodeDedupKey returns encoded cbor data for string key
// EncodeDedupKey returns encoded cbor data for string key
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment