You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
0.2.0 will not have a compatible API to 0.1.0. Migration can be summarized as using the provider interface. Once it is complete and I am ready to tag 0.2.0 I will fully document any differences and migration. For now if you are basing off 0.1.0 I would suggest checking out the tag and building from there. Using a vendoring solution would help alleviate any build issues as a result of these changes.
Creating listener now works a bit different. The libchan spdy package is no longer dealing directly with the tcp listener. Just use a connection which was either created on accepted from a net Listener.
I'm trying to do the build of https://github.com/bfosberry/banano/blob/master/server/main.go code and I am getting the following errors:
The code is:
This code run with v.0.1.0 of libchain
I haven't found documentation of changes to be made in code when we want to migrate to the current version of libchain.
The text was updated successfully, but these errors were encountered: