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

Doesn't work with latest fabric-client version (1.4.2) #7

Open
nwaywood opened this issue Jun 20, 2019 · 2 comments
Open

Doesn't work with latest fabric-client version (1.4.2) #7

nwaywood opened this issue Jun 20, 2019 · 2 comments

Comments

@nwaywood
Copy link

It seems like the EventHub class has been removed (see https://stackoverflow.com/questions/51436123/unable-to-find-neweventhub-function) and therefore this wrapper can't be used with the latest version of fabric.

P.S. Thank you for making this awesome package!!!

@dainyl
Copy link
Owner

dainyl commented Jun 22, 2019

Lol yeah, I was about to get started fixing it before I got pulled back into BG. I'll see if I can get a quick fix out.

You're probably aware that Fabric came out with their own high level wrapper https://fabric-sdk-node.github.io/release-1.4/module-fabric-network.html which looks to cover a fair bit of the same stuff.

I think it's likely that the remaining value of this package is in the network instantiation, as AFAIK there isn't another high-level wrapper doing that. If anyone was actually serious about maintaining this, potentially moving forward that part could be spun off, and this package could be deprecated.

@nwaywood
Copy link
Author

@dainyl oh I wasn't aware of that new official wrapper! I'll try it out. I'm sure it won't be as nice to use as this library though ;)

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

2 participants