bitcoinj/wallettool/src
Sean Gilligan 36dce3d9d5 wallet.proto, paymentrequest.proto: move generated files to dedicated packages
* Modify the `java_package` setting in our two `.proto` source files
 * Move 2 existing generated-but-checked-in Protos.java files to
   dedicated packages (i.e. packages without hand-coded "artisanal" files)

This is a step towards more compatibility with ProtoBuf tooling which
sometimes likes to delete the generated files and:

 > can't distinguish between "old generated code" and "your artisan source files."

and more importantly it is a step towards fixing Gradle 8 caching issues.
2023-07-28 21:55:26 +02:00
..
main wallet.proto, paymentrequest.proto: move generated files to dedicated packages 2023-07-28 21:55:26 +02:00
test/java/org/bitcoinj/wallettool MultiplexingDiscovery: fix empty seeds precondition for RegTest 2023-06-04 16:35:49 +02:00