taproot-assets icon indicating copy to clipboard operation
taproot-assets copied to clipboard

taprpc+multi: concert `taprpc` into a versioned Go module

Open bhandras opened this issue 6 months ago • 6 comments

With this PR, taprpc can now be used in other projects without also pulling in the entire taproot-assets repository as a dependency. This modularization is desirable because it reduces unnecessary dependencies, leading to cleaner and more efficient codebases. Additionally, it allows for more focused and manageable updates, improves build times, and enhances the reusability of taprpc in various contexts.

bhandras avatar Aug 16 '24 20:08 bhandras