Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No daemon or CLI in latest release (v1.9.17) #7235

Open
orangefren opened this issue Aug 19, 2024 · 8 comments · May be fixed by #7249
Open

No daemon or CLI in latest release (v1.9.17) #7235

orangefren opened this issue Aug 19, 2024 · 8 comments · May be fixed by #7249

Comments

@orangefren
Copy link

Description

Release notes for v1.9.17 have a section about the API. The section contains typos (references v1.9.16, despite being a release note for v1.9.17) and mentions a daemon.jar & cli.jar, both of which are missing from the release.

Version

v1.9.17

Steps to reproduce

Navigate to the release page for v1.9.17 and read the release notes

Expected behaviour

Provide a pre-built daemon.jar & cli.jar and build instructions to produce them locally.

Actual behaviour

Pre-built daemon.jar & cli.jar are missing. Build instructions appear nowhere to be found to produce them locally.

Screenshots

n/a

Device or machine

n/a

Additional info

I cannot use the daemon & CLI from the previous release, because they no longer find any offers.

Copy link

boring-cyborg bot commented Aug 19, 2024

Thanks for opening your first issue here!

Be sure to follow the issue template. Your issue will be reviewed by a maintainer and labeled for further action.

@Nisaba
Copy link

Nisaba commented Aug 21, 2024

+1
Please release quickly these files.
Thank you

@Nisaba
Copy link

Nisaba commented Aug 29, 2024

Still no news here ??

@kiocosta
Copy link
Contributor

kiocosta commented Sep 1, 2024

Hey @orangefren @Nisaba!
While this is not an ideal solution, I have managed to build bisq-daemon-1.9.17 and bisq-cli-1.9.17 locally.
I have not tested the outputted CLI and Daemon, but I believe it should work.

Pre-requisites

  • Git installed
  • A terminal emulator (if you are on Windows and don't know which one to use, go for Git Bash)
  • OpenJDK 15 (or at least 11): you can check the version by running java -version on your terminal. Expected output:
openjdk version "15" 2020-09-15
OpenJDK Runtime Environment (build 15+36-1562)
OpenJDK 64-Bit Server VM (build 15+36-1562, mixed mode, sharing)

If you don't get the above output, you have to install OpenJDK 15 (or 11) and then add it to your PATH variable. Check tutorials for your OS online if needed. Proceed once you can get the above output from running java -version.

Steps (tested on Linux, but should work fine on any OS):

  1. Clone the Bisq repository: git clone https://github.com/bisq-network/bisq.git
  2. CD into it cd bisq/
  3. Checkout to the appropriate version: git checkout release/v1.9.17
  4. Build the project with ./gradlew build
  5. Generate bisq-daemon-1.9.17 by running (cd daemon/package && ./create-daemon-dist.sh 1.9.17)
  6. Generate bisq-cli-1.9.17 by running (cd cli/package && ./create-cli-dist.sh 1.9.17)
  7. You should now have two zip files generated: one inside daemon/package/ and another inside cli/package/ folder
  8. Just copy and extract them wherever you like and you will get your .jar file

I have reached out the Bisq maintainers on Matrix, hopefully they will be able to provide a more definitive solution soon.
Let me know if the above works for you guys!

@Nisaba
Copy link

Nisaba commented Sep 1, 2024

Hi @kiocosta
Thank you for your feedback and for this fix, until the definitive solution, hoping soon...

@Nisaba
Copy link

Nisaba commented Sep 2, 2024

Hi,

I'm not a java developper and unfortunately I can't build these package.
Waiting feedback from Bisq maintainers quickly

@kiocosta
Copy link
Contributor

kiocosta commented Sep 3, 2024

Hi, @Nisaba!
If it's really urgent and you wish to use it, I have uploaded the built files in my Drive. You can get them here.
I have signed them with my GPG key, which you can get at caiocosta.xyz.
I recommend that you verify the signature if you intend to use it. Let me know if you need additional help.

ps: I don't intend to break any community rules, just to help. I apologize if sharing files like this is considered bad etiquette.

@Nisaba
Copy link

Nisaba commented Sep 3, 2024

Hey !
Thank you very much for your fix.

It works, I get 1.9.17 with getversion command.

Unfortunately (this probably doesn't directly concern you), but getoffers command still displays to me "no SELL USD offers found" like 1.9.16.

So I guess there is an issue also on 1.9.17 daemon that wasn't fixed, that's why it has not been posted in the release...

Hoping Bisq maintainers will have a look at this issue very soon...

@rodvar rodvar linked a pull request Sep 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants