Commit Graph

776 Commits

Author SHA1 Message Date
philip 1348d42bb1
Merge "origin/master" into "philip/clean-up" 2022-01-04 19:10:34 +03:00
Philip Wafula 03c7c1ddbc Merge branch 'lash/improve-cache' into 'master'
refactor: Improve cic-cache

See merge request grassrootseconomics/cic-internal-integration!303
2022-01-04 16:01:03 +00:00
Louis Holbrook 104ff8a76a refactor: Improve cic-cache 2022-01-04 16:01:01 +00:00
Mohamed Sohail b5653a704c Merge branch 'lash/rules-of-engagement' into 'master'
Add updated version of old rules of engagement for core team

See merge request grassrootseconomics/cic-internal-integration!321
2022-01-03 06:36:52 +00:00
Louis Holbrook 3b6ea6db77 Add updated version of old rules of engagement for core team 2022-01-03 06:36:52 +00:00
philip b43d9618d9
Addresses remaining bullets in hardening issue. 2021-12-29 17:18:17 +03:00
philip 55266fd721
Adds system guardians 2021-12-29 17:17:13 +03:00
philip 6aa836b1d2
Integrates translation management. 2021-12-29 17:16:41 +03:00
philip 9b639c4ea9
Adds ability to temporarily cache language selection upon account creation. 2021-12-29 17:15:28 +03:00
philip 54c9fe34ce
Retires old translation files. 2021-12-29 17:14:24 +03:00
philip 599c01931e
Makes language list dynamic-ish. 2021-12-29 17:13:57 +03:00
philip c2c7eb5e6d
Adds ability to select language before creating account. 2021-12-29 17:10:25 +03:00
nolash 7618abcda3
Bump deps 2021-12-22 21:31:39 +00:00
nolash 94d8ddb164
Amend okota dependency conflict 2021-12-22 20:34:12 +00:00
nolash 7f958d4be8
Rehabiliate test for balance incoming check (already counted from PENDING state) 2021-12-22 20:23:02 +00:00
nolash 03b06ca8c1 Merge remote-tracking branch 'origin/master' into lash/improve-cache 2021-12-22 20:09:54 +00:00
nolash 14449f5c6d
Rehabilitate tests for cic-eth 2021-12-22 20:02:05 +00:00
nolash 15618fa061
Rehabilitate tests after url format change 2021-12-22 19:12:08 +00:00
Philip Wafula 7d3ff89fe5 Merge branch 'lash/token-checksum-address-fix' into 'master'
bug: Normalize token addresses in db for erc20 operations

See merge request grassrootseconomics/cic-internal-integration!304
2021-12-22 18:25:29 +00:00
Louis Holbrook dceae4e5d8 bug: Normalize token addresses in db for erc20 operations 2021-12-22 18:25:29 +00:00
Philip Wafula 46a4ccfd9c Merge branch 'lash/bloxberg-seeding' into 'master'
migrations: Enable deployment and data seeding to Bloxberg

See merge request grassrootseconomics/cic-internal-integration!301
2021-12-22 18:24:05 +00:00
Louis Holbrook d7c4cb71eb migrations: Enable deployment and data seeding to Bloxberg 2021-12-22 18:24:05 +00:00
nolash 3a52a78e93
Change poker method 2021-12-21 14:23:33 +00:00
nolash 6562d37a30
Add demurrage poker script 2021-12-21 14:19:26 +00:00
nolash c5efa56885
Loosen requirements restrictions, fix missing explicit nonce in global contract deploy last step 2021-12-21 14:18:09 +00:00
philip d6346bb87b
Merge "origin/master" into "lash/improve-cache" 2021-12-20 11:14:04 +03:00
philip 9050d331cd
Bumps lib versions 2021-12-20 11:12:39 +03:00
philip 99997df248
Bumps deps 2021-12-20 11:11:23 +03:00
philip d04a4bf5c6
Adds missing import: tempfile 2021-12-20 11:10:35 +03:00
philip 43c49dd527
Adds minor fixes:
- Added appropriate imports:
  - from okota.token_index.index import to_identifier
  - from cic_eth.error import SignerError
- cleaned up balance func.
2021-12-20 11:07:41 +03:00
philip 511557c242
Cleaned up docker-compose.yml:
- Added ETH_MIN_FEE_LIMIT.
- Removed "" from callback task definitions.
2021-12-20 11:03:23 +03:00
philip 887799962f
Couldn't get `python setup.py install` to work without it fussing:
```
 => => # Processing dependencies for cic-cache==0.3.1
 => => # Searching for eth-contract-registry~=0.7.1a2
 => => # Reading https://pypi.org/simple/eth-contract-registry/
 => => # Couldn't retrieve index page for 'eth-contract-registry'
 => => # Scanning index of all packages (this may take a while)
 => => # Reading https://pypi.org/simple/
```
2021-12-20 11:01:39 +03:00
philip 3acc3cf417
Bumps deps. 2021-12-20 10:58:21 +03:00
philip ceeb246ce2
Retires unused override_requirements.txt file. 2021-12-20 10:56:30 +03:00
philip 45499ec839
Refactor to match proof checked for by verify_proofs task. 2021-12-20 10:56:01 +03:00
philip 77bdee049c
Adds token decimals to demurrage token deployment. 2021-12-20 10:54:28 +03:00
Blair Vanderlugt b15cfee1c9 Merge branch 'sohail/pip-url-fix' into 'master'
fix: update default pip to new url

Closes #171

See merge request grassrootseconomics/cic-internal-integration!316
2021-12-10 14:55:50 +00:00
Mohamed Sohail efb1967f46 fix: update default pip to new url 2021-12-10 14:55:50 +00:00
Will Ruddick 019824d1f4 Merge branch 'bvander/docs-updates' into 'master'
documentation: updated the docs with new links and getting started

See merge request grassrootseconomics/cic-internal-integration!314
2021-12-09 09:20:03 +00:00
Blair Vanderlugt d4c7fd3d7e documentation: updated the docs with new links and getting started 2021-12-09 09:20:03 +00:00
nolash 0cf6489f49 Merge remote-tracking branch 'origin/master' into lash/improve-cache 2021-12-08 06:44:31 +01:00
nolash 31256b3650
Remove custom port in pip url in dockers 2021-12-07 21:54:04 +01:00
nolash 380550cb84
Add higher fee limit in base task 2021-12-07 21:45:07 +01:00
nolash a356585c6a
Remove port from pip 2021-12-06 17:45:44 +01:00
nolash 4809bc8c22
Bump confini 2021-12-06 14:21:26 +01:00
nolash 760f618943
WIP upgrade deps 2021-12-04 11:39:13 +01:00
Blair Vanderlugt 4b87a40cc2 Fixing path because it was messed up in the mr 2021-12-02 20:52:06 +00:00
Blair Vanderlugt 9f9d557c73 Merge branch 'blairv/bug-template' into 'master'
Update bug.md

See merge request grassrootseconomics/cic-internal-integration!313
2021-12-02 20:49:00 +00:00
Blair Vanderlugt 9814da78b8 Update bug.md 2021-12-02 20:47:11 +00:00
Philip Wafula cd102807a6 Merge branch 'philip/social-pin-recovery' into 'master'
Philip/social pin recovery

See merge request grassrootseconomics/cic-internal-integration!311
2021-11-29 21:24:38 +00:00