Skip to content

Commit 3c6e856

Browse files
authored
Merge pull request #388 from broxus/v4
chore: v4
2 parents f240888 + dfa34aa commit 3c6e856

File tree

355 files changed

+65030
-51315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

355 files changed

+65030
-51315
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: subosito/flutter-action@v2
2424
with:
25-
flutter-version: '3.29.2'
25+
flutter-version: '3.35.4'
2626
channel: 'stable'
2727
cache: true
2828
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
@@ -73,7 +73,7 @@ jobs:
7373
# - uses: actions/checkout@v3
7474
# - uses: subosito/flutter-action@v2
7575
# with:
76-
# flutter-version: '3.29.2'
76+
# flutter-version: '3.35.4'
7777
# channel: 'stable'
7878
# cache: true
7979
# cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
@@ -127,7 +127,7 @@ jobs:
127127
# - uses: actions/checkout@v4
128128
# - uses: subosito/flutter-action@v2
129129
# with:
130-
# flutter-version: '3.29.2'
130+
# flutter-version: '3.35.4'
131131
# channel: 'stable'
132132
# cache: true
133133
# cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git config user.email "[email protected]"
3232
- uses: subosito/flutter-action@v2
3333
with:
34-
flutter-version: '3.29.2'
34+
flutter-version: '3.35.4'
3535
channel: 'stable'
3636
cache: true
3737
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}

.github/workflows/publish-release-fnb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: dart-lang/setup-dart@v1
2929
- uses: subosito/flutter-action@v2
3030
with:
31-
flutter-version: '3.29.2'
31+
flutter-version: '3.35.4'
3232
channel: 'stable'
3333
cache: true
3434
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}

.github/workflows/publish-release-nb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: subosito/flutter-action@v2
2222
with:
23-
flutter-version: '3.29.2'
23+
flutter-version: '3.35.4'
2424
channel: 'stable'
2525
cache: true
2626
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
@@ -54,7 +54,7 @@ jobs:
5454
- uses: dart-lang/setup-dart@v1
5555
- uses: subosito/flutter-action@v2
5656
with:
57-
flutter-version: '3.29.2'
57+
flutter-version: '3.35.4'
5858
channel: 'stable'
5959
cache: true
6060
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ build/
3939
*_generated.rs
4040
#*.freezed.dart
4141
#*.g.dart
42-
#*.reflectable.dart
4342

4443
# js-related
4544
**/node_modules/

CHANGELOG.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,43 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-10-06
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`flutter_nekoton_bridge` - `v4.0.0-dev.2`](#flutter_nekoton_bridge---v400-dev2)
19+
- [`flutter_nekoton_bridge_example` - `v3.0.0-dev.2`](#flutter_nekoton_bridge_example---v300-dev2)
20+
- [`nekoton_bridge` - `v4.0.0-dev.2`](#nekoton_bridge---v400-dev2)
21+
22+
---
23+
24+
#### `flutter_nekoton_bridge` - `v4.0.0-dev.2`
25+
26+
- **REFACTOR**: remove redundant json converters.
27+
- **FIX**: change `remainingGasTo` parameter type to `Address`.
28+
- **FEAT**: add support for libraries in local execution and getter functions.
29+
- **FEAT**: add `remainingGasTo` parameter to `prepareTransfer` method in `TokenWallet`.
30+
- **FEAT**: add WalletV5R1 specific methods.
31+
32+
#### `flutter_nekoton_bridge_example` - `v3.0.0-dev.2`
33+
34+
- **FEAT**: add support for libraries in local execution and getter functions.
35+
36+
#### `nekoton_bridge` - `v4.0.0-dev.2`
37+
38+
- **FEAT**: add support for libraries in local execution and getter functions.
39+
- **FEAT**: add `remainingGasTo` parameter to `prepareTransfer` method in `TokenWallet`.
40+
- **FEAT**: add WalletV5R1 specific methods.
41+
42+
643
## 2025-10-02
744

845
### Changes
@@ -103,6 +140,58 @@ Packages with dependency updates only:
103140

104141
Packages with breaking changes:
105142

143+
- [`flutter_nekoton_bridge` - `v4.0.0-dev.1`](#flutter_nekoton_bridge---v400-dev1)
144+
- [`flutter_nekoton_bridge_example` - `v3.0.0-dev.1`](#flutter_nekoton_bridge_example---v300-dev1)
145+
- [`nekoton_bridge` - `v4.0.0-dev.1`](#nekoton_bridge---v400-dev1)
146+
147+
Packages with other changes:
148+
149+
- There are no other changes in this release.
150+
151+
---
152+
153+
#### `flutter_nekoton_bridge` - `v4.0.0-dev.1`
154+
155+
- **BREAKING** **CHORE**: sdk >=3.9.0; flutter >=3.35.0.
156+
157+
#### `flutter_nekoton_bridge_example` - `v3.0.0-dev.1`
158+
159+
- **BREAKING** **CHORE**: sdk >=3.9.0; flutter >=3.35.0.
160+
161+
#### `nekoton_bridge` - `v4.0.0-dev.1`
162+
163+
- **BREAKING** **CHORE**: sdk >=3.9.0; flutter >=3.35.0.
164+
165+
166+
## 2025-08-27
167+
168+
### Changes
169+
170+
---
171+
172+
Packages with breaking changes:
173+
174+
- [`flutter_nekoton_bridge` - `v4.0.0-dev.0`](#flutter_nekoton_bridge---v400-dev0)
175+
- [`flutter_nekoton_bridge_example` - `v3.0.0-dev.0`](#flutter_nekoton_bridge_example---v300-dev0)
176+
- [`nekoton_bridge` - `v4.0.0-dev.0`](#nekoton_bridge---v400-dev0)
177+
178+
Packages with other changes:
179+
180+
- There are no other changes in this release.
181+
182+
---
183+
184+
#### `flutter_nekoton_bridge` - `v4.0.0-dev.0`
185+
186+
- **BREAKING** **CHORE**: remove `reflectable`. ([30e7a3d3](https://github.com/broxus/nekoton_bridge/commit/30e7a3d3885096004327fa1ddb9ee67eb2c298ef))
187+
188+
#### `flutter_nekoton_bridge_example` - `v3.0.0-dev.0`
189+
190+
- **BREAKING** **CHORE**: remove `reflectable`. ([30e7a3d3](https://github.com/broxus/nekoton_bridge/commit/30e7a3d3885096004327fa1ddb9ee67eb2c298ef))
191+
192+
#### `nekoton_bridge` - `v4.0.0-dev.0`
193+
194+
- **BREAKING** **CHORE**: remove `reflectable`. ([30e7a3d3](https://github.com/broxus/nekoton_bridge/commit/30e7a3d3885096004327fa1ddb9ee67eb2c298ef))
106195
- There are no breaking changes in this release.
107196

108197
Packages with other changes:

0 commit comments

Comments
 (0)