Commit Graph

  • de6c03deae amend the CidFromReader slice extension math v0.1.0 Daniel Martí 2021-07-16 09:26:46 +01:00
  • c616415150 amend the CidFromReader slice extension math cid-reader-panic Daniel Martí 2021-07-16 09:26:46 +01:00
  • c4c8760a80 implement CidFromReader Daniel Martí 2021-07-02 10:59:29 +01:00
  • 8f4ec9e084 implement CidFromReader cid-from-reader Daniel Martí 2021-07-02 10:59:29 +01:00
  • 41f2377d96 implement CidFromReader v0.1.0-rc1 Daniel Martí 2021-07-02 10:59:29 +01:00
  • 8e9280df3d Merge pull request #118 from ipfs/multihash-update Steven Allen 2021-06-25 17:23:48 -07:00
  • b4bcfe45c9 Update go-multihash. Eric Myhre 2021-06-25 16:03:31 -07:00
  • 979bf3fb85 Merge pull request #125 from ipfs/web3-bot/sync Marten Seemann 2021-06-01 12:40:31 -07:00
  • 95ec98a9cc update .github/workflows/go-check.yml web3-bot 2021-06-01 16:53:30 +00:00
  • 1c23d3b694 update .github/workflows/go-test.yml web3-bot 2021-06-01 16:53:30 +00:00
  • 5b5d1329c5 update .github/workflows/automerge.yml web3-bot 2021-06-01 16:53:30 +00:00
  • a42c04af93 sync: update CI config files (#124) web3-bot 2021-05-12 11:13:58 -04:00
  • e2d6877ec4 update x/crypto update-x-crypto Marten Seemann 2021-05-11 07:24:22 -07:00
  • de3d9105b0 add .github/workflows/go-check.yml web3-bot 2021-05-10 16:13:54 +00:00
  • 57a5ebd412 add .github/workflows/go-test.yml web3-bot 2021-05-10 16:13:54 +00:00
  • 6f6f7847b9 add .github/workflows/automerge.yml web3-bot 2021-05-10 16:13:54 +00:00
  • d9a0b590b9 set Go version to 1.15 and run go mod tidy web3-bot 2021-05-10 16:13:53 +00:00
  • 9aebf1d9d0 disable Travis web3-bot 2021-05-10 16:13:47 +00:00
  • 0582f6b9b2 Merge pull request #122 from iand/chore/repo-health Steven Allen 2021-05-10 08:32:22 -07:00
  • 0717510dfb chore: fixups from running go vet, go fmt and staticcheck Ian Davis 2021-05-07 15:43:00 +01:00
  • 0ca2bbaeb3 Add SumStream to read data from io.Reader feat/sum-read-stream gammazero 2021-04-07 12:45:16 -07:00
  • 8f7b37bab5 feat(cid): add FromDigest for previously computed hash feat/from-digest hannahhoward 2021-02-25 17:38:21 -08:00
  • e530276a70 Bump github.com/multiformats/go-varint from 0.0.5 to 0.0.6 dependabot-preview[bot] 2020-10-15 03:13:55 +00:00
  • 45f4147a06 Bump github.com/multiformats/go-multihash from 0.0.13 to 0.0.14 dependabot-preview[bot] 2020-10-15 03:11:08 +00:00
  • b34ad3cfa5 s/characters/bytes Rod Vagg 2020-10-15 14:04:10 +11:00
  • ec089b8a53 Fix inaccurate comment for uvarint gammazero 2020-10-09 11:20:18 -07:00
  • efe2d2de45 coverage: more tests for cid Rod Vagg 2020-10-13 16:04:51 +11:00
  • 46aac88838 coverage: more tests for varint Rod Vagg 2020-10-13 16:04:26 +11:00
  • f60e346b24 coverage: more tests for builder Rod Vagg 2020-10-13 14:08:44 +11:00
  • 8647a1d84b fix: make tests run with Go 1.15 Rod Vagg 2020-10-12 15:59:50 +11:00
  • de49849130 Add the dagjose multiformat Alex Good 2020-09-12 16:02:04 +01:00
  • 8b9ff3906e Merge pull request #109 from ipfs/feat/optimize-prefix v0.0.7 Whyrusleeping 2020-07-23 09:15:54 -07:00
  • f7cb4c91eb feat: optimize cid.Prefix Steven Allen 2020-07-22 19:45:20 -07:00
  • 85cd30874e Merge pull request #107 from ipfs/chore/base36_support v0.0.6 Peter Rabbitson 2020-05-25 18:15:04 +02:00
  • 12e2623f35 gx-era file no longer relevant Peter Rabbitson 2020-05-25 18:08:43 +02:00
  • d683e9243c test: lowercase base36 Marcin Rataj 2020-05-25 17:46:16 +02:00
  • 18af217de6 Add explicit base36 test Peter Rabbitson 2020-05-25 14:06:26 +02:00
  • 9830f823b5 Base36 support Peter Rabbitson 2020-05-25 13:51:07 +02:00
  • d110f73c43 Remove gx remnants Peter Rabbitson 2020-05-25 13:50:01 +02:00
  • 95a7ed4233 Merge pull request #104 from rvagg/rvagg/filecoin-codecs Steven Allen 2020-05-25 00:46:19 -07:00
  • 8dd6fe2778 feat: add Filecoin multicodecs Rod Vagg 2020-05-12 16:55:57 +10:00
  • a25d68f3e4 Add autocomment configuration Hector Sanjuan 2020-05-04 12:05:06 +02:00
  • 7c82f3b81c Merge pull request #103 from ipfs/fix/write-to-interface Whyrusleeping 2020-05-01 16:06:55 -07:00
  • 75caa6bdbd avoid calling the method WriteTo if we don't satisfy its contract Jeromy 2020-05-01 16:04:36 -07:00
  • c1c89c20c1 Merge pull request #102 from ipfs/feat/add-methods-for-using-less-memory Whyrusleeping 2020-05-01 15:54:35 -07:00
  • 628a0123ed Slightly more documentation comment. Eric Myhre 2020-05-02 00:52:07 +02:00
  • 266e76d591 properly satisfy writerTo interface Jeromy 2020-05-01 15:44:06 -07:00
  • 7d7cb88d78 add a couple useful methods Jeromy 2020-05-01 15:01:28 -07:00
  • 723b4ab105 Merge pull request #101 from vmx/patch-1 Steven Allen 2020-04-29 09:27:52 -07:00
  • 9cb3848e51 chore: make comment reflect the code Volker Mische 2020-04-28 15:59:55 +02:00
  • f458e04107 Add standard issue template Hector Sanjuan 2020-04-27 11:27:08 +02:00
  • 72cd3d39d7 Merge pull request #99 from ipfs/fix/minimal-encoding v0.0.5 Steven Allen 2020-02-04 12:12:58 -08:00
  • c1b740035a fix: enforce minimal encoding Steven Allen 2020-02-03 20:55:45 -08:00
  • 3da5bbbe45 Merge pull request #92 from b5/chore_remove_gx v0.0.4 Steven Allen 2019-12-09 06:47:25 -06:00
  • 9d598bbdbd Merge pull request #98 from ipfs/dependabot/go_modules/github.com/multiformats/go-multihash-0.0.10 Steven Allen 2019-12-09 06:24:09 -06:00
  • b420452400 Bump github.com/multiformats/go-multihash from 0.0.9 to 0.0.10 dependabot-preview[bot] 2019-12-09 11:21:09 +00:00
  • ed7dab1755 Merge pull request #97 from ipfs/fix/parse-panic Steven Allen 2019-12-03 09:50:46 -05:00
  • 5df89959a0 test: test parsing non-sha256 hashes Steven Allen 2019-12-02 20:41:59 -05:00
  • 60ab0f84f0 chore: avoid magic numbers Steven Allen 2019-12-02 20:35:36 -05:00
  • 08e15f8a6c chore: avoid re-validated already validated CIDs Steven Allen 2019-12-02 20:35:27 -05:00
  • 58b483a841 fix: avoid panicing if we try to parse a non-sha multihash as a CIDv0 Steven Allen 2019-12-02 20:34:30 -05:00
  • 79e75dffeb Merge pull request #95 from ipfs/feat/cid-from-bytes Whyrusleeping 2019-11-12 10:17:18 +09:00
  • d93d4baeab add a simple test for reading cids from a buffer whyrusleeping 2019-11-11 16:48:19 -08:00
  • cf8cf8856e Use optimized multihash method for parsing whyrusleeping 2019-11-11 16:33:49 -08:00
  • aa8072eeb5 Merge pull request #96 from ipfs/fix/verif-v0 Steven Allen 2019-11-11 11:29:02 -08:00
  • 51871ccaa9 Disable gx builds Jakub Sztandera 2019-11-11 20:04:40 +01:00
  • 9238d1a533 Verify that prefix is correct v0 prefix Jakub Sztandera 2019-11-11 20:00:31 +01:00
  • 16bbe1cf14 Add a command to read a cid from an array of bytes whyrusleeping 2019-11-10 22:17:41 -08:00
  • c91a795815 docs(readme): remove reference to gx b5 2019-10-24 10:01:29 -04:00
  • 64acce09e1 Merge pull request #91 from ipfs/dependabot/go_modules/github.com/multiformats/go-multihash-0.0.8 Steven Allen 2019-09-24 16:11:26 -07:00
  • 2a2f67d2c4 Bump github.com/multiformats/go-multihash from 0.0.1 to 0.0.8 dependabot-preview[bot] 2019-09-24 23:01:51 +00:00
  • 86ca2a8300 Merge pull request #90 from ipfs/feat/lead-maintainer Steven Allen 2019-09-18 22:09:20 -07:00
  • e0a778be45 doc: add a lead maintainer Steven Allen 2019-09-18 22:08:21 -07:00
  • 02253f5120 ci: remove gx support feat/cbor-marshal Steven Allen 2019-08-20 08:02:47 -07:00
  • a5acc01164 use constants and enforce max length elsewhere whyrusleeping 2019-08-19 18:19:07 -07:00
  • aa319eb8b5 Add fastpath cbor marshalers whyrusleeping 2019-08-19 17:13:12 -07:00
  • 9bb7ea6920 Merge pull request #86 from lidel/feat/libp2p-key v0.0.3 Steven Allen 2019-05-27 16:46:10 -07:00
  • 3f1777738f Add libp2p-key multicodec Marcin Rataj 2019-05-28 01:35:41 +02:00
  • b1cc3e404d Merge pull request #85 from ipfs/feat/cidv1-default-base32 v0.0.2 Steven Allen 2019-05-13 10:54:14 -07:00
  • b16425b966 make CID in readme base32 Steven Allen 2019-05-10 09:41:01 -07:00
  • f04f9216e7 default cidv1 to base32 Steven Allen 2019-05-06 10:30:19 -07:00
  • e7e67e08cf Add gomod and travis v0.0.1 Jakub Sztandera 2019-02-28 18:32:58 +01:00
  • 29a66d1820 gx publish 0.9.3 Steven Allen 2019-02-20 20:12:25 -08:00
  • 08f30d213e Merge pull request #84 from ipfs/fix/83 Steven Allen 2019-02-20 20:11:24 -08:00
  • cf3b4efcaf fix inline CIDs generated by Prefix.Sum Steven Allen 2019-02-20 18:51:31 -08:00
  • ca991e8eb6 Merge pull request #82 from ipfs/gx/0.9.2 Hector Sanjuan 2019-02-20 16:21:43 +00:00
  • 8d327b2f4b gx publish 0.9.2 Hector Sanjuan 2019-02-20 16:21:01 +00:00
  • 14b828acf5 Merge pull request #81 from ipfs/feat/binary-marshaler Hector Sanjuan 2019-02-20 16:20:09 +00:00
  • 00439572fb Let Cid implement Binary[Un]Marshaler and Text[Un]Marshaler interfaces. Hector Sanjuan 2019-02-19 16:41:20 +00:00
  • 37bf2f9503 Merge pull request #80 from madper/fix_typo Jakub Sztandera 2019-02-15 18:30:48 +01:00
  • e6d04f280e fix typo in comment Madper Xie 2019-02-15 20:19:46 +08:00
  • 033594dcd6 gx publish 0.9.1 Steven Allen 2018-11-02 16:51:23 -07:00
  • c9e99b39db Merge pull request #78 from samli88/dash-codecs Steven Allen 2018-10-23 05:29:30 +01:00
  • 3ec3578fe9 add dash to codecs table Samuel Li 2018-10-07 11:44:18 -07:00
  • 628ab3426c add codecs for Dash blocks, tx Samuel Li 2018-10-07 11:21:11 -07:00
  • 6e296c5c49 gx publish 0.9.0 gx/v0.9.0 feat/string Kevin Atkinson 2018-09-11 19:18:20 -04:00
  • f0033600ca Gx update go-multibase. Kevin Atkinson 2018-09-11 14:18:23 -04:00
  • dfc48d3ec4 Make sure we have a SHA2_256, length 32 hash when creating a CidV0. Kevin Atkinson 2018-09-10 05:10:23 -04:00
  • 46dd393ad1 Handel undefined Cid is JSON representation. Kevin Atkinson 2018-09-07 14:03:03 -04:00
  • 67a2bcf7e7 Change 'Nil' constant to 'Undef'. Kevin Atkinson 2018-09-05 15:42:14 -04:00