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

btcr-service errors #11

Open
yancyribbens opened this issue Aug 7, 2019 · 5 comments
Open

btcr-service errors #11

yancyribbens opened this issue Aug 7, 2019 · 5 comments

Comments

@yancyribbens
Copy link

I get the following build errors when running through the instructions https://github.com/kulpreet/btcr-service

specifically, go build

# github.com/kulpreet/btcr-service src/github.com/kulpreet/btcr-service/decodeTxref.go:40:47: assignment mismatch: 6 variables but util.Decode returns 5 values src/github.com/kulpreet/btcr-service/resolvetodid.go:54:41: assignment mismatch: 6 variables but util.Decode returns 5 values src/github.com/kulpreet/btcr-service/tip.go:51:41: assignment mismatch: 6 variables but util.Decode returns 5 values src/github.com/kulpreet/btcr-service/txref2txid.go:43:41: assignment mismatch: 6 variables but util.Decode returns 5 values The command '/bin/sh -c go get github.com/kulpreet/btcr-service' returned a non-zero code: 2

@ChristopherA
Copy link
Member

@kulpreet Are you still about?

@yancyribbens
Copy link
Author

yancyribbens commented Aug 8, 2019

These errors are being caused by dependent libraries mismatching what this library expects. For example, github.com/kulpreet/btcr-service as linked by https://medium.com/@kimdhamilton/btcr-did-method-updates-d0fd14386139 depends on the github repo github.com/kulpreet/txref. I've looked through the commit history in both repos to see if there was a past commit where these two libraries where in sync but haven't found any so far.

@kulpreet
Copy link
Member

kulpreet commented Aug 8, 2019 via email

@danpape
Copy link
Collaborator

danpape commented Aug 8, 2019

Good to hear from you @kulpreet !

@kulpreet
Copy link
Member

kulpreet commented Aug 9, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants