Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.29.2'
flutter-version: '3.35.4'
channel: 'stable'
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
# - uses: actions/checkout@v3
# - uses: subosito/flutter-action@v2
# with:
# flutter-version: '3.29.2'
# flutter-version: '3.35.4'
# channel: 'stable'
# cache: true
# cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
# - uses: actions/checkout@v4
# - uses: subosito/flutter-action@v2
# with:
# flutter-version: '3.29.2'
# flutter-version: '3.35.4'
# channel: 'stable'
# cache: true
# cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
git config user.email "[email protected]"
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.29.2'
flutter-version: '3.35.4'
channel: 'stable'
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-fnb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.29.2'
flutter-version: '3.35.4'
channel: 'stable'
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release-nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.29.2'
flutter-version: '3.35.4'
channel: 'stable'
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.29.2'
flutter-version: '3.35.4'
channel: 'stable'
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ build/
*_generated.rs
#*.freezed.dart
#*.g.dart
#*.reflectable.dart

# js-related
**/node_modules/
Expand Down
89 changes: 89 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,43 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2025-10-06

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_nekoton_bridge` - `v4.0.0-dev.2`](#flutter_nekoton_bridge---v400-dev2)
- [`flutter_nekoton_bridge_example` - `v3.0.0-dev.2`](#flutter_nekoton_bridge_example---v300-dev2)
- [`nekoton_bridge` - `v4.0.0-dev.2`](#nekoton_bridge---v400-dev2)

---

#### `flutter_nekoton_bridge` - `v4.0.0-dev.2`

- **REFACTOR**: remove redundant json converters.
- **FIX**: change `remainingGasTo` parameter type to `Address`.
- **FEAT**: add support for libraries in local execution and getter functions.
- **FEAT**: add `remainingGasTo` parameter to `prepareTransfer` method in `TokenWallet`.
- **FEAT**: add WalletV5R1 specific methods.

#### `flutter_nekoton_bridge_example` - `v3.0.0-dev.2`

- **FEAT**: add support for libraries in local execution and getter functions.

#### `nekoton_bridge` - `v4.0.0-dev.2`

- **FEAT**: add support for libraries in local execution and getter functions.
- **FEAT**: add `remainingGasTo` parameter to `prepareTransfer` method in `TokenWallet`.
- **FEAT**: add WalletV5R1 specific methods.


## 2025-10-02

### Changes
Expand Down Expand Up @@ -103,6 +140,58 @@ Packages with dependency updates only:

Packages with breaking changes:

- [`flutter_nekoton_bridge` - `v4.0.0-dev.1`](#flutter_nekoton_bridge---v400-dev1)
- [`flutter_nekoton_bridge_example` - `v3.0.0-dev.1`](#flutter_nekoton_bridge_example---v300-dev1)
- [`nekoton_bridge` - `v4.0.0-dev.1`](#nekoton_bridge---v400-dev1)

Packages with other changes:

- There are no other changes in this release.

---

#### `flutter_nekoton_bridge` - `v4.0.0-dev.1`

- **BREAKING** **CHORE**: sdk >=3.9.0; flutter >=3.35.0.

#### `flutter_nekoton_bridge_example` - `v3.0.0-dev.1`

- **BREAKING** **CHORE**: sdk >=3.9.0; flutter >=3.35.0.

#### `nekoton_bridge` - `v4.0.0-dev.1`

- **BREAKING** **CHORE**: sdk >=3.9.0; flutter >=3.35.0.


## 2025-08-27

### Changes

---

Packages with breaking changes:

- [`flutter_nekoton_bridge` - `v4.0.0-dev.0`](#flutter_nekoton_bridge---v400-dev0)
- [`flutter_nekoton_bridge_example` - `v3.0.0-dev.0`](#flutter_nekoton_bridge_example---v300-dev0)
- [`nekoton_bridge` - `v4.0.0-dev.0`](#nekoton_bridge---v400-dev0)

Packages with other changes:

- There are no other changes in this release.

---

#### `flutter_nekoton_bridge` - `v4.0.0-dev.0`

- **BREAKING** **CHORE**: remove `reflectable`. ([30e7a3d3](https://github.com/broxus/nekoton_bridge/commit/30e7a3d3885096004327fa1ddb9ee67eb2c298ef))

#### `flutter_nekoton_bridge_example` - `v3.0.0-dev.0`

- **BREAKING** **CHORE**: remove `reflectable`. ([30e7a3d3](https://github.com/broxus/nekoton_bridge/commit/30e7a3d3885096004327fa1ddb9ee67eb2c298ef))

#### `nekoton_bridge` - `v4.0.0-dev.0`

- **BREAKING** **CHORE**: remove `reflectable`. ([30e7a3d3](https://github.com/broxus/nekoton_bridge/commit/30e7a3d3885096004327fa1ddb9ee67eb2c298ef))
- There are no breaking changes in this release.

Packages with other changes:
Expand Down
Loading