Kevin Atkinson
86805e711c
Change field names in V1Builder to match Prefix.
2018-08-10 00:13:49 -04:00
Kevin Atkinson
f868375825
Enhance Tests.
2018-08-09 23:55:45 -04:00
Kevin Atkinson
8f7ba15bfb
Documentation Cleanups.
2018-08-09 23:55:33 -04:00
Kevin Atkinson
ae25e25d1a
Remove PrefixToBuilder as it is needed right now.
2018-08-09 23:14:37 -04:00
Kevin Atkinson
67951e2c09
Move deprecated function to there own file.
2018-08-09 00:15:04 -04:00
Kevin Atkinson
ad88cb11c5
Rename Format to Builder.
2018-08-09 00:15:04 -04:00
Kevin Atkinson
88cd5dcebf
Add WithCodec and GetCodec methods to format interface.
2018-07-24 22:28:19 -04:00
Kevin Atkinson
6f951560f5
Update deprecated note to reflect code review.
2018-06-28 23:08:17 -04:00
Kevin Atkinson
5d8ad3eb9c
Create new Format interface for creating CIDs.
2018-06-28 22:48:56 -04:00
Steven Allen
5b04f30433
gx publish 0.7.21
gx/v0.7.21
2018-06-08 20:25:20 -07:00
Steven Allen
078355866b
gx publish 0.7.20
gx/v0.7.20
2018-01-19 20:51:37 -08:00
Steven Allen
1805dd530f
gx publish 0.7.19
gx/v0.7.19
2017-12-05 00:06:03 +00:00
Steven Allen
2055d2e652
Merge pull request #36 from ipfs/feat/cid-prefix-constructors
...
Add CID Prefix constructors.
2017-09-07 11:35:56 -07:00
Steven Allen
63d4b33fcf
Add CID Prefix constructors.
...
One can now generate a CID by calling:
```go
cid.NewPrefixV1(cid.DagCBOR, mh.SHA_256).Sum(data)
```
Lots of code was already doing this by manually constructing CID Prefixes but
that tends to be a bit verbose and error prone.
2017-08-30 12:42:46 -07:00
Steven Allen
19c1c0e32e
gx publish 0.7.18
gx/v0.7.18
2017-08-28 20:25:09 -07:00
Steven Allen
088f141a17
Merge pull request #33 from ipfs/gx/update-multibase
...
gx: update multibase
2017-08-28 20:22:53 -07:00
Steven Allen
758714796c
gx: update multibase
...
And fix test case.
2017-08-28 20:17:55 -07:00
Steven Allen
ed3563b69e
Merge pull request #31 from ipfs/kevina/cid-fmt
...
Implement 'cid-fmt' utility.
2017-08-28 16:56:05 -07:00
Kevin Atkinson
db11d7248a
Use an exit code of 1 on non-fatal errors and 2 on fatal errors.
2017-08-15 17:23:44 -04:00
Kevin Atkinson
68abb41a9b
Add ability to change CID version.
2017-08-15 15:34:15 -04:00
Kevin Atkinson
7333c60a00
Implement 'cid-fmt' utility.
2017-08-15 14:26:24 -04:00
Kevin Atkinson
f62e35b87a
Implement basic 'cid-fmt' utility.
...
Currently only implements printing the Cid prefix.
2017-08-15 03:46:48 -04:00
Jeromy Johnson
5652e6f751
Merge pull request #29 from Stebalien/gx/publish-0.7.17
...
gx publish 0.7.17
2017-07-10 12:45:42 -07:00
Steven Allen
fa428a337b
gx publish 0.7.17
gx/v0.7.17
2017-07-07 19:34:27 -07:00
Jeromy Johnson
e0f0e24c2d
Merge pull request #28 from ipfs/gx/publish-0.7.16
...
gx publish 0.7.16
2017-07-04 09:56:40 -07:00
Łukasz Magiera
1aa1093d28
gx publish 0.7.16
gx/v0.7.16
2017-07-04 18:45:18 +02:00
Jeromy Johnson
f4f9847100
Merge pull request #27 from ipfs/feat/codecov
...
Use Codecov instead of Coveralls
2017-07-03 16:33:39 -07:00
Jakub Sztandera
83b0d39470
Disable comments
2017-07-01 11:19:22 +02:00
Jakub Sztandera
b7772ebfe3
Use Codecov instead of Coveralls
...
As we do in most other repos.
2017-07-01 11:11:48 +02:00
Jeromy Johnson
e449699cc1
Merge pull request #26 from hermanjunge/feat/codecs-map
...
Added map of string to codecs
2017-06-30 11:52:50 -07:00
Herman Junge
7d345d4817
Switch from byte to uint64
2017-06-30 10:00:21 -04:00
Herman Junge
3c03b9e581
Improve tests
2017-06-30 03:01:26 -04:00
Herman Junge
f6990413f7
Added map of string to codecs
2017-06-29 21:00:23 -04:00
Jeromy Johnson
3f7f6c6a1d
Merge pull request #21 from ipfs/gx/0.7.15
...
gx publish 0.7.15
2017-06-19 12:12:57 -07:00
Łukasz Magiera
05eac5f7ca
gx publish 0.7.15
gx/v0.7.15
2017-06-19 18:31:26 +02:00
Jakub Sztandera
1f385a8224
Merge pull request #20 from ipfs/feat/strofbase
...
Implement StringOfBase function
2017-06-19 17:58:20 +02:00
Łukasz Magiera
b42583c8bf
Add StringOfBase function
2017-06-19 17:25:51 +02:00
Jeromy
45ce89d41a
gx publish 0.7.14
gx/v0.7.14
2017-06-13 11:33:50 -07:00
Jeromy Johnson
a20203df14
Merge pull request #18 from magik6k/patch-1
...
Add git-raw code
2017-06-09 11:55:35 -07:00
Łukasz Magiera
d4ebfff511
Add git-raw code
2017-06-07 20:08:56 +02:00
Jeromy
e310d23e36
gx publish 0.7.13
gx/v0.7.13
2017-05-01 17:37:29 -07:00
Jeromy
7e7f6811b4
gx publish 0.7.12
gx/v0.7.12
2017-03-24 18:53:57 -07:00
Jakub Sztandera
daa83089b3
Merge pull request #17 from ipfs/doc-improvements
...
Readme/golint: improve readme with gx instructions. Make golint happy.
2017-03-24 17:10:15 +01:00
Hector Sanjuan
7ef01bd895
Readme/golint: improve readme with gx instructions. Make golint happy.
...
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai >
2017-03-24 15:12:07 +01:00
Jeromy
05ed406b31
add correct eth codes
2017-03-20 18:00:06 -07:00
Jeromy
92cac2f002
add an example to the tests to play around with the feature
2017-03-18 19:17:44 -07:00
Jeromy
a22bf1e2bf
gx publish 0.7.11
gx/v0.7.11
2017-02-05 23:52:16 -08:00
Jeromy
7bcaf9264a
do cid json handling in this package
2017-02-05 23:52:06 -08:00
Jeromy
c1db98f9ae
gx publish 0.7.10
gx/v0.7.10
2017-02-02 19:05:37 -08:00
Jeromy
40c5ff1bfe
gx publish 0.7.9
gx/v0.7.9
2017-02-02 18:53:37 -08:00