asset: add LBC (LBRY Credits) - #3625
Open
realrouse wants to merge 4 commits into
Open
Conversation
Mainnet, testnet3, and regtest params, plus a decoder for lbcd's 112-byte headers (ClaimTrie after MerkleRoot).
BIP 140 via lbcwallet. Same BTC-clone wrapper as dgb/doge.
lbcd node RPC clone using the LBC header decoder.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a minimal implementation of LBC, aiming to close issue #3352.
Uses BTC-clone wrapper like dgb/doge
Market I used in testing is
lbc_dcr(Buy/Sell LBC). SegWit is offfor now because of lbcwallet's change-address RPC
Simnet, harness, and the extra knobs needed to actually connect
lbcwallet are on a lbc-simnet-test branch at: https://github.com/realrouse/dcrdex/tree/lbc-simnet-test
I tested it successfully and created some nice twitter videos too:
https://x.com/real_rouse_/status/2081160539774845224
https://x.com/real_rouse_/status/2080379713764139483
Happy to take guidance on what else you want in this PR.