Skip to content

Conversation

@qlrd
Copy link
Contributor

@qlrd qlrd commented Jun 13, 2025

What is the purpose of this pull request?

  • Bug fix
  • Documentation update
  • New feature
  • Test
  • Other: adjust rpc stop return message.

Which crates are being modified?

  • floresta-chain
  • floresta-cli
  • floresta-common
  • floresta-compact-filters
  • floresta-electrum
  • floresta-watch-only
  • floresta-wire
  • floresta
  • florestad
  • Other:

Description

  • change return string "florestad stopping" to "Floresta stopping";
  • added a docstring for stop rpc command compliant with core;
  • include bitcoin core to stop test.

Notes to the reviewers

The Bitcoin Core stop rpc command return the message 'Bitcoin Core stopping' and our stop message retuns a little different message ('florestad stopping').

Author Checklist

  • I've followed the contribution guidelines
  • I've verified one of the following:
    • Ran just pcc (recommended but slower)
    • Ran just lint-features '-- -D warnings' && cargo test --release
    • Confirmed CI passed on my fork
  • I've linked any related issue(s) in the sections above

@Davidson-Souza Davidson-Souza added bug Something isn't working functional tests RPC Changes something with our JSON-RPC interface labels Jun 13, 2025
@qlrd qlrd changed the title Fix stop rpc [RPC] Change the stop return value to be compliant wit Bitcoin Core Jun 13, 2025
@qlrd qlrd force-pushed the fix-stop-rpc branch 4 times, most recently from b11c846 to 44719aa Compare June 13, 2025 17:21
@jaoleal
Copy link
Collaborator

jaoleal commented Jun 13, 2025

can you retrigger the CI @qlrd

qlrd added 2 commits June 13, 2025 22:35
* change return string "florestad stopping" to "Floresta stopping";
* change the string value on its unit test;
* added a docstring for `stop` rpc command compliant with core.
@qlrd
Copy link
Contributor Author

qlrd commented Jun 14, 2025

can you retrigger the CI @qlrd

yup, sorry, the pcc wasn't passing due to my lack of attention in its unit test (just ran just lint-features)

Copy link
Member

@Davidson-Souza Davidson-Souza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 6ac2453

@Davidson-Souza Davidson-Souza merged commit 868ba4e into vinteumorg:master Jun 14, 2025
10 checks passed
@qlrd qlrd deleted the fix-stop-rpc branch August 13, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working functional tests RPC Changes something with our JSON-RPC interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants