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

Migrate go-block-format #58

Merged
merged 54 commits into from
Jan 26, 2023
Merged

Migrate go-block-format #58

merged 54 commits into from
Jan 26, 2023

Commits on Jun 26, 2014

  1. skeleton.

    This commit was moved from ipfs/go-block-format@c41fc61
    jbenet committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    5f1b9a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2014

  1. block service

    This commit was moved from ipfs/go-block-format@1832342
    jbenet committed Jul 5, 2014
    Configuration menu
    Copy the full SHA
    621be42 View commit details
    Browse the repository at this point in the history
  2. block get returned.

    This commit was moved from ipfs/go-block-format@0b50629
    jbenet committed Jul 5, 2014
    Configuration menu
    Copy the full SHA
    e5e3e4a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. go lint

    link errors left:
    - protocol buffers output is not lint-friendly
    
    
    This commit was moved from ipfs/go-block-format@19745ca
    jbenet committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    fd6d6c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2014

  1. Configuration menu
    Copy the full SHA
    8d1c161 View commit details
    Browse the repository at this point in the history
  2. more work on bitswap and other code cleanup

    This commit was moved from ipfs/go-block-format@5480357
    whyrusleeping committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    61326fe View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2014

  1. vendor dependencies with godep

    dependencies are vendored into Godeps/_workspace and commit versions are
    recorded in Godeps.json
    
    update datastore to e89f0511
    update go.crypto
    
    
    This commit was moved from ipfs/go-block-format@058fa43
    Brian Tiger Chow committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    cdd5425 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2014

  1. add basic test for blocks package #59

    This commit was moved from ipfs/go-block-format@ab55ab9
    whyrusleeping committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    7985dbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72b1847 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2014

  1. u.Hash - error

    the u.Hash error can be safely ignored (panic) because multihash
    only fails from the selection of hash function. If the fn + length
    are valid, it won't error.
    
    cc @whyrusleeping
    
    
    This commit was moved from ipfs/go-block-format@a83b903
    jbenet committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    e95be60 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2014

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

Commits on Oct 26, 2014

  1. lots of logging

    This commit was moved from ipfs/go-block-format@d1dd0be
    whyrusleeping committed Oct 26, 2014
    Configuration menu
    Copy the full SHA
    8e033c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2014

  1. address comments from PR

    This commit was moved from ipfs/go-block-format@7e73676
    whyrusleeping committed Nov 1, 2014
    Configuration menu
    Copy the full SHA
    ea91942 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

  1. a few more comments

    This commit was moved from ipfs/go-block-format@267aeca
    whyrusleeping committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    a54188e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2014

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

Commits on Feb 20, 2015

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

Commits on Mar 31, 2015

  1. Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs

    - Modified Godeps/Godeps.json by hand
    - [TEST] Updated welcome docs hash to sharness
    - [TEST] Updated contact doc
    - [TEST] disabled breaking test (t0080-repo refs local)
    
    
    This commit was moved from ipfs/go-block-format@f3800ad
    hosh authored and jbenet committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    4ec8d23 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

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

Commits on Feb 13, 2016

  1. Use gx vendored go-ipfs-utils where possible

    For the rest of the packages in util, move them to thirdparty
    and update the references. util is gone!
    
    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    
    
    This commit was moved from ipfs/go-block-format@f079d17
    whyrusleeping committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    747d9d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Merge pull request ipfs/go-block-format#1892 from MichaelMure/blockst…

    …ore_log
    
    Add log events when blocks are added/removed to/from the blockstore
    
    This commit was moved from ipfs/go-block-format@3eec265
    whyrusleeping committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    5743663 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Make blocks.Block an interface.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    
    
    This commit was moved from ipfs/go-block-format@92cc3f1
    kevina committed May 5, 2016
    Configuration menu
    Copy the full SHA
    8580d6f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2016

  1. Rename blocks.RawBlock to blocks.BasicBlock.

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    
    
    This commit was moved from ipfs/go-block-format@1e01b02
    kevina committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    23a51d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. test: 82% coverage on blocks

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    
    
    This commit was moved from ipfs/go-block-format@e6e5593
    Kubuxu committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    7bba8de View commit details
    Browse the repository at this point in the history
  2. test: do explicit error check

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@ipfs.io>
    
    
    This commit was moved from ipfs/go-block-format@7614cda
    Jakub Sztandera committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    2f35330 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. blocks: rename errWrongHash to ErrWrongHash

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    
    
    This commit was moved from ipfs/go-block-format@bf963fc
    Kubuxu committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    42fdef9 View commit details
    Browse the repository at this point in the history
  2. docs: decapitalize error message in blocks.go

    License: MIT
    Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
    
    
    This commit was moved from ipfs/go-block-format@4588bc6
    Kubuxu committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    c2fbd67 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Merge pull request ipfs/go-block-format#3086 from ipfs/feat/test-cove…

    …r-blocks
    
    test: 82% coverage on blocks
    
    This commit was moved from ipfs/go-block-format@3dc57fc
    whyrusleeping committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    4cf0753 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. integrate CIDv0

    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    
    
    This commit was moved from ipfs/go-block-format@22ebb79
    whyrusleeping committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    b6e3126 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. Merge pull request ipfs/go-block-format#3187 from ipfs/feat/cidv0

    Rework go-ipfs to use content IDs version 0
    
    This commit was moved from ipfs/go-block-format@4aeb40b
    whyrusleeping committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    83e0c99 View commit details
    Browse the repository at this point in the history
  2. Extract key and datastore

    License: MIT
    Signed-off-by: George Antoniadis <george@noodles.gr>
    
    
    This commit was moved from ipfs/go-block-format@ea54261
    geoah committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    271afae View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Merge branch 'version/0.4.3-rc4'

    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    
    
    This commit was moved from ipfs/go-block-format@4fc97a7
    whyrusleeping committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    3c17b74 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. update to libp2p 4.0.1 and propogate other changes

    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    
    
    This commit was moved from ipfs/go-block-format@dd1aa73
    whyrusleeping committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    d9fb8cc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2016

  1. cid: integrate cid into bitswap and blockstores

    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    
    
    This commit was moved from ipfs/go-block-format@09c41e5
    whyrusleeping committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    a71a90c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. bitswap: protocol extension to handle cids

    This change adds the /ipfs/bitswap/1.1.0 protocol. The new protocol
    adds a 'payload' field to the protobuf message and deprecates the
    existing 'blocks' field. The 'payload' field is an array of pairs of cid
    prefixes and block data. The cid prefixes are used to ensure the correct
    codecs and hash functions are used to handle the block on the receiving
    end.
    
    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    
    
    This commit was moved from ipfs/go-block-format@51106c2
    whyrusleeping committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    429e98b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Merge pull request ipfs/go-block-format#3297 from ipfs/feat/bitswap-cid

    bitswap: protocol extension to handle cids
    
    This commit was moved from ipfs/go-block-format@1a7caa8
    whyrusleeping committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    ca357f6 View commit details
    Browse the repository at this point in the history
  2. merkledag: change 'Node' to be an interface

    Also change existing 'Node' type to 'ProtoNode' and use that most
    everywhere for now. As we move forward with the integration we will try
    and use the Node interface in more places that we're currently using
    ProtoNode.
    
    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    
    
    This commit was moved from ipfs/go-block-format@9a4a2e3
    whyrusleeping committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    26f9540 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. unixfs: allow use of raw merkledag nodes for unixfs files

    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    
    
    This commit was moved from ipfs/go-block-format@bc1f635
    whyrusleeping committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    40829d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. Merge pull request ipfs/go-block-format#3310 from ipfs/kevina/cid2dskey

    ds-help: add helper functions to convert from Cid to DsKey and the reverse
    
    This commit was moved from ipfs/go-block-format@c38ced0
    whyrusleeping committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    c3e4a10 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Merge pull request ipfs/go-block-format#3307 from ipfs/feat/raw-nodes

    Implement 'Raw Node' node type
    
    This commit was moved from ipfs/go-block-format@e00a147
    whyrusleeping committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    6dc6515 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. update to new cid and ipld node packages

    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    
    
    This commit was moved from ipfs/go-block-format@5344a46
    whyrusleeping committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    91cc22b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. Changed so only explicit ipfs cli commands are lowercased

    License: MIT
    Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
    
    
    This commit was moved from ipfs/go-block-format@73c5f44
    RichardLitt authored and whyrusleeping committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    10d5dcc View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. update to newer ipld node interface with Copy and better Tree

    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    
    
    This commit was moved from ipfs/go-block-format@2fd2df7
    whyrusleeping committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    019b027 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. bubble up go-datastore deps

    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    
    
    This commit was moved from ipfs/go-block-format@cf388be
    whyrusleeping committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    0bc86d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Merge pull request ipfs/go-block-format#3418 from ipfs/kevina/rmblock…

    …-noblock
    
    "block rm": make channel large enough to avoid blocking
    
    This commit was moved from ipfs/go-block-format@1bf7c7d
    whyrusleeping committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    e9d4f66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ipfs/go-block-format#3407 from ipfs/kevina/dskey-m…

    …inalloc
    
    ds-help: avoid unnecessary allocs when posssible and make use of RawKey
    
    This commit was moved from ipfs/go-block-format@19edf33
    whyrusleeping committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    4b59082 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. update go-multihash and bubble up deps

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    
    
    This commit was moved from ipfs/go-block-format@5029bc3
    whyrusleeping committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    577a9fa View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Make Golint happy in the blocks submodule.

    This has required changing the order of some parameters and
    adding HashOnRead to the Blockstore interface (which I have in turn
    added to all the wrapper implementations).
    
    License: MIT
    Signed-off-by: Hector Sanjuan <hector@protocol.ai>
    
    
    This commit was moved from ipfs/go-block-format@cb5edc3
    hsanjuan committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    48848d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. bubble up updates from go-multihash changes

    License: MIT
    Signed-off-by: Jeromy <jeromyj@gmail.com>
    
    
    This commit was moved from ipfs/go-block-format@57a3a5d
    whyrusleeping authored and Kubuxu committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    6e3639a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. apply the megacheck tool to improve code quality

    License: MIT
    Signed-off-by: Zach Ramsay <zach.ramsay@gmail.com>
    
    
    This commit was moved from ipfs/go-block-format@558aaac
    zramsay committed May 31, 2017
    Configuration menu
    Copy the full SHA
    45079f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2017

  1. Migrate out of the IPFS repo.

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    
    
    This commit was moved from ipfs/go-block-format@7faeb7b
    Stebalien committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    96bd656 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. gx update go-cid and fix code to use new Cid type

    This commit was moved from ipfs/go-block-format@ec5ea81
    kevina committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    bb1977e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    f2c833e View commit details
    Browse the repository at this point in the history
  2. blocks: remove LICENSE

    Jorropo committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    274ea52 View commit details
    Browse the repository at this point in the history
  3. chore: release v0.3.0

    Jorropo committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    64e1c1b View commit details
    Browse the repository at this point in the history