mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
3ae169a41f
* bitcoind rpc client v22 * addresses and reqSigs deprecation * getNodeAddresses rpc now returns a network field * fixed so that support for V23 * debuggging changed extends BitcoindRpcClient to extends BitcoindV21RpcClient * added network input to getnodeaddresses which makes it so only outputs addresses with that specified network * getnodeaddresses accepts a network input and outputs addresses with that network. Test did not run on previous commit now it passes. * added (listdescriptors rpc testing in progress), added descriptors flag to getwallet info rpc (testing in progress), added include unsafe option for fundrawtransaction and walletcreatefundedpsbt rpcs (testing in progrss), adding test for createwallet with descriptors enabled (not complete) * fix so that getwalletinfo works with descriptors flag, fix so now can create descriptor wallet, test for create descriptor wallet now runs and passes * added tests, bug in listdescriptors implmentation * listDescriptors rpc is implmented and passes all tests * listDescriptors test was previously causing (be able to decode a redeem script) test in the suite to fail becasue of createwallet, the bug is now resolved * bug fix in V17AssortedRpc * bug fixes * fixed listdescriptors test, create descriptor wallet test, wallet with priv keys enabled test, decode redeem script test, so that no longer use await return and await result * fix for tests failing * listDescriptors Rpc implmented and passes tests * cleanup * scala formating changes * generate block to address test uncommented V22 changed to PostV22 in some of the names of the case classes Co-authored-by: shruthii625 <shruthii1410@gmail.com> |
||
---|---|---|
.. | ||
src/main/scala/org/bitcoins/rpc | ||
bitcoind-rpc.sbt | ||
README.md |