You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify the total amount of BSQ you are requesting:
BSQ requested: 7000
Contributions delivered
Provide links to contributions you have delivered, the amount of BSQ you are requesting for each, and any comments that will help stakeholders understand its value.
the main topic of my first weeks in the world of bisq was making the project more welcoming to newcomers, untangle some code and work on stability.
bisq-network/bisq#2997
Fix a logging bug that resulted in a lost stacktrace for some errors which made it impossible to find the exact location of an exception
bisq-network/bisq#3005
split up the java files that protobuf generates.
Idea was basically unusable and very slow because of the huge pb.java file. also we needed special flags in the idea config to get it to even work at all. Now this is fixed, idea is snappy again and its also easier for newcomers to get the project to build
bisq-network/bisq#3024 and bisq-network/bisq#3023
make it totally clear that only jdk10 is supported. the default jdk that people have now is jdk 12. with jdk 12 some tests fail and its not clear that its because of the jdk. so i changed the gradle build to fail with a useful error message when the jdk is wrong, and also added information to the readme how to get jdk10.
bisq-network/bisq#3007
make sure fields that are deprecated in protobuf are also deprecated in the generated java code.
bisq-network/bisq#3030
I cherry picked as much code as possible from an older stale pr into master to give the account signing project more momentum
Summary
Contributions delivered
the main topic of my first weeks in the world of bisq was making the project more welcoming to newcomers, untangle some code and work on stability.
bisq-network/bisq#2997
Fix a logging bug that resulted in a lost stacktrace for some errors which made it impossible to find the exact location of an exception
bisq-network/bisq#3005
split up the java files that protobuf generates.
Idea was basically unusable and very slow because of the huge pb.java file. also we needed special flags in the idea config to get it to even work at all. Now this is fixed, idea is snappy again and its also easier for newcomers to get the project to build
bisq-network/bisq#3004
fix a logging bug
bisq-network/bisq#3024 and bisq-network/bisq#3023
make it totally clear that only jdk10 is supported. the default jdk that people have now is jdk 12. with jdk 12 some tests fail and its not clear that its because of the jdk. so i changed the gradle build to fail with a useful error message when the jdk is wrong, and also added information to the readme how to get jdk10.
bisq-network/bisq#3007
make sure fields that are deprecated in protobuf are also deprecated in the generated java code.
bisq-network/bisq#3030
I cherry picked as much code as possible from an older stale pr into master to give the account signing project more momentum
bisq-network/bisq#2999, bisq-network/bisq#3034 and bisq-network/bisq#3037
test improvements for account signing.
The text was updated successfully, but these errors were encountered: