Use backported bitcoinj fix for release branch#7569
Closed
HenrikJannsen wants to merge 136 commits intobisq-network:release/v1.9.22from
Closed
Use backported bitcoinj fix for release branch#7569HenrikJannsen wants to merge 136 commits intobisq-network:release/v1.9.22from
HenrikJannsen wants to merge 136 commits intobisq-network:release/v1.9.22from
Conversation
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
- Updates the primary onion address for pazza83 - Adds the new refundagent3 - Removed old, deprecated onion addresses - Add and update comments with cycle numbers for better historical context
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
Replaces the Rest API for the Bisq 2 Bridge with support for push data (on new block we notify observer - no polling needed). Add burningman distribution data to API Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
As per operator's request on Matrix
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.7.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/stale](https://github.com/actions/stale) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v9.1.0...v10.0.0) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Release/v1.9.21
…odes-for-inventory-monitor Update seed nodes for inventory monitor
…dule Add bridge module
…_op_324_btcnode Remove node_op_324 btc node
…hub_actions/actions/checkout-5.0.0 Bump actions/checkout from 4.2.2 to 5.0.0
…hub_actions/actions/setup-java-5.0.0 Bump actions/setup-java from 4.7.1 to 5.0.0
…hub_actions/actions/stale-10.0.0 Bump actions/stale from 9.1.0 to 10.0.0
The getmyoffer api was deprecated in 2021.
- Throw CannotTakeOfferException instead of IllegalStateException when offer can't be taken - Make error messages user-friendly - Extract and reuse checkIsNotMyOffer, checkCanTakeOffer, checkIsBsqOffer Relates to bisq-network#7433.
PR bisq-network#7483 added the --only-funded flag to the getfundingaddresses method. This flag was added to bisq-cli and the filtering happened client-side. This change moves the filtering to the server-side, so that all API users can use the 'only-funded' option.
Bumps [actions/stale](https://github.com/actions/stale) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v10.0.0...v10.1.0) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…c_param fix: use payment-account-id param name consistently
…keoffer fix: improve findAvailableOffer
…or-addresses feat: Update mediator addresses
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
We clear the data in the dao data store for reduced memory footprint. This change was not considering the resync code which accessed the dao data in the store, which is empty after cleared. Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
Improve log Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
…applying-snapshot Fix bug with applying snapshot
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/stale](https://github.com/actions/stale) from 10.1.0 to 10.1.1. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v10.1.0...v10.1.1) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Migrate deprecated APIs and suppress compiler warnings (5)
Migrate deprecated APIs and suppress compiler warnings (6)
Migrate deprecated APIs and suppress compiler warnings (7)
Update to Gradle 8.9
…to_Gradle_8_0 build-logic: Migrate to Gradle 8.0
…hub_actions/actions/checkout-6.0.1 Bump actions/checkout from 5.0.0 to 6.0.1
…hub_actions/actions/setup-java-5.1.0 Bump actions/setup-java from 5.0.0 to 5.1.0
…hub_actions/actions/stale-10.1.1 Bump actions/stale from 10.1.0 to 10.1.1
bitcoind: Target commit a72e56f
… backport of the chainwork bugfix. See bisq-network/bitcoinj#45
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See bisq-network/bitcoinj#45