Skip to content

Releases: lnflash/flash

v0.7.27 Release

23 Feb 15:55
52ab5ea

Choose a tag to compare

Features

  • AccountUpgradeRequest create and query (#281)

v0.7.26 Release

19 Feb 19:12
7056dc3

Choose a tag to compare

dev: rewrite tests for AccountUpgradeRequest logic (#280)

v0.7.25 Release

19 Feb 15:28
c7b39c0

Choose a tag to compare

Change types and interfaces for AccountUpgradeRequest (#278)

- Creates GQL Inputs for Address and Bank Account, which map to ErpNext
DocTypes
- Splits `BusinessUpgradeRequestInput` into a `ProUpgradeRequest` &
`MerchantUpgradeRequest`
- Simplifies Validation logic using existing `validator`
- Removes automatic upgrades for Pro
- set terminalsRequested as an int (validation asserts max of 1)
- updates return values with the request id so that it can be later
queried/handled

v0.7.24 Release

14 Feb 02:56
89f72a8

Choose a tag to compare

dev: Refactor Graphql SuccessResponse to stay DRY (#277)

Defines standard SUCCESS_RESPONSE for graphql that maps to the
SuccessPayload

v0.7.23 Release

12 Feb 19:53
2f7912e

Choose a tag to compare

Fix: Supported banks error response (#276)

Map the BankQueryError to a Graphql Error

v0.7.22 Release

12 Feb 19:43
2f7912e

Choose a tag to compare

Fix: Supported banks error response (#276)

Map the BankQueryError to a Graphql Error

v0.7.21 Release

12 Feb 16:48
025379f

Choose a tag to compare

Features

  • Add fields to AccountUpgradeRequest (#274)

v0.7.20 Release

10 Feb 14:15
8b6dfe7

Choose a tag to compare

Features

  • Add supportedBanks query (#269)

v0.7.19 Release

09 Feb 17:32
dca7ff7

Choose a tag to compare

dev: Upgrade to frappe-flash 0.0.4 & add migration to restore (#272)

v0.7.18 Release

04 Feb 15:53
87a97ac

Choose a tag to compare

Onchain Payment Refactor and Validator (#268)

* Onchain Validator with Types

* Block usage of Btc denominated mutation & call payOnchain function direct

* fix circular dependencies & add unit tests