Hello all,

The entire Conformal Bitcoin-related code base is going to moving to a
new organization on github.  The following gist describes the details:

https://gist.github.com/davecgh/9bfbcc18fc6a59366939

Please feel free to respond to the list or the github announcement issue
at https://github.com/conformal/btcd/issues/214 if you have any
questions or suggestions.

Dave

--------------------------------------------------

You are receiving this because you subscribed to the btcd mailing list.
Send an e-mail to [email protected] to unsubscribe.

On 12/22/2014 11:04 AM, Dave Collins wrote:
> The modified base58 encoding and decoding functionality that current
> exists via the btcutil.Base58Encode and btcutil.Base58Decode functions
> is being moved into a sub-package named base58.  This allows it to be
> used by 3rd-parties without all of the extra dependencies required by
> btcutil.
> 
> Anyone who is using this functionality will need to make the minor
> modifications to their code as follows:
> 
> 1) Import to the new package:
>    import "github.com/conformal/btcutil/base58"
> 2) Rename every instance of btcutil.Base58Decode to base58.Decode
> 3) Rename every instance of btcutil.Base58Encode to base58.Encode
> 
> 
> New Package Code:
> https://github.com/conformal/btcutil/tree/master/base58
> 
> API Reference Documentation:
> http://godoc.org/github.com/conformal/btcutil/base58
> 
> 
> Dave
> 
> --------------------------------------------------
> 
> You are receiving this because you subscribed to the btcd mailing list.
> Send an e-mail to [email protected] to unsubscribe.
> 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to