Commit Graph

35 Commits

Author SHA1 Message Date
woodser
6ad30e646b update to jfx 16 to fix segfault in legacy ui 2022-10-27 08:06:18 -04:00
woodser
14c5384edc update to monero-java v0.7.6 to fix jackson dependency 2022-10-14 16:02:08 -04:00
duriancrepe
2eb275281e fix packageInstallers for all platforms 2022-10-12 10:42:34 -04:00
duriancrepe
9975d7398b
upgrade to Gradle 7.3.3 (#439)
* upgrade to Gradle 7.3.3

* add verification hashes for mac and windows

* add verification hash for windows
2022-09-19 08:59:57 -04:00
erciccione
a31cb74230 remove what's left of git lfs 2022-09-17 07:52:47 -04:00
woodser
bdaa054c95 update to monero-java v0.7.4 2022-08-30 10:25:45 -04:00
woodser
3753a42023 update to monero-project v0.18.0.0, monero-java v0.7.2 2022-08-08 13:45:46 -04:00
jmacxx
14a03f3027 Upgrade XChange 5.0.13, remove BitBay CoinPaprika add CoinbasePro.
Co-Authored-by: jmacxx <47253594+jmacxx@users.noreply.github.com>
2022-07-31 14:50:37 -04:00
woodser
20915ac15e set version to 0.0.1 2022-07-16 18:23:02 -04:00
erciccione
50d8346d48 deps: update to netlayer 0.7.3
Co-authored-by: chimp1984 <chimp1984@gmx.com>
2022-07-08 11:39:12 -04:00
woodser
e2208355b1
support local, stagenet, and mainnet xmr network configuration (#335)
remove btc wallet
disable local zmq
2022-07-07 09:10:59 -04:00
woodser
88578bed10 general rebase in order to update payment methods and desktop app
Co-authored-by: Alva Swanson <alvasw@protonmail.com>
Co-authored-by: andyheko <haoen.ko@gmail.com>
Co-authored-by: Bisq GitHub Admin <51445974+bisq-github-admin-3@users.noreply.github.com>
Co-authored-by: BtcContributor <79100296+BtcContributor@users.noreply.github.com>
Co-authored-by: cd2357 <cd2357@users.noreply.github.com>
Co-authored-by: chimp1984 <chimp1984@gmx.com>
Co-authored-by: Chris Beams <chris@beams.io>
Co-authored-by: Christoph Atteneder <christoph.atteneder@gmail.com>
Co-authored-by: Devin Bileck <603793+devinbileck@users.noreply.github.com>
Co-authored-by: ghubstan <36207203+ghubstan@users.noreply.github.com>
Co-authored-by: Huey <hueydane@gmail.com>
Co-authored-by: Jakub Loucký <jakub.loucky@outlook.cz>
Co-authored-by: jmacxx <47253594+jmacxx@users.noreply.github.com>
Co-authored-by: KanoczTomas <tomas.kanocz@cnl.sk>
Co-authored-by: m52go <735155+m52go@users.noreply.github.com>
Co-authored-by: Marcus0x <marcus0x@xrhodium.org>
Co-authored-by: MarnixCroes <93143998+MarnixCroes@users.noreply.github.com>
Co-authored-by: Martin Harrigan <martinharrigan@gmail.com>
Co-authored-by: MwithM <50149324+MwithM@users.noreply.github.com>
Co-authored-by: sqrrm <sqrrm@users.noreply.github.com>
Co-authored-by: Stan <36207203+ghubstan@users.noreply.github.com>
Co-authored-by: Stephan Oeste <emzy@emzy.de>
Co-authored-by: Steven Barclay <stejbac@gmail.com>
Co-authored-by: WAT <shiido.it@gmail.com>
Co-authored-by: wiz <j@wiz.biz>
Co-authored-by: xyzmaker123 <84982606+xyzmaker123@users.noreply.github.com>
2022-05-28 13:56:29 -04:00
woodser
2da77de41b update lombok to fix eclipse refactor > rename issue 2022-05-16 13:33:07 -04:00
woodser
e4a8aa45e7 update to monero-java v0.7.0 2022-05-10 09:54:37 -04:00
erciccione
e49aef88d5 deps: update tor to 0.4.5.10 (netlayer 0.7.2)
https://github.com/bisq-network/netlayer/releases/tag/0.7.2
2022-04-03 12:11:13 -04:00
woodser
e864210f4b update price node from upstream, fix XMR price, default port 8078
Co-authored-by: Christoph Atteneder <christoph.atteneder@gmail.com>
Co-authored-by: wiz <j@wiz.biz>
Co-authored-by: jmacxx <47253594+jmacxx@users.noreply.github.com>
Co-authored-by: Stephan Oeste <emzy@emzy.de>
Co-authored-by: Chris Beams <chris@beams.io>
2022-02-16 11:59:21 -05:00
woodser
71a592cbb8
update to monero-java v0.6.4 (#237) 2022-02-06 12:10:08 -05:00
Přemek Vyhnal
3552fb77bd
run haveno_deps script on gradle build instead of from make (#230)
Closes #184

Maybe it would be "nicer" to download the binaries with a gradle task utilising gradle tasks' inputs and outputs but that's for someone more skilled with gradle
2022-02-06 11:37:47 -05:00
Přemek Vyhnal
17d109a15e
replace witness plugin with gradle dependency checksum verification (#223)
* replace witness plugin with gradle builtin dependency checksum verification

I noticed that a recent dependency change didn't needed checksum change. It was because the witness plugin only checked the listed checksums, not all the dependencies. If the dependency was not on the list, the new checksum was not verified.

Gradle now has its own verification mechanism, see https://docs.gradle.org/current/userguide/dependency_verification.html

After a dependency is added or a version is changed, the checksums could be regenerated using the following command.

```
gradle --write-verification-metadata sha256 help
````

 The help task is just used to discover as much as possible dependencies, and if subsequent builds fail with a verification error, you can re-execute generation with the appropriate tasks to "discover" more dependencies

 I verified that all the checksums from the removed file are present in the new one.

jcenter repository (used only for gradle shadow plugin) is replaced with gradlePluginPortal. jcenter is shutting down anyway and the checksums for shadow plugin and its dependencies were not added automatically to the xml file for some reason.

* add javadoc and source as trusted artifacts

Co-authored-by: woodser <woodser@protonmail.com>
2022-02-06 11:36:58 -05:00
erciccione
6ea642555e send coverage results to codacy after every successful ci build 2022-01-20 11:29:11 -05:00
woodser
295e20bf04 update to monero-java 0.6.3 supporting set_daemon with authentication 2022-01-19 20:00:05 -05:00
premek
a7a515ec94 substitute jtorctl transitive dependency to resolve checksum issues
on jitpack versions can be built from git tags or commits. Tag 1.5 and commit 9b5ba2036b points to exactly the same code. Lets see if this change resolves the issues when version 2 versions 1.5 were cached somewhere with different checksums
2022-01-17 08:53:33 -05:00
woodser
7b6b92d894 update to monero-java 0.6.0 with api updates & connection manager fixes 2022-01-14 16:33:56 -05:00
woodser
8dc4f63ca8 update monero-java to 0.5.11 2021-12-31 11:02:39 -05:00
woodser
1be8e53ee9 rename classes and executables from Bisq* to Haveno* 2021-12-16 13:33:12 -05:00
woodser
abfc0503fa update to monero-java v0.5.9 which supports monero-project v0.17.3.0
support `make funding-wallet` for api tests
2021-12-03 12:09:46 -05:00
woodser
4000fdc1e5 show warnings from wallet disconnect on manual shutdown, not stacktraces
quick build haveno apps with `make haveno-apps`
upgrade to monero-java 0.5.8
2021-11-13 12:58:54 -05:00
l0nelyc0w
cefba8e4b5 remove DAO
Co-authored-by: premek <1145361+premek@users.noreply.github.com>
2021-10-20 06:19:52 -04:00
woodser
58696fe633 update to monero-java 0.5.5 2021-09-07 11:47:09 -04:00
woodser
86f7d090b6 implement protocol v2 2021-09-07 11:47:09 -04:00
woodser
c0e7202f06 compile specific version of jackson 2021-07-24 07:59:26 -04:00
Přemek Vyhnal
bd8f210080
rename bisq-* executables to haveno-* (#63) 2021-05-10 22:12:09 -04:00
woodser
4c8ad5d952
lfs files are testnet (#51) 2021-05-07 11:01:58 -04:00
woodser
a22edd60f8 Haveno 2021-05-04 22:49:48 -04:00
woodser
8a38081c04 Bisq 2021-05-04 20:20:01 -04:00