Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

refactor: BlockPutSettings.CidPrefix #80

Merged
merged 7 commits into from Apr 21, 2022

Commits on Apr 12, 2022

  1. feat(block options): add store codec

    schomatis authored and lidel committed Apr 12, 2022
    Copy the full SHA
    a2c0c40 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    schomatis authored and lidel committed Apr 12, 2022
    Copy the full SHA
    385f0ca View commit details
    Browse the repository at this point in the history
  3. add basic test

    schomatis authored and lidel committed Apr 12, 2022
    Copy the full SHA
    fe6da49 View commit details
    Browse the repository at this point in the history
  4. update cid cbor to multicodec dag-cbor

    schomatis authored and lidel committed Apr 12, 2022
    Copy the full SHA
    16bad39 View commit details
    Browse the repository at this point in the history
  5. refactor: BlockPutSettings.CidPrefix

    Removes duplicated fields and replaces them with cid.Prefix
    
    Codec, MhType and MhLength were  already in prefix, and we already return
    prefix. A lot of duplicated values and code responsible for syncing them
    did not really need to exist.
    lidel committed Apr 12, 2022
    Copy the full SHA
    a6eb015 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Copy the full SHA
    7e14e1e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. chore: release 0.7.0

    lidel committed Apr 21, 2022
    Copy the full SHA
    3981781 View commit details
    Browse the repository at this point in the history