jmacxx
4bc5494ce9
Add info popup about ARS market prices.
2023-08-30 14:33:35 -05:00
Alva Swanson
793e7a28e2
JLinkTask: Make javaModulesDirectory optional
2023-08-29 15:09:11 +02:00
Alva Swanson
4569253034
JLinkTask: Rename javaFxJmodsDirectory to javaModulesDirectory
2023-08-29 15:09:11 +02:00
Alva Swanson
f3539a4b22
packaging: Implement JPackageTask
...
The JPackageTask generates a package using a previously generated runtime image.
2023-08-29 14:47:50 +02:00
Alejandro García
9813ae7574
Merge pull request #6836 from bisq-network/dependabot/github_actions/actions/checkout-3.6.0
...
build(deps): bump actions/checkout from 3.5.3 to 3.6.0
2023-08-28 23:13:50 +00:00
Alejandro García
572736713e
Merge pull request #6828 from HenrikJannsen/rename_burningman_UI_terms
...
Rename revenue to profit
2023-08-28 23:13:12 +00:00
dependabot[bot]
9c7fe287bb
build(deps): bump actions/checkout from 3.5.3 to 3.6.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.5.3...v3.6.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 14:51:32 +00:00
HenrikJannsen
248f6b2870
Rename revenue to profit
...
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
2023-08-28 11:20:28 +02:00
Alejandro García
9459cb0e86
Merge pull request #6827 from alvasw/implement_jlink_task
...
packaging: Implement JLinkTask
2023-08-24 23:11:31 +00:00
Alva Swanson
a444781a6b
packaging: Implement JLinkTask
...
The JLinkTask parses JDeps' output and generates a runtime image for
jpackage.
2023-08-24 15:48:40 +02:00
Alejandro García
e5f4a88f3f
Merge pull request #6826 from alvasw/packaging_create_jdeps_task
...
packaging: Implement JDepsTask for jlink and jpackage
2023-08-24 00:00:29 +00:00
Alejandro García
048d837194
Merge pull request #6825 from alvasw/fix_build_logic_PgpPublicKeyParser
...
PgpPublicKeyParser: Cast Any? signature to PGPSignature
2023-08-23 23:58:16 +00:00
Alejandro García
25c8139146
Merge pull request #6822 from jmacxx/fix_issue_6820
...
Remove unused dependency on Pricenode metadata strings.
2023-08-23 23:57:46 +00:00
Alva Swanson
72d52d3181
packaging: Implement JDepsTask for jlink and jpackage
2023-08-23 15:36:09 +02:00
Alva Swanson
8cd8919815
build-logic: Create PackagingPlugin
2023-08-23 15:33:54 +02:00
Alva Swanson
16d33f885e
PgpPublicKeyParser: Cast Any? signature to PGPSignature
2023-08-23 14:56:38 +02:00
jmacxx
9600d79584
Remove unused dependency on Pricenode metadata strings.
2023-08-22 10:58:17 -05:00
Alejandro García
d4dc950992
Merge pull request #6821 from bisq-network/dependabot/github_actions/gradle/gradle-build-action-2.7.1
...
build(deps): bump gradle/gradle-build-action from 2.7.0 to 2.7.1
2023-08-22 11:25:18 +00:00
Alejandro García
e5eaa99856
Merge pull request #6818 from jmacxx/fix_issue_6797
...
Arbitration broadcast DPT and dispute message in parallel.
2023-08-22 11:24:45 +00:00
dependabot[bot]
de89d6aa0a
build(deps): bump gradle/gradle-build-action from 2.7.0 to 2.7.1
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2.7.0...v2.7.1 )
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 14:32:21 +00:00
Alejandro García
34d61d1f56
Merge pull request #6814 from jmacxx/tx_validation_timing_issue
...
Fix: BTC maker/taker fee validation
2023-08-19 19:45:06 +00:00
jmacxx
1a184a2e4f
Arbitration broadcast DPT and dispute message in parallel.
...
Previously the dispute message would only be sent once the DPT had
finished propagation. To a user it would appear as if nothing
happened and they would attempt to initiate the process again.
That would cause the DPT logic to fail (we already have an
open timer etc..) and the logic failing would result in no
happy path therefore no Dispute message being sent.
Testing confirmed there is no requirement for the dispute to be
chained on the successful propagation of the DPT to nodes.
Both the DPT and the dispute can be attempted again by the user
if necessary. Rebroadcasting an already published DPT causes
no harm. Re-sending the dispute message also causes no harm
as there is logic to detect if it already exists and handle it
gracefully.
2023-08-18 17:51:54 -05:00
jmacxx
e208b3f0c1
Fix issue if BTC taker fee validation requested before DAO state is ready.
2023-08-16 10:18:27 -05:00
Alejandro García
a2dca3e4d4
Merge pull request #6812 from alvasw/run_ci_on_all_branches
...
Run GitHub Actions on all branches
2023-08-15 18:13:17 +00:00
Alejandro García
8a188104aa
Merge pull request #6811 from jmacxx/fix_issue_6809
...
Updated mediators new onion addresses.
2023-08-15 18:12:52 +00:00
Alejandro García
bbaf3dc879
Merge pull request #6810 from jmacxx/tx_validation_timing_issue
...
Allow Tx validation requests when the DAO state is ready.
2023-08-15 18:11:11 +00:00
Alva Swanson
744bd976a7
Run GitHub Actions on all branches
2023-08-15 19:11:08 +02:00
jmacxx
1e2fe3556b
Updated mediators new onion addresses. Fixes #6809
2023-08-15 10:47:33 -05:00
jmacxx
ec9a3b6491
Allow Tx validation requests when the DAO state is ready.
2023-08-15 08:27:15 -05:00
Alejandro García
cc183ca77d
Merge pull request #6799 from alvasw/ci_only_generate_coverage_for_master
...
Only generate coverage reports for the master branch
2023-08-09 16:07:15 +00:00
Alva Swanson
c545d84f83
Only generate coverage reports for the master branch
2023-08-09 14:33:28 +02:00
Alejandro García
c737a20367
Merge pull request #6796 from alvasw/move_jvm_args_to_build_gradle_files
...
Move JVM args to build.gradle files
2023-08-06 00:04:18 +00:00
Alejandro García
0353ff9631
Merge pull request #6795 from alvasw/gradle_apply_shadow_only_to_desktop_module
...
Gradle: Apply shadow plugin only to desktop module
2023-08-06 00:03:39 +00:00
Alejandro García
f6d7bfceb0
Merge pull request #6794 from alvasw/gradle_centralize_application_setup
...
Gradle: Centralize Application Setup
2023-08-06 00:02:25 +00:00
Alejandro García
e73596774f
Merge pull request #6793 from alvasw/seednode_disable_shadow_jar
...
Seednode: Disable ShadowJar
2023-08-06 00:00:33 +00:00
Alejandro García
3b1d79a418
Merge pull request #6792 from alvasw/gradle_move_apitest_configs_to_own_build_gradle
...
apitest: Move build configuration to its own build.gradle
2023-08-05 23:59:40 +00:00
Alejandro García
7a211600e7
Merge pull request #6790 from alvasw/gradle_move_seednode_configs_to_own_build_gradle
...
seednode: Move build configuration to its own build.gradle
2023-08-05 21:51:39 +00:00
Alva Swanson
e999e8e3af
apitest: Move JVM args definition to build.gradle
2023-08-05 19:46:14 +02:00
Alva Swanson
55f113c787
apitest: Define mainClass in application block
2023-08-05 19:45:20 +02:00
Alva Swanson
4464a2db3d
desktop: Move JVM args definition to build.gradle
2023-08-05 19:42:12 +02:00
Alva Swanson
44ab029c7e
Gradle: Apply shadow plugin only to desktop module
2023-08-05 15:18:59 +02:00
Alva Swanson
9ce8f83719
Gradle: Centralize application setup
2023-08-05 15:14:04 +02:00
Alva Swanson
46399516e3
build-logic: Create 'bisq.application' plugin
2023-08-05 15:13:31 +02:00
Alva Swanson
457c6f8a34
seednode: Remove shadowJar plugin
2023-08-05 14:59:53 +02:00
Alva Swanson
fa0f2072ba
seednode: Remove jar manifest attributes
2023-08-05 14:59:15 +02:00
Alva Swanson
168fbaa3c1
apitest: Move build configuration to its own build.gradle
2023-08-05 14:51:26 +02:00
Alva Swanson
b54fec0940
seednode: Move build configuration to its own build.gradle
2023-08-05 14:47:01 +02:00
Alejandro García
6d9586f0e0
Merge pull request #6791 from alvasw/gradle_move_statsnode_configs_to_own_build_gradle
...
statsnode: Move build configuration to its own build.gradle
2023-08-04 13:40:39 +00:00
Alejandro García
36169be1f2
Merge pull request #6789 from alvasw/gradle_centralize_javafx_setup
...
Gradle: Centralize JavaFX Setup
2023-08-04 13:35:50 +00:00
Alejandro García
e42f13f898
Merge pull request #6787 from bisq-network/dependabot/github_actions/gradle/gradle-build-action-2.7.0
...
Bump gradle/gradle-build-action from 2.6.1 to 2.7.0
2023-08-04 13:35:00 +00:00