Commit Graph

127 Commits

Author SHA1 Message Date
PhilipWafula 29b2d7084a
Adds token decimals to transaction object. 2021-11-22 19:54:29 +03:00
PhilipWafula dc454eeec8
Removes superfluous logging. 2021-11-22 19:53:46 +03:00
PhilipWafula 25f43a8e79
Shifts to retrieving token decimals from transaction object. 2021-11-22 19:53:17 +03:00
PhilipWafula 7aa2565a3f
Corrects tx insertion to statement cache. 2021-11-22 19:52:20 +03:00
PhilipWafula 5f064bf713
Corrects statement and token listing. 2021-11-22 19:51:49 +03:00
PhilipWafula 22e142a2e3
Improves callback handle to handle multi-token ops. 2021-11-22 13:26:01 +03:00
PhilipWafula 167d05667e
Bump cic-types 2021-11-22 13:25:16 +03:00
PhilipWafula c7dd285bbb
Updates statement funcs to adapt changes from multi-token env. 2021-11-22 13:24:56 +03:00
PhilipWafula 07c90cc7e5
Improves updating of session data. 2021-11-22 13:24:21 +03:00
PhilipWafula 098309f294
Updates notification handling to match multi-token env. 2021-11-22 13:23:54 +03:00
PhilipWafula 9addb901cc
Adds notion of last received and last token for ordering of the tokens list. 2021-11-22 13:22:04 +03:00
PhilipWafula b18bb959a5
Refactors cache to use versatile identifier values with multiple salts. 2021-11-22 13:21:29 +03:00
PhilipWafula 8e365ea586
Updates menu logic to adapt changes from multi-token env. 2021-11-22 13:17:39 +03:00
PhilipWafula c3ee108c8b
Adds util functions for polling against redis cache. 2021-11-22 13:16:44 +03:00
PhilipWafula b3fdd8b52c
Adds menu logic for token handling. 2021-11-22 13:16:19 +03:00
PhilipWafula eff588ad9e
Refactor balance retrieval to suite multi-token environment. 2021-11-22 13:16:01 +03:00
PhilipWafula 2c8acce80d
Add menu response handlers in view of changes to base logic 2021-11-22 13:15:24 +03:00
PhilipWafula 388f517ee3
Adds new menu navigation logic. 2021-11-22 13:14:57 +03:00
PhilipWafula 02f27cd5e8
Makes decimal explicitly declared for transactional operations. 2021-11-22 13:10:24 +03:00
PhilipWafula be31de0a8a
Adds auxiliary to handle multi-token ops. 2021-11-22 12:59:11 +03:00
PhilipWafula 444f0af057
Adds translations for multi-token menus. 2021-11-22 12:42:57 +03:00
PhilipWafula 3cad3eb515
Updates state and transitions to incorporate multi token setup. 2021-11-22 12:42:26 +03:00
PhilipWafula 74c159d7d3
Updates transitions to include multi-token env setup. 2021-11-22 12:41:21 +03:00
PhilipWafula 4f99529924
Fixes encoding error. 2021-11-05 14:11:44 +03:00
PhilipWafula 85c419e2db
Cleans up module. 2021-11-02 17:00:36 +03:00
PhilipWafula 1242a747da
Merge branch 'master' of gitlab.com:grassrootseconomics/cic-internal-integration into philip/multi-token-v1 2021-11-02 11:00:14 +03:00
Louis Holbrook 1882910a8e feat: Enable parallell contract transactions in bootstrap 2021-10-29 09:36:14 +00:00
PhilipWafula 8fd238b81d
Merge branch 'master' of gitlab.com:grassrootseconomics/cic-internal-integration into philip/multi-token-v1 2021-10-27 17:47:57 +03:00
Philip Wafula 60b6e1abdb Philip/bump ussd version 2021-10-27 14:42:49 +00:00
PhilipWafula 103b7885b1
Handles token related callback handling. 2021-10-25 21:03:46 +03:00
PhilipWafula 97b80aaf38
Make cic-types optional. 2021-10-25 21:03:18 +03:00
PhilipWafula b34ce7866c
Handles token data processing. 2021-10-25 21:01:39 +03:00
PhilipWafula bbd43473b6
Adds token helper functions. 2021-10-25 21:01:25 +03:00
PhilipWafula 3a97cf95e8
Adds token metadata handler. 2021-10-25 21:01:00 +03:00
Louis Holbrook 13fb67d2d8 feat: Split and improve contract migration steps 2021-10-20 15:02:36 +00:00
Philip Wafula 805fc56c7b Philip/ussd cic types meta tool 2021-10-15 11:21:41 +00:00
Louis Holbrook f5bfc8ace2 bug: cic-eth transaction listings 2021-10-07 15:12:35 +00:00
PhilipWafula 1a7c4deab6
Bumps cic-ussd version following token fix. 2021-09-27 14:27:10 +03:00
PhilipWafula cf64387d81
Refactors to avoid conversion of zero values to wei. 2021-09-22 11:10:33 +03:00
Philip Wafula fb8db3ffd2 Philip/ussd cli fix 2021-09-18 09:07:05 +00:00
Philip Wafula 6019143ba1 Philip/ussd demurrage 2021-09-17 11:15:43 +00:00
Philip Wafula e327af68e1 Merge branch 'philip/refactor-import-scripts' into 'master'
Consolidated ussd dataseeding script

See merge request grassrootseconomics/cic-internal-integration!252
2021-08-29 09:55:47 +00:00
Philip Wafula 92cc6a3f27 Consolidated ussd dataseeding script 2021-08-29 09:55:47 +00:00
Blair Vanderlugt 6a68d2ed32 docker vm builds 2021-08-28 16:26:16 +00:00
Louis Holbrook 56dbe8a502 Normalize tx data for backend 2021-08-28 11:10:18 +00:00
Louis Holbrook 0ced68e224 Upgrade outer tools 2021-08-27 13:13:00 +00:00
Philip Wafula 3b0113d0e4 USSD post-test bug fixes 2021-08-25 10:33:35 +00:00
Louis Holbrook 995a148c6a Upgrade cic-ussd deps 2021-08-24 15:25:11 +00:00
Blair Vanderlugt 8ac9a1e99a reverting to fffb2bc3f4 2021-08-21 13:23:43 -04:00
Blair Vanderlugt e27a49ef33 add docker swarm deployment configs and remove dependency on kaniko for ci builds 2021-08-19 12:29:41 -04:00