Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

feat: sync with go-ipfs 0.5 #3013

Merged
merged 30 commits into from
Jun 4, 2020
Merged

feat: sync with go-ipfs 0.5 #3013

merged 30 commits into from
Jun 4, 2020

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    e230337 View commit details
    Browse the repository at this point in the history
  2. fix: ipfs ls options

    - ipfs.ls remove all options in core api, but keep `long` in http api and cli same as go-ipfs
    	- remove sort from the cli and ignore go-ipfs `U` option
    	- enable http api mfs tests
    hugomrdias committed May 20, 2020
    Configuration menu
    Copy the full SHA
    22fbf54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c55786 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5997b6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfda600 View commit details
    Browse the repository at this point in the history
  6. fix: fix dht get and put

    - rewrite dht get/put tests
    - unskip dht get and put tests in http client
    - dht get accepts string or buffer
    - dht put uses body to send data instead of query string
    - http-client dht get returns a buffer to match core api
    hugomrdias committed May 20, 2020
    Configuration menu
    Copy the full SHA
    2e1a45c View commit details
    Browse the repository at this point in the history
  7. fix: fix pubsub tests

    - add test for floodsub
    - fix gossipsub test, needs a delay after seeing the peers to be able to delivers msgs to others
    hugomrdias committed May 20, 2020
    Configuration menu
    Copy the full SHA
    4765446 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80a1d0c View commit details
    Browse the repository at this point in the history
  9. fix: fix bootstrap rm test

    sort peers to be able to compare
    hugomrdias committed May 20, 2020
    Configuration menu
    Copy the full SHA
    157676c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    562ed08 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e4f5d63 View commit details
    Browse the repository at this point in the history
  12. chore: update to 0.5.1

    hugomrdias committed May 20, 2020
    Configuration menu
    Copy the full SHA
    5ecc6ea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d5f018b View commit details
    Browse the repository at this point in the history
  14. fix: pubsub publish

    - add undefined msg test
    - ipfs api supports msg in the body
    hugomrdias committed May 20, 2020
    Configuration menu
    Copy the full SHA
    d19f1f5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a86ddef View commit details
    Browse the repository at this point in the history
  16. fix: http server test

    hugomrdias committed May 20, 2020
    Configuration menu
    Copy the full SHA
    7d1d781 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8e97aa2 View commit details
    Browse the repository at this point in the history
  18. fix: allow empty publish and normalise error

    - return same error in core for empty publish
    hugomrdias committed May 20, 2020
    Configuration menu
    Copy the full SHA
    038bbb5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    65b665f View commit details
    Browse the repository at this point in the history
  20. chore: lock

    hugomrdias committed May 20, 2020
    Configuration menu
    Copy the full SHA
    fc07758 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. chore: use interop branch

    hugomrdias committed May 21, 2020
    Configuration menu
    Copy the full SHA
    033df70 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. chore: upgrade interop

    hugomrdias committed May 26, 2020
    Configuration menu
    Copy the full SHA
    2c44075 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    3270c77 View commit details
    Browse the repository at this point in the history
  2. chore: remove lock files

    achingbrain committed May 27, 2020
    Configuration menu
    Copy the full SHA
    20bbcb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae5150f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    e60a94f View commit details
    Browse the repository at this point in the history
  2. chore: back to 0.5.x

    achingbrain committed May 29, 2020
    Configuration menu
    Copy the full SHA
    4b93ab1 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

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

Commits on Jun 3, 2020

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

Commits on Jun 4, 2020

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