Skip to content

Commit

Permalink
Merge pull request #14 from polkawallet-io/gov2
Browse files Browse the repository at this point in the history
Gov2
  • Loading branch information
RomeroYang authored Feb 14, 2023
2 parents c7b7d05 + e988beb commit 3ccc8da
Show file tree
Hide file tree
Showing 21 changed files with 2,034 additions and 392 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.5.2] - 20230214.

* bump polkawallet_sdk: 0.5.2.
* add gov2 referenda pages.

## [0.5.1] - 20221220.

* bump polkawallet_sdk: 0.5.1.
Expand Down
Binary file removed assets/images/gov/Commonwealth.png
Binary file not shown.
Binary file removed assets/images/gov/Polkascan.png
Binary file not shown.
Binary file removed assets/images/gov/Polkassembly.png
Binary file not shown.
Binary file removed assets/images/gov/Subscan.png
Binary file not shown.
2 changes: 0 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import 'package:polkawallet_sdk/storage/types/keyPairData.dart';
import 'package:polkawallet_sdk/utils/i18n.dart';
import 'package:polkawallet_ui/components/passwordInputDialog.dart';
import 'package:polkawallet_ui/pages/accountListPage.dart';
import 'package:polkawallet_ui/pages/qrSenderPage.dart';
import 'package:polkawallet_ui/pages/scanPage.dart';
import 'package:polkawallet_ui/pages/txConfirmPage.dart';

Expand Down Expand Up @@ -144,7 +143,6 @@ class _MyAppState extends State<MyApp> {
SelectListPage.route: (_) => SelectListPage(),
TxConfirmPage.route: (_) =>
TxConfirmPage(_network, _keyring, getPassword),
QrSenderPage.route: (_) => QrSenderPage(_network, _keyring),
ScanPage.route: (_) => ScanPage(_network, _keyring),
AccountListPage.route: (_) => AccountListPage(_network, _keyring),
...res,
Expand Down
Loading

0 comments on commit 3ccc8da

Please sign in to comment.