update to monero-java v0.5.9 which supports monero-project v0.17.3.0

support `make funding-wallet` for api tests
This commit is contained in:
woodser 2021-12-02 16:56:18 -05:00
parent 1ea0db3f37
commit abfc0503fa
2 changed files with 11 additions and 1 deletions

View File

@ -148,6 +148,16 @@ monero-private2:
--rpc-login superuser:abctesting123 \
--rpc-access-control-origins http://localhost:8080 \
--fixed-difficulty 100
funding-wallet:
./.localnet/monero-wallet-rpc \
--stagenet \
--daemon-address http://localhost:38081 \
--daemon-login superuser:abctesting123 \
--rpc-bind-port 38084 \
--rpc-login rpc_user:abc123 \
--rpc-access-control-origins http://localhost:8080 \
--wallet-dir ./.localnet
bitcoind:
./.localnet/bitcoind \

View File

@ -40,7 +40,7 @@ configure(subprojects) {
grpcVersion = '1.25.0'
gsonVersion = '2.8.5'
guavaVersion = '28.2-jre'
moneroJavaVersion = '0.5.8'
moneroJavaVersion = '0.5.9'
httpclient5Version = '5.0'
guiceVersion = '4.2.2'
hamcrestVersion = '1.3'