Integration with Block DX #31
Labels
No labels
ci
claimtrie
consider soon
Epic
good first issue
hacktoberfest
help wanted
mempool
mining
peer
priority: blocker
priority: high
priority: low
priority: medium
rpc
runtime
test
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
ux
wallet
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbcd#31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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"