Releases: lnflash/flash
Releases · lnflash/flash
v0.7.27 Release
Features
- AccountUpgradeRequest create and query (#281)
v0.7.26 Release
dev: rewrite tests for AccountUpgradeRequest logic (#280)
v0.7.25 Release
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
dev: Refactor Graphql SuccessResponse to stay DRY (#277) Defines standard SUCCESS_RESPONSE for graphql that maps to the SuccessPayload
v0.7.23 Release
Fix: Supported banks error response (#276) Map the BankQueryError to a Graphql Error
v0.7.22 Release
Fix: Supported banks error response (#276) Map the BankQueryError to a Graphql Error
v0.7.21 Release
Features
- Add fields to AccountUpgradeRequest (#274)
v0.7.20 Release
Features
- Add supportedBanks query (#269)
v0.7.19 Release
dev: Upgrade to frappe-flash 0.0.4 & add migration to restore (#272)
v0.7.18 Release
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