basti
1b5f7ff95d
Merge pull request #93 from 67P/deployments/weltempfaenger-release
...
Production release to rinkeby
2019-04-13 11:07:58 +01:00
fsmanuel
b5b12e22ce
Readd solhint:default
2019-04-13 01:53:52 +02:00
fsmanuel
fe811cdb12
Use solhint:recommended
2019-04-13 01:17:38 +02:00
fsmanuel
42df6fe310
Fix solhint invocation
2019-04-13 01:10:40 +02:00
fsmanuel
c8805be054
Switch to yarn
2019-04-13 00:19:52 +02:00
fsmanuel
764f63fc8c
Trigger build
2019-04-13 00:14:23 +02:00
fsmanuel
f73ccedf42
Activate linting on travis
2019-04-13 00:10:21 +02:00
fsmanuel
a9093c1c40
Fix linter errors
...
# Conflicts:
# lib/contracts/contribution.js
# lib/contracts/contributor.js
# lib/contracts/proposal.js
# lib/kredits.js
# lib/utils/pagination.js
2019-04-13 00:08:12 +02:00
fsmanuel
e405644b1d
Add eslint and solhint
2019-04-13 00:03:16 +02:00
fsmanuel
f6189bf910
Add pagination for .all methods
...
I removed rsvp as a dependency as we only use Promise.all
2019-04-12 21:21:19 +02:00
bumi
b6c06c289c
Merge pull request #95 from 67P/cosmetics
...
Cosmetic cleanups
2019-04-12 18:55:59 +00:00
bumi
f405e39c04
Merge pull request #94 from 67P/bugfix/schema_changes
...
Refactor contribution serializer and validation
2019-04-12 18:54:56 +00:00
fsmanuel
1dbf3b5742
Cosmetic cleanups
2019-04-12 20:16:24 +02:00
basti
952b5153fd
Validate proposed contributions
2019-04-11 13:46:42 +02:00
basti
d953141f52
Refactor contribution serializer and validation
2019-04-11 13:05:40 +02:00
basti
aa57d7c70b
Adjust seeds for new requirements
2019-04-11 11:02:15 +02:00
basti
4c0bb879e8
Show IPFS hash in list script output
2019-04-11 11:01:45 +02:00
basti
9c5a517fb9
5.0.0
v5.0.0
2019-04-11 08:45:49 +02:00
basti
b00ddda312
Merge pull request #92 from 67P/feature/contribution_schema
...
Validate contribution docs against schema
2019-04-11 08:40:38 +02:00
basti
130e2a7797
Validate contribution docs against schema
...
Currently requires an open PR branch for the schemas, which is adding
date and time for contributions.
refs #30
2019-04-10 18:37:02 +02:00
bumi
27e5190e29
Production release to rinkeby
...
Deployed all apps and created a new Kredits DAO
2019-04-10 18:28:24 +02:00
basti
b9c171884b
Merge pull request #91 from 67P/feature/store-balance-as-wei
...
Store kredits tokens as wei with 18 decimals
2019-04-10 15:51:36 +02:00
bumi
4d2e0ea84b
Update Token symbol
2019-04-10 15:50:33 +02:00
bumi
26d12ba239
Store kredits tokens as wei with 18 decimals
...
This stores the tokens with 18 decimals as most other tokens and as
assumed by a potential future token standard EIP 777.
2019-04-10 13:59:00 +02:00
basti
1aae62e139
Merge pull request #88 from 67P/bugfix/confirmed-contributions
...
Fix confirmed contribution check
2019-04-09 22:36:37 +02:00
bumi
f21c4cf9de
Fix confirmed contribution check
...
If the blocknumber is higher or equal the contribution.confirmedAt block
number then the contribution is confirmed and can be claimed.
2019-04-09 22:30:17 +02:00
basti
6778b9060f
4.0.2
v4.0.2
2019-04-09 12:47:59 +02:00
basti
4d36f78824
4.0.1
2019-04-09 12:47:37 +02:00
basti
98ecf28262
Merge pull request #87 from 67P/dev/dependency_install
...
Rename postinstall script
2019-04-09 12:45:41 +02:00
basti
f5564fa923
Formatting, whitespace
2019-04-09 12:45:20 +02:00
basti
096a9f3cea
Update README for install-all script
2019-04-09 12:45:09 +02:00
basti
3d24835908
Merge pull request #86 from 67P/dev/bootstrap
...
Don't run `npm install` on bootstrap
2019-04-09 09:50:51 +02:00
basti
8cbef8458d
Rename postinstall script
...
Prevents it being run when contracts are installed as dependency.
2019-04-09 09:48:00 +02:00
bumi
9ca0580db6
Merge pull request #85 from 67P/dev/fix_seeds
...
Fix contributor ID in seeds
2019-04-09 07:33:42 +00:00
basti
dfe38e7d21
Don't run npm install on bootstrap
...
When one wants to install, they can install. When one wants to
bootstrap, they should be able to only bootstrap.
2019-04-09 08:44:56 +02:00
basti
377560805f
Fix contributor ID in seeds
...
We have one contributor less, after having removed the initial dummy
account recently.
2019-04-09 08:43:13 +02:00
bumi
65d9cf2a06
Fix bootstrap
...
This runs npm install for every app through a postinstall hook.
2019-04-08 18:10:13 +02:00
bumi
b35dc2049b
Merge pull request #82 from 67P/dev/list_contributions
...
Improve list-contributions script
2019-04-06 19:40:24 +00:00
basti
26c2710149
Improve list-contributions script
...
* Improve sort order of table columns
* Print if the contribution is confirmed
* Log error if something goes wrong
2019-04-06 17:56:48 +02:00
bumi
cc24c27444
Merge pull request #80 from 67P/chore/rename-ipfshash-1
...
Rename ipfsHash to hashDigest in Contributor
2019-04-06 13:55:19 +00:00
bumi
f717968402
Better function naming to update contributor profiles
2019-04-06 15:42:16 +02:00
bumi
14d7fbd75e
Rename ipfsHash to hashDigest in Contributor
...
naming should be consistent with the other contracts and digest is more
correct.
2019-04-06 15:24:44 +02:00
basti
7eb1fedb42
Merge pull request #76 from 67P/features/dynamic-core-flag
...
Dynamic function to test for core contributor flag
2019-04-06 15:19:01 +02:00
basti
cbfe39f804
Merge pull request #78 from 67P/feature/veto-period
...
Set contribution veto period to 1 week
2019-04-06 00:30:30 +02:00
bumi
a0e4f5410d
Set veto period to 1 week
...
This makes a contribution claimable after roughly 7 days
2019-04-05 20:30:02 +02:00
bumi
766463b57b
Dynamic function to test for core contributor flag
...
This removes the isCore flag and allows us to dynamically calculate the
core flag for contributors.
For now this is just us (the first 6 contirbutors)
Also we do not need the default contributor anymore because the deploy
user has the role to manage contributors and can create the first real
contributors.
2019-04-05 18:55:21 +02:00
basti
93e0b30b35
4.0.0
v4.0.0
2019-04-05 15:44:51 +02:00
bumi
6510dca4b1
Fix provider fallbacks for non dev networks
...
This now checks if frame or a local node is running and else uses infura
to connect to the ethereum network.
Now you can use all the helpers for the testnets/mainnet without running
anything (in readonly mode)
2019-04-05 13:51:23 +02:00
bumi
551edcfa72
Fix init kredits for readonly providers
...
The apm option was not passed on to kredits
2019-04-05 01:05:16 +02:00
bumi
d58e2d560a
deploy to rinkeby
2019-04-05 00:38:51 +02:00