Integration with Block DX #31

Open
opened 2022-02-23 01:07:04 +01:00 by roylee17 · 0 comments
roylee17 commented 2022-02-23 01:07:04 +01:00 (Migrated from github.com)

Track lbcd and lbcwallet integration with Block DX, a decentralized exchange.

This project is proposed and initiated by @kodxana
Most required RPCs seem to be supported in lbcd/lbcwallet with few needs to be investigate.

[x] createrawtransaction [{"txid":"value","vout":n},...] {"address":amount,...} (locktime)
[x] decoderawtransaction "hextx"
[x] getblock "hash" (verbosity=1)
[x] getblockchaininfo - works but requires lbcwallet running
[x] getnetworkinfo - works but requires lbcwallet running
[x] getblockhash index
[x] getnewaddress - works but requires lbcwallet running
[x] getrawmempool - works but requires lbcwallet running
[x] getrawtransaction "txid" (verbose=false)
[x] gettransaction "txid" (includewatchonly=false)
[x] gettxout "txid" vout (includemempool=true)
[ ] listunspent - works but requires lbcwallet running
[x] sendrawtransaction "hextx" ({"value":value})
[x] signmessage "address" "message"
[x] signrawtransactionwithwallet "rawtx"
[x] signrawtransaction "rawtx" ...
[x] verifymessage "address" "signature" "message"

Track [lbcd](https://github.com/lbryio/lbcd) and [lbcwallet](https://github.com/lbryio/lbcwallet) integration with [Block DX](https://blockdx.co/), a decentralized exchange. - [block-dx GitHub](https://github.com/blocknetdx/block-dx) - [blocknet](https://github.com/blocknetdx/blocknet) This project is proposed and initiated by @kodxana Most required RPCs seem to be supported in lbcd/lbcwallet with few needs to be investigate. [x] createrawtransaction [{"txid":"value","vout":n},...] {"address":amount,...} (locktime) [x] decoderawtransaction "hextx" [x] getblock "hash" (verbosity=1) [x] getblockchaininfo - works but requires lbcwallet running [x] getnetworkinfo - works but requires lbcwallet running [x] getblockhash index [x] getnewaddress - works but requires lbcwallet running [x] getrawmempool - works but requires lbcwallet running [x] getrawtransaction "txid" (verbose=false) [x] gettransaction "txid" (includewatchonly=false) [x] gettxout "txid" vout (includemempool=true) [ ] listunspent - works but requires lbcwallet running [x] sendrawtransaction "hextx" ({"value":value}) [x] signmessage "address" "message" [x] signrawtransactionwithwallet "rawtx" [x] signrawtransaction "rawtx" ... [x] verifymessage "address" "signature" "message"
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbcd#31
No description provided.