For Cycle 36 #1074
Labels
parsed:valid
https://bisq.wiki/Compensation#Ensure_your_request_is_valid
team:dev
https://bisq.wiki/Dev_Team
was:rejected
Indicates that a compensation request was rejected by DAO voting
Milestone
Summary
3192.62
My last compensation request was not properly broadcasted to the network. The compensation request never ended up in a block (see #1055 (comment)).
Contributions delivered
Fix all broken regtest tasks.
Move all common Gradle settings to a global project type.
At the moment, every Gradle run hits the disk to check for the regtest files and initializes these if they don't exist. This is bad for performance, and we shouldn't do it. This change lazily initializes all regtest tasks. For more information, see: https://docs.gradle.org/current/userguide/task_configuration_avoidance.html
Gradle: Enforce Compilation with Java 17
Setup JUnit 5 globally in custom project type.
The text was updated successfully, but these errors were encountered: