GithubHelp home page GithubHelp logo

Comments (6)

apoelstra avatar apoelstra commented on June 19, 2024 2

Yes, I plan to add bech32 support after Core does, both so I can be sure everything is finalized, and because it will give me an easy way to generate a ton of test vectors :)

from rust-bitcoin.

apoelstra avatar apoelstra commented on June 19, 2024

I think this is a reasonable thing to do, though I'm not sure how best to separate things. My uses tend to use pretty-much the whole crate except for the network/p2p stuff. Can you make a PR?

from rust-bitcoin.

Kixunil avatar Kixunil commented on June 19, 2024

OK, do you want to have them in the same repository, just separate crate?

My thinking for now: Things that may be reasonable to use without the blockchain/txses (addresses, base58, coin amount - not a separate type now but it may be good idea to create one), transaction-related data, blocks, network.

from rust-bitcoin.

apoelstra avatar apoelstra commented on June 19, 2024

Yes, same repo, just different crates.

From the network crate, the Network enum is constantly useful (for distinguishing between testnet and mainnet) and is used frequently with the address structures. In turn the address structures heavily depend on the script de/serialization, which depends both on transaction-related data and on the consensus serializer (which is also in the network module IIRC).

from rust-bitcoin.

Kixunil avatar Kixunil commented on June 19, 2024

OK, I'll look at it during the weekend.

BTW any plans to add support for SegWit addresses? As far as I see it isn't there yet.

from rust-bitcoin.

apoelstra avatar apoelstra commented on June 19, 2024

I'm going to close this because it doesn't have any clear success condition. We have plans for some specific modules (contracthash stuff, anyway) to be pulled out of rust-bitcoin.

from rust-bitcoin.

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.