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

gx update and fix code to use new Cid type #5441

Merged
merged 2 commits into from
Sep 12, 2018
Merged

Conversation

kevina
Copy link
Contributor

@kevina kevina commented Sep 8, 2018

See ipfs/go-cid#71 for additional info.

Depends on:

Which Depends on:

Please approve but do not merge. Depends on locally pinned hashes.

@kevina kevina requested a review from Kubuxu as a code owner September 8, 2018 00:08
@ghost ghost assigned kevina Sep 8, 2018
@ghost ghost added the status/in-progress In progress label Sep 8, 2018
@kevina kevina force-pushed the kevina/cid-string branch 2 times, most recently from 933ec34 to 417545d Compare September 12, 2018 02:20
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
@kevina
Copy link
Contributor Author

kevina commented Sep 12, 2018

@Stebalien okay, everything is merged and this should be ready to go.

@kevina
Copy link
Contributor Author

kevina commented Sep 12, 2018

Pin list:

QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7 github.com/ipfs/go-cid 0.9.0
QmRcHuYzAyswytBuMF78rj3LTChYszomRFXNg4685ZN1WM github.com/ipfs/go-block-format 0.2.0
QmXQPZefix3RAoFm9eRE1NA5Gv13DRQdQaLYmZta1vnxyh github.com/ipfs/go-cidutil 0.1.0
QmXejiSr776HgKLEGSs7unW7GT82AgfMbQX5crfSybGU8b github.com/ipfs/go-ipfs-ds-help 0.1.0
QmdKS5YtmuSWKuLLgbHG176mS3VX3AKiyVmaaiAfvgcuch github.com/libp2p/go-libp2p-routing 2.5.0
QmVkMRSkXrpjqrroEXWuYBvDBnXCdMMY6gsKicBGVGUqKT github.com/ipfs/go-verifcid 0.1.0
QmUf9xAmbHndjh31YNRugNeyNX6mDTUDuWN1bVTmUriwdZ github.com/ipfs/go-ipfs-blocksutil 0.1.0
QmdSeG9s4EQ9TGruJJS9Us38TQDZtMmFGwzTYUDVqNTURm github.com/ipfs/go-ipfs-chunker 0.1.0
QmR1nncPsZR14A4hWr39mq8Lm7BGgS68bHVT9nop8NpWEM github.com/ipfs/go-ipfs-exchange-interface 0.1.0
QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL github.com/ipfs/go-ipld-format 0.6.0
QmaXYSwxqJsX3EoGb1ZV2toZ9fXc8hWJPaBW1XAp1h2Tsp github.com/libp2p/go-libp2p-kad-dht 4.4.0
QmSFHnkFwayfnRKK1Z8jBUauMYMkHrZpQyvbxkFoPYb1VQ github.com/libp2p/go-libp2p-routing-helpers 0.3.0
QmeMussyD8s3fQ3pM19ZsfbxvomEqPV9FvczLMWyBDYSnS github.com/ipfs/go-ipfs-blockstore 0.1.0
QmSbZCrt5cSiCNcXFZKoGjukcEf4DRdTzexqzEWATZDdz6 github.com/ipfs/go-ipfs-routing 0.1.0
QmPG32VXR5jmpo9q8R9FNdR4Ae97Ky9CiZE6SctJLUB79H github.com/ipfs/go-ipfs-posinfo 0.1.0
QmPrv66vmh2P7vLJMpYx6DWLTNKvVB4Jdkyxs6V3QvWKvf github.com/ipfs/go-ipld-cbor 1.3.0
QmRNxeMQs2eVPouLxwa4tN72yTLLgWAi1cChXqgdEz5Ko4 github.com/ipfs/go-ipld-git 0.3.0
QmYNHDSyFKfvySMY4AHuouMyz5rL1NoFJdjG7kfWA9tNwU github.com/libp2p/go-libp2p-pubsub-router 0.4.0
QmXHsHBveZF6ueKzDJbUg476gmrbzoR1yijiyH5SZAEuDT github.com/ipfs/go-ipfs-exchange-offline 0.1.0
QmQPWVDYeWvxN75cP4MGrbMVpADm2XqpM4KxgvbxkYk16u github.com/ipfs/go-bitswap 1.1.0
QmYHXfGs5GVxXN233aFr5Jenvd7NG4qZ7pmjfyz7yvG93m github.com/ipfs/go-blockservice 1.1.0
QmURqt1jB9Yu3X4Tr9WQJf36QGN7vi8mGTzjnX2ij1CJwC github.com/ipfs/go-merkledag 1.1.0
QmRYx6fJzTWFoeTo3qQn64iDrVC154Gy9waQDhvKRr2ND3 github.com/ipfs/go-path 1.1.0
QmPXzQ9LAFGZjcifFANCQFQiYt5SXgJziGoxUfJULVpHyA github.com/ipfs/go-unixfs 1.1.0
QmVcoYLHSe31tE18fQznFzEPawkCh9JvWR7zckfwZh1nno github.com/ipfs/go-mfs 0.1.0

I told pinbot to pin each one separately, hopefully it will succeeded.

@ghost ghost assigned Stebalien Sep 12, 2018
@ghost ghost added the status/in-progress In progress label Sep 12, 2018
@Stebalien
Copy link
Member

(some random files got checked into the gx publishes so I redid a few of them, there's an extra file still in go-cid but it's just a small json file so meh, we'll fix it later; gx should be smarter but...)

(some extra files got committed)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@kevina
Copy link
Contributor Author

kevina commented Sep 12, 2018

@Stebalien oops sorry. Didn't realize I needed to clean my tree before gx-publishing.

I also screwed up the go-cid merge. I should of done that with a merge commit to make sure the commits are linked with the p.r. rather than have directly pushed that to master. Sorry.

@Stebalien
Copy link
Member

Meh, whatever. For a change this wide-spread, this was wonderfully smooth.

@Stebalien Stebalien merged commit 7ad12bf into master Sep 12, 2018
@ghost ghost removed the status/in-progress In progress label Sep 12, 2018
@Stebalien
Copy link
Member

🎉 ❤️

@Stebalien Stebalien deleted the kevina/cid-string branch September 12, 2018 05:03
hacdias pushed a commit to ipfs/boxo that referenced this pull request Jan 27, 2023
gx update and fix code to use new Cid type

This commit was moved from ipfs/kubo@7ad12bf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants