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:
parent
1ea0db3f37
commit
abfc0503fa
10
Makefile
10
Makefile
@ -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 \
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user