mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
aed3453142
Protobuf definition files were moved from common and core to a new protodefinition subproject. The two main reasons for doing this are to speed up builds by not having to regenerate common and core protobuf classes every time a change is made in those subprojects, and to remove the grpc cli's direct dependency on core, and the transitive dependency on common. In order to accomplish this, cli's BisqCliMain was stripped of its dependencies on common and core. Cli can only get the version and balance now. gRPC stub boilerplate was moved from BisqCliMain to a CliCommand class to avoid some of the bloat that is going to happen as the read-response loop supports more rpc commands. |
||
---|---|---|
.. | ||
main/java |