Closed Aiden-777 closed 1 year ago
hi, @Aiden-777
I have run the unit tests locally which also throws these build errors. function testSendTrc20Transaction()
will invoke Nile-Fullnode-Grpc endpoint, currently the FULLNODE_NILE URL is an IP address configured in the Constant.java file.
I Just searched the Java-tron official docs and found that Java-Tron supports the new official grpc-fullnode/grpc-solidity endpoint for Nile testnet, which you can find here https://nileex.io/status/getStatusPage. and the old IP style endpoints are deprecated.
you can replace the two endpoints(FULLNODE_NILE/FULLNODE_NILE_SOLIDITY) with the latest official endpoints mentioned above manually, then the build process may work well.
java version "1.8.0_231"
trident version 0.7.0