feat: add 3rd party services splash screen
feat: add sumsub as a configurable 3rd party service
feat: sumsub config loader
fix: small fixes
feat: add external validation as a compliance trigger
feat: add external validation route in l-s
feat: add external validation graphql module
feat: integrate sumsub SDK
feat: improve sumsub form to allow adding multiple applicant levels with enhanced UX
feat: added support for array fields in FormRenderer
feat: allow external validation triggers to dynamically use levels setup in the services page
fix: multiple small fixes
feat: get external compliance customer info
fix: small fixes
feat: add informational card in customer profile regarding external service info
feat: send external customer data for machine trigger verification
feat: restrictions to the creation of custom info requests and external validation triggers
fix: allow for a single applicant level to be setup
fix: account instance access
fix: small fixes
fix: development-only log
fix: make changes to db event handler to receive more complex payloads
feat: machine actions previously on REST now work based on notifications
feat: state middleware now operates based on operatorId as well
chore: remove old localAppRoutes related code
Chore: fiatBalancesNotify refactor
Chore: removed now-unused code in some files
Feat: change column "detail" in database to use jsonb
Chore: add notification center background and button
Chore: notifications screen scaffolding
Fix: change position of notification UI
Feat: join backend and frontend
Feat: notification icons and machine names
Feat: add clear all button, stripe overlay on invalid notification
Fix: rework notification styles
Feat: use popper to render notifications
Feat: make notification center UI
Fix: fix css on notification center
Fix: fix invalidateNotification
Chore: apply PR requested changes
Fix: PR fixes
Fix: make toggleable body/root styles be handled by react
Chore: delete old notifier file
Fix: undo variable name changes for cryptobalance notifs
* feat: changed old server ports so it can coexists with the new server
feat: removed deleted references from old server
feat: created reset and migrate mutations on gql server and
correspondent functions on new settings loader
feat: created front end for the config migration with reset and migrate
functionalities
style: add spacing between buttons
* feat: added ALL_COINS option to the commissions migration
fix: only compare arrays when both variables are arrays
fix: 'all coins' must be on a array to work
Signed-off-by: Liordino Neto <liordinoneto@gmail.com>
Co-authored-by: Liordino Neto <liordinoneto@gmail.com>
feat: removed deleted references from old server
feat: created reset and migrate mutations on gql server and
correspondent functions on new settings loader
feat: created front end for the config migration with reset and migrate
functionalities
style: add spacing between buttons
Signed-off-by: Liordino Neto <liordinoneto@gmail.com>
feat: adapted the new settings loader to work with the db instead of
the json file
fix: fixed the schema migration file
fix: updated accounts to work with the db
fix: fetch only data with the new schema version
fix: change the account saving process so there's no more than one
account record
chore: removed unnecessary TODO comments
fix: replaced an error throwing with a Promise reject
fix: when looking for the latest config, don't limit it to the new ones
fix: fix function names on gql server
fix: remove duplicate import
fix: return an empty object when there's no schema_version 2 config yet