Skip to content

Instantly share code, notes, and snippets.

View AddisonDunn's full-sized avatar

Addison AddisonDunn

View GitHub Profile
@AddisonDunn
AddisonDunn / save_only_edited_fields_migration_errors.txt
Created August 4, 2022 18:17
Errors in wrapping certain apps on staging
1.
Traceback (most recent call last):
File "/home/cchq/www/staging/releases/2022-08-04_14.58/corehq/apps/app_manager/management/commands/helpers.py", line 117, in _migrate_app
migrated_app = self.migrate_app(app_doc)
File "/home/cchq/www/staging/releases/2022-08-04_14.58/corehq/apps/app_manager/management/commands/migrate_to_conditional_case_update.py", line 71, in migrate_app
return wrap_app(app_doc)
File "/home/cchq/www/staging/releases/2022-08-04_14.58/corehq/apps/app_manager/dbaccessors.py", line 153, in wrap_app
return cls.wrap(app_doc)
File "/home/cchq/www/staging/releases/2022-08-04_14.58/corehq/apps/app_manager/models.py", line 4827, in wrap
@AddisonDunn
AddisonDunn / README.txt
Created June 2, 2021 20:32
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.17+commit.bdeb9e52.js&optimize=false&runs=200&gist=
REMIX EXAMPLE PROJECT
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer.
It contains 3 directories:
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name.
2. 'scripts': Holds two scripts to deploy a contract. It is explained below.
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity.
SCRIPTS