Coder Social home page Coder Social logo

bcoin-* about bcoin HOT 6 CLOSED

bcoin-org avatar bcoin-org commented on May 18, 2024
bcoin-*

from bcoin.

Comments (6)

czzarr avatar czzarr commented on May 18, 2024

I'm totally up for it. I split bcoin into separate modules for my own needs, chief among them being testnet support.

from bcoin.

ryanxcharles avatar ryanxcharles commented on May 18, 2024

I think there's great value in having all the little elements of the bitcoin protocol in their own module. This makes it easy to use only the piece you need.

However, I also think there's value in having a large repo that has all the elements in the same repo. This makes it easier to work on the system as a whole, keep track of issues, and make sure all the pieces continue working together correctly.

The way this will probably play out is for the components of the bitcoin protocol that can be easily extracted will end up in their own highly optimized modules, like bn.js, elliptic, and base 58 ( https://github.com/cryptocoinjs/bs58 ), and then things that can't be easily extracted will stay a part of the larger repos.

As for what's right for bcoin, that's up to @chjj & @indutny.

Also cc @jprichardson.

from bcoin.

chjj avatar chjj commented on May 18, 2024

I don't like this idea. It's just messy. Coined was the opposite, a wrapper just to make bcoin more digestable for most people. I don't see the benefit of splitting everything up. Coined does have testnet support. It might be missing something though (the core seeds don't work anymore of course).

from bcoin.

indutny avatar indutny commented on May 18, 2024

idk, it seems that the components are quite dependent on each other. What is the value of providing them in a separate packages? I think it will cause only a dependency and maintenance hell, without giving that much pros.

from bcoin.

czzarr avatar czzarr commented on May 18, 2024

@indutny you're right, I've been experiencing the kind of hell you're talking about in the past few days. Learning as I go. I'll keep maintaining a fork though with testnet support, and other stuff I need.

from bcoin.

indutny avatar indutny commented on May 18, 2024

Oh, this saddens me a lot. I'd rather keep you here, but since neither me nor @chjj has enough time to figure it out - probably this is the best way to go.

from bcoin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.