Releases: encointer/encointer-wallet-flutter
Releases · encointer/encointer-wallet-flutter
v1.13.0
v1.12.1
What's Changed since v1.12.0
‼️ High Priority Release
[Bug Fixes]
[Technical]
v1.12.0
What's Changed since v1.11.6
Major technical revamp by removing the JS-webview and moving all blockchain communication onto the dart side. Major stability and responsiveness increase expected.
[Bug Fixes]
- Improve PIN handling for creating and importing accounts (#1623) @clangenb
- Fix potential
NoReputation
error in faucet. (#1609) @clangenb - fix reputation count on profile page (#1606) @clangenb
- Fix switching networks (#1602) @clangenb
- [contact_detail_page] prevent red screen in case no community is chosen (#1600) @clangenb
[Technical]
- Remove webview and JS-related code (#1630) @clangenb
- Bump polkadart to get type safety in extrinsic call api (#1629) @clangenb
- Create and sign xts in dart (#1626) @clangenb
- bump codegen dependencies (#1622) @clangenb
- Create and sign proof of attendance in dart (#1620) @clangenb
- [ReapVoucher] Minor refactoring and move reap voucher prechecks from JS to dart (#1619) @clangenb
- Create accounts in dart instead of JS (#1618) @clangenb
- Simplify and
getTxPaymentAsset
(#1617) @clangenb - key account management in dart and account encryption refactoring (#1614) @clangenb
- Properly define
AccountData
for more ergonomic usage (#1615) @clangenb - [integration_tests] use correct screenshot function in some cases; fix crash scanner screenshot test (#1613) @clangenb
- bump flutter to v3.16.4 (#1593) @clangenb
- Catch exception during biometrics process and fallback to PIN dialog in this case. (#1610) @clangenb
- [JS] remove failing gesell genesis hash test, which is going to be obsolete soon anyhow. (#1607) @clangenb
- [CI] remove macos install hack for colima (#1594) @clangenb
v1.11.6
v1.11.5
What's Changed since v1.11.4
[Bug Fixes]
- [assetsApi] fix native balance getter (#1586) @clangenb
- Show non-zero balances of all prevously chosen communities in non-dev mode (#1585) @clangenb
[UX]
- Introduce optional
Blockhash at
argument for all getters and use best block instead of finalized block for getters and tx's (#1588) @clangenb - Show non-zero balances of all prevously chosen communities in non-dev mode (#1585) @clangenb
[Technical]
v1.11.4
v1.11.3
What's Changed since v1.11.2
[Technical]
hasPendingIssuance
in dart; implement getting meetup data for an account for a cindex in dart (#1571) @clangenb- Fix Fastlane location (#1572) @licaon-kter
- Replace js-subscriptions with dart (#1570) @clangenb
- Bump polkadart and remove hack for wrongly generated storage key (#1568) @clangenb
- use dart in
getNextMeetupTime
(#1569) @clangenb - use dart for
getBootstapper
,remainingNewbieTicketsPerReputable
andremainingNewbieTicketsPerBootstrapper
(#1566) @clangenb - Add ew_keyring package: (doesn't support sr25519 yet), but implements Address SS58 codec (#1565) @clangenb
- Replace simple JS getters with dart equivalents (#1560) @clangenb
v1.11.2
What's Changed since v1.11.1
‼️ High Priority Release
[Bug Fixes]
[Technical]
- Bump polkadart and create extrinsic types (#1552) @clangenb
- Fix docker and colima install in CI (#1556) @clangenb
- avoid using subdomains for openstreetmap server (#1551) @clangenb
- add
ew_encointer_utils
package and compute meetup time in dart (#1549) @clangenb - Bump flutter v3.13.8 xcode15 (#1519) @Eldar2021
- bump melos and always use the project's melos instead of the global one (#1548) @clangenb
- Fix android device tests; use macos 12 runners and switch to api level 33 (#1545) @clangenb
- Implement fixed point handling (#1543) @clangenb
- [JS] remove tee proxy stuff, removes many dependencies and polyfills (#1538) @clangenb
v1.11.1
What's Changed since v1.11.0
[Bug Fixes]
- show default community icon instead of activity indicator when no community is selected (#1528) @clangenb
- [UnregisterParticipant] fix potential dialog popping error while unregistering (#1526) @clangenb
[UX]
[Technical]
- Get basic encointer network params in initialization of webView (#1533) @clangenb
- Integrate Polkadart and send xts with polkadart (#1529) @clangenb
- show default community icon instead of activity indicator when no community is selected (#1528) @clangenb
- [substrate_api] remove unused and
genExternalLinksParams
(#1515) @clangenb - [JS] separate the creation of a signed extrinsic from its send process. (#1512) @clangenb
- [JS] add missing peer dev dependencies (#1510) @clangenb
- reintroduce install_node.sh file, which is used in the appcenter's postinstall scripts (#1508) @clangenb
v1.11.0
What's Changed since v1.10.7
[Bug Fixes]
- [AnnouncementView] fetch new announcements when the cid changes (#1505) @clangenb
- Fix some community-specific handling for non Leu/Gbd communities (#1501) @clangenb
[UX]
[Technical]
- Bump JS dependencies (#1502) @clangenb
- [JS] remove unused inquirer dev dependency (#1498) @clangenb
- [BalancesInfo] properly handle absent
frozenFee
in fromJson (#1492) @clangenb - [JS] Bump webpack and optimize webpack dependencies (#1491) @clangenb
- bump node in CI and install scripts to 18.14.2 (#1490) @clangenb
- [GHA] use macos-13 runner image and update IOS Simulators (#1488) @clangenb
- [JS] remove duplicate deps with yarn dedupe (#1487) @clangenb
- Bump flutter to v3.13.0 (#1462) @Eldar2021