Commit Graph

548 Commits

Author SHA1 Message Date
bumi 1f248812a7 Reimbursement.getReimbursement vs. Reimbursement.get 2020-05-29 15:12:57 +02:00
bumi 3f8407fa02 Update apps/reimbursement/contracts/Reimbursement.sol
Co-authored-by: Sebastian Kippe <sebastian@kip.pe>
2020-05-29 11:31:51 +02:00
bumi a0b0183beb Add Reimbursement app 2020-05-29 10:46:55 +02:00
bumi 2b99593699 Merge pull request #196 from 67P/chore/dependency-updates
Chore/dependency updates
2020-05-27 16:22:40 +02:00
bumi 606350eb5e Update solc
our contracts still use an older version, but I guess it is good to have
the latest solc package
2020-05-27 10:53:31 +02:00
bumi a330a8eedf npm upgrade 2020-05-27 10:46:41 +02:00
bumi 3c72fa3a8b run npm upgrade in every app
are those package-lock.json there actually used?
2020-05-27 10:31:12 +02:00
bumi a4ef2398be update dependencies 2020-05-27 10:06:06 +02:00
basti 31c29ab6d0 Merge pull request #194 from 67P/updates
Some required dependency updates
2020-05-07 10:08:26 +02:00
basti ef0c0c0a39 (ci) Disable all tests 2020-05-07 09:59:27 +02:00
basti 844bdbd681 (ci) Disable token tests
They are failing in different ways both locally and on Travis.
2020-05-07 09:51:26 +02:00
basti 9d96824fe9 (ci) Wait a little for the devchain to start up 2020-05-07 09:41:11 +02:00
basti d246531cfa Update package lockfile 2020-05-07 09:40:58 +02:00
basti 6be06b2e57 Merge branch 'master' into updates 2020-05-07 09:30:29 +02:00
basti c2220c3654 Fix ESLint error 2020-05-07 09:27:15 +02:00
bumi 5044d8fe41 fix syntax error 2020-04-15 20:44:13 +02:00
bumi 3c49c688d2 Add missing dev dependencies and update dependencies 2020-04-15 20:43:46 +02:00
bumi 47f59126a7 5.5.0 2020-03-01 12:46:22 +01:00
bumi 2ce5d925d0 Merge pull request #182 from 67P/chore/update_dependencies
WIP: Fix Aragon breaking changes; update dependencies
2020-02-20 11:42:04 +00:00
bumi 3db89b0fa3 Refactor kredits related configuration in arapp.json
we use an environment specific entry for the daoAddress.
Locally we deploy our own, but for rinkeby and other public networks
we use the official entries.
To make deployments easy we store the address in the arapp.json
2020-02-10 15:55:16 +01:00
bumi 190d3b77d5 Update tests
getContract now seems to return a Promise
2020-02-10 14:59:22 +01:00
bumi b7eac4202c Adjust deploy script and readme for updates 2020-02-10 14:30:03 +01:00
basti 93aeea69c6 Fix test commands
Aragon CLI does not come with the contracts command anymore.
2020-02-08 17:37:26 -05:00
basti e7700d5ec7 Remove @aragon/cli from app package configs
We're assuming a global install now.
2020-02-08 17:36:48 -05:00
basti c3eced5c1d Remove apm app config keys 2020-02-08 17:19:39 -05:00
basti 4c6ed12167 Re-add fixed package lock 2020-02-08 16:41:08 -05:00
basti 9431bc22a6 Re-add package lock fix script
m(
2020-02-08 16:36:29 -05:00
basti 78c8052629 Update dependencies
Dance the update dance with me.
2020-02-08 16:28:13 -05:00
basti a318fe8374 Add release-drafter config 2019-09-18 12:49:00 +02:00
basti eded4a811f Merge pull request #175 from 67P/feature/zoom-profile
Add support for zoom profiles
2019-09-18 09:28:19 +02:00
basti 66a37a1e74 Improve property name 2019-09-18 08:44:13 +02:00
bumi aba4a23104 Fixes & linting 2019-09-17 18:30:19 +02:00
bumi 13ed02e134 Add support for zoom profils
This adds an accessor for the zoom_name to the contributor profile.
Doing this also removes general support for preserviing the contributor
accounts array as this was buggy and caused accounts to be added
multiple times.
2019-09-17 17:24:35 +02:00
basti 48ff304861 Merge pull request #166 from 67P/dev/remove_yarn_lockfile
Remove yarn lockfiles
2019-08-27 12:34:29 +02:00
bumi 1c1a318ae6 Merge pull request #165 from 67P/docs/blocktime
Document how to configure block time for Ganache
2019-08-09 22:10:06 +00:00
basti 580d6e8f51 Remove yarn lockfiles 2019-08-09 19:03:29 +02:00
basti a572f02b2e Merge pull request #164 from 67P/chore/remove-cached-artifacts
Remove cached artifacts
2019-08-09 19:00:21 +02:00
basti abd4caa336 Document how to configure block time for Ganache 2019-08-09 18:58:20 +02:00
bumi f1941eb6b8 Remove cached artifacts
Thos should be generated on every contract app deployment and thus don't need to
be in the repo.
We also don't have those for the other contract apps.
2019-08-09 18:46:36 +02:00
basti ddeeb5ffd7 Merge pull request #162 from 67P/dev/aragon_truffle
Remove Aragon CLI, document system deps
2019-08-09 18:38:40 +02:00
basti ae71691c5b Install Aragon CLI and Truffle on Travis 2019-08-09 18:26:38 +02:00
basti 819fbc547a Add contract publish options
This removes most of the features we don't need/want and minimizes
prompts during the bootstrap process.
2019-08-09 18:18:36 +02:00
basti 7236b04b4b Remove Aragon CLI, document system deps
In order to prevent regular issues with the notoriously npm-issue-ridden
Aragon CLI module, this removes it as a direct dependency and requires
it to be installed as a system dependency.

Also adds Truffle as a system dependency to the docs (which was missing
before).
2019-08-09 18:04:21 +02:00
basti f746470cf6 Merge pull request #161 from 67P/fix_typos
Fix a few typos in the README
2019-08-07 16:42:01 +02:00
Greg Karékinian 5452cf2dad Fix a few typos 2019-08-07 15:55:11 +02:00
basti 3c08e3ecfc Merge pull request #160 from 67P/bugfix/packages-install-scripts
Fix package script command deploy:kit
2019-08-04 19:42:42 +02:00
fsmanuel 6e8c994a0a Fix package script command deploy:kit 2019-08-04 19:37:31 +02:00
Haythem Sellami fd844a00fd Test token app (#157)
* test token app
* update travis config
2019-07-31 15:17:38 +00:00
Haythem Sellami eb4e06edf1 Contributor app tests (#143)
Adds tests for the contributor contract
2019-07-22 06:55:22 +00:00
bumi 4ae17aa36f Merge pull request #156 from haythem96/refactor-get-contract
Refactor get apps contract functions
2019-07-22 06:54:05 +00:00