Merge branch 'v0.8.3'

* v0.8.3:
  update version to 0.8.3
  Set esplora/waterfalls as default chain explorer backend
  Update version to 0.8.2
  Fix recommended fees calculation
  update version to 0.8.1
  Broadcast receive swap server lockup txs (#904)
This commit is contained in:
Roei Erez
2025-05-19 10:02:59 +03:00
16 changed files with 21 additions and 21 deletions

2
cli/Cargo.lock generated
View File

@@ -679,7 +679,7 @@ dependencies = [
[[package]]
name = "breez-sdk-liquid"
version = "0.8.0"
version = "0.8.3"
dependencies = [
"anyhow",
"async-trait",

8
lib/Cargo.lock generated
View File

@@ -560,7 +560,7 @@ dependencies = [
[[package]]
name = "bindings-react-native"
version = "0.8.0"
version = "0.8.3"
dependencies = [
"anyhow",
"askama 0.11.1",
@@ -786,7 +786,7 @@ dependencies = [
[[package]]
name = "breez-sdk-liquid"
version = "0.8.0"
version = "0.8.3"
dependencies = [
"anyhow",
"async-trait",
@@ -851,7 +851,7 @@ dependencies = [
[[package]]
name = "breez-sdk-liquid-bindings"
version = "0.8.0"
version = "0.8.3"
dependencies = [
"anyhow",
"breez-sdk-liquid",
@@ -870,7 +870,7 @@ dependencies = [
[[package]]
name = "breez-sdk-liquid-wasm"
version = "0.8.0"
version = "0.8.3"
dependencies = [
"anyhow",
"async-trait",

View File

@@ -24,7 +24,7 @@ members = ["bindings", "bindings/langs/react-native", "core", "wasm"]
resolver = "2"
[workspace.package]
version = "0.8.0"
version = "0.8.3"
[workspace.lints.clippy]
empty_line_after_doc_comments = "allow"

View File

@@ -1,6 +1,6 @@
[package]
name = "bindings-react-native"
version = "0.8.0"
version = "0.8.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -1,6 +1,6 @@
name: breez_liquid
description: Dart bindings for the Breez Liquid SDK
version: 0.8.0
version: 0.8.3
homepage: https://breez.technology
repository: https://github.com/breez/breez-sdk-liquid-dart
publish_to: 'none'

View File

@@ -1,4 +1,4 @@
version '0.8.0' // generated; do not edit
version '0.8.3' // generated; do not edit
group 'technology.breez.flutter_breez_liquid'
buildscript {

View File

@@ -1,4 +1,4 @@
version '0.8.0' // generated; do not edit
version '0.8.3' // generated; do not edit
group 'technology.breez.flutter_breez_liquid'
buildscript {

View File

@@ -1,4 +1,4 @@
version = '0.8.0' # generated; do not edit
version = '0.8.3' # generated; do not edit
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint flutter_breez_liquid.podspec` to validate before publishing.

View File

@@ -1,4 +1,4 @@
version = '0.8.0' # generated; do not edit
version = '0.8.3' # generated; do not edit
# We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the correct version here.

View File

@@ -1,4 +1,4 @@
version = '0.8.0' # generated; do not edit
version = '0.8.3' # generated; do not edit
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint flutter_breez_liquid.podspec` to validate before publishing.

View File

@@ -1,4 +1,4 @@
version = '0.8.0' # generated; do not edit
version = '0.8.3' # generated; do not edit
# We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the correct version here.

View File

@@ -1,6 +1,6 @@
name: flutter_breez_liquid
description: Flutter wrapper around Dart bindings for the Breez Liquid SDK
version: 0.8.0
version: 0.8.3
homepage: https://breez.technology
repository: https://github.com/breez/breez-sdk-liquid-flutter
publish_to: 'none'
@@ -15,7 +15,7 @@ dependencies:
breez_liquid:
git:
url: https://github.com/breez/breez-sdk-liquid-dart
ref: v0.8.0
ref: v0.8.3
ffigen: ^18.0.0
dev_dependencies:

View File

@@ -139,7 +139,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.8.0"
versionName "0.8.3"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
buildConfigField "String", "BREEZ_API_KEY", project.property('BREEZ_API_KEY')

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-breez-sdk-liquid-example",
"version": "0.8.0",
"version": "0.8.3",
"private": true,
"scripts": {
"clean": "rm -rf /tmp/metro-* && yarn start --reset-cache",
@@ -13,7 +13,7 @@
"rebuild": "rm -rf node_modules && yarn && yarn pods"
},
"dependencies": {
"@breeztech/react-native-breez-sdk-liquid": "0.8.0",
"@breeztech/react-native-breez-sdk-liquid": "0.8.3",
"@dreson4/react-native-quick-bip39": "^0.0.5",
"react": "18.1.0",
"react-native": "0.70.15",

View File

@@ -1,6 +1,6 @@
{
"name": "@breeztech/react-native-breez-sdk-liquid",
"version": "0.8.0",
"version": "0.8.3",
"description": "React Native Breez Liquid SDK",
"repository": "https://github.com/breez/breez-sdk-liquid",
"author": "Breez <contact@breez.technology> (https://github.com/breez)",

View File

@@ -1,6 +1,6 @@
{
"name": "@breeztech/breez-sdk-liquid",
"version": "0.8.0",
"version": "0.8.3",
"description": "Breez Liquid SDK",
"repository": "https://github.com/breez/breez-sdk-liquid",
"author": "Breez <contact@breez.technology> (https://github.com/breez)",