Skip to content

Releases: encointer/encointer-wallet-flutter

v1.13.0

21 Feb 01:57
Compare
Choose a tag to compare

What's Changed since v1.12.1

[UX]

[Technical]

  • bump encointer-node/client images in CI and scripts (#1641) @clangenb

v1.12.1

06 Feb 07:13
Compare
Choose a tag to compare

What's Changed since v1.12.0

‼️ High Priority Release

  • fix sending large extrinsic payloads by updating our polkadart fork. (#1637) @clangenb

[Bug Fixes]

  • fix sending large extrinsic payloads by updating our polkadart fork. (#1637) @clangenb

[Technical]

  • [CI] bump workflow actions to use node-v20 runtime (#1634) @clangenb
  • [CI] use Github Actions native concurrency to cancel workflows instead of the cancel-workflow-action (#1633) @clangenb

v1.12.0

31 Jan 07:05
Compare
Choose a tag to compare

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]

[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

08 Dec 06:27
Compare
Choose a tag to compare

What's Changed since v1.11.5

[Bug Fixes]

v1.11.5

07 Dec 05:27
Compare
Choose a tag to compare

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]

  • Introduce optional Blockhash at argument for all getters and use best block instead of finalized block for getters and tx's (#1588) @clangenb
  • Use dart for encointer balance getter (#1587) @clangenb
  • Use dart only for the faucet (#1579) @clangenb

v1.11.4

01 Dec 05:47
Compare
Choose a tag to compare

What's Changed since v1.11.3

‼️ High Priority Release

[Bug Fixes]

v1.11.3

30 Nov 11:42
Compare
Choose a tag to compare

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 and remainingNewbieTicketsPerBootstrapper (#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

21 Nov 00:32
Compare
Choose a tag to compare

What's Changed since v1.11.1

‼️ High Priority Release

  • fix: reconnecting websocket checks connection state on each request (#1553) @clangenb

[Bug Fixes]

  • fix: reconnecting websocket checks connection state on each request (#1553) @clangenb

[Technical]

v1.11.1

30 Oct 02:17
Compare
Choose a tag to compare

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]

  • [meetup_location_view] remove location index from app bar (#1535) @clangenb

[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

03 Oct 08:11
Compare
Choose a tag to compare

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]