Skip to content

Commit

Permalink
release 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Aug 8, 2022
1 parent 6e4d318 commit 752872e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 23 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
5. 历史记录增加按事件筛选功能 #298
6. Swap模块taiga token兑换记录标记。 #305
7. 支持 Statemint 插件,以便在后续支持 WBTC,WETH 跨链 #221
8. ACA 质押挖矿奖励 ACA-aUSD LP 的 APR 修复
9. 新增 bridge 模块 #182
10. DApp 签名账户判断优化,支持任何地址格式。

# [3.3.3-beta] - 20220720
1. taiga LP 页面图标更新.
Expand Down
4 changes: 2 additions & 2 deletions lib/pages/assets/asset/assetPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ import 'package:polkawallet_ui/components/listTail.dart';
import 'package:polkawallet_ui/components/v3/back.dart';
import 'package:polkawallet_ui/components/v3/borderedTitle.dart';
import 'package:polkawallet_ui/components/v3/cardButton.dart';
import 'package:polkawallet_ui/components/v3/dialog.dart';
import 'package:polkawallet_ui/components/v3/index.dart' as v3;
import 'package:polkawallet_ui/components/v3/roundedCard.dart';
import 'package:polkawallet_ui/pages/accountQrCodePage.dart';
import 'package:polkawallet_ui/utils/format.dart';
import 'package:polkawallet_ui/utils/i18n.dart';
import 'package:polkawallet_ui/utils/index.dart';
import 'package:polkawallet_ui/components/v3/dialog.dart';
import 'package:polkawallet_ui/components/v3/roundedCard.dart';

class AssetPage extends StatefulWidget {
AssetPage(this.service);
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ packages:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "1.1.0"
code_builder:
dependency: transitive
description:
Expand Down Expand Up @@ -373,7 +373,7 @@ packages:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
version: "1.3.0"
ffi:
dependency: transitive
description:
Expand Down Expand Up @@ -1446,7 +1446,7 @@ packages:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.1"
version: "1.2.0"
test_api:
dependency: transitive
description:
Expand Down
36 changes: 18 additions & 18 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ dependencies:
polkawallet_plugin_kusama:
git:
url: https://github.com/polkawallet-io/polkawallet_plugin_kusama.git
ref: 0d793bdbd95a76a3088b161d325de87a5db9da1d
ref: c80eca534d3041ab1f2ff1674febbf63fb6c1e24
polkawallet_plugin_acala:
git:
url: https://github.com/AcalaNetwork/polkawallet_plugin_acala.git
ref: 06994d689d8a92e7621b0f89bd0a181024ecb8a1
ref: a609b218b4b93743c77016841d8ffc8e29ba8898
polkawallet_plugin_karura:
git:
url: https://github.com/AcalaNetwork/polkawallet_plugin_karura.git
ref: 03eb437bb059f5bc1e3988df5ac6bbca0e659bf9
ref: 9c8bf1aba91caa69d1fd8cdd5dbfd28cf20962bf
polkawallet_plugin_statemine:
git:
url: https://github.com/polkawallet-io/polkawallet_plugin_statemine.git
ref: e2a9fc66914153a24b18a99c99b9895e96837c3f
ref: 8ae288145247607b3fc67deca7d7f64016d8bf56
polkawallet_plugin_bifrost:
git:
url: https://github.com/bifrost-finance/polkawallet_plugin_bifrost.git
Expand Down Expand Up @@ -100,20 +100,20 @@ dependencies:
sticky_headers: ^0.2.0

dependency_overrides:
polkawallet_plugin_kusama:
path: ../../coding/polkawallet/polkawallet_plugin_kusama
polkawallet_plugin_acala:
path: ../../coding/polkawallet/polkawallet_plugin_acala
polkawallet_plugin_karura:
path: ../../coding/polkawallet/polkawallet_plugin_karura
polkawallet_plugin_statemine:
path: ../../coding/polkawallet/polkawallet_plugin_statemine
# polkawallet_ui: ^0.4.7
# polkawallet_sdk: ^0.4.7
polkawallet_ui:
path: ../../coding/polkawallet/ui
polkawallet_sdk:
path: ../../coding/polkawallet/sdk
# polkawallet_plugin_kusama:
# path: ../../coding/polkawallet/polkawallet_plugin_kusama
# polkawallet_plugin_acala:
# path: ../../coding/polkawallet/polkawallet_plugin_acala
# polkawallet_plugin_karura:
# path: ../../coding/polkawallet/polkawallet_plugin_karura
# polkawallet_plugin_statemine:
# path: ../../coding/polkawallet/polkawallet_plugin_statemine
polkawallet_ui: ^0.4.9
polkawallet_sdk: ^0.4.9
# polkawallet_ui:
# path: ../../coding/polkawallet/ui
# polkawallet_sdk:
# path: ../../coding/polkawallet/sdk
transformer_page_view:
git:
url: https://github.com/polkawallet-io/transformer_page_view.git
Expand Down

0 comments on commit 752872e

Please sign in to comment.