bumi
83fd9a94b0
Merge pull request #104 from 67P/feature/handle-kredits-balances
...
Fix kredits balance handling
2019-04-19 13:44:35 +00:00
bumi
562a8d159b
Cleanup
2019-04-19 14:54:18 +02:00
basti
1000dd12bc
Merge pull request #105 from 67P/chore/package_cleanup
...
Clean up package.json a bit
2019-04-19 11:09:32 +01:00
bumi
6f4afaf84a
List only contrbutors with more than 0 kredits
...
This is a bit of a problem because we list integer values, so if
somebody has less than 1 Kredit than they would still show up. Not sure
what is the best to do here. - but this should be good enough for now.
2019-04-19 11:45:53 +02:00
basti
5de33a18f5
Clean up package.json a bit
...
* Remove node 6 from engines
* Remove contributors array, because we don't maintain it automatically
and it was already out of date
2019-04-19 10:45:30 +01:00
bumi
2aae2a8f90
Fix kredits balance handling
...
Kredits are stored on the Token contract as uint256 / bignumbers with 18
decimal points. Just like Ether and required by the ERC20 standard.
So we need to work with bignumbers and format a bignumber value here.
2019-04-19 11:37:18 +02:00
bumi
6dcbd1efbf
Default to open.aragonpm.eth in production.
2019-04-18 11:23:24 +02:00
basti
a2ddb2313d
Merge pull request #103 from 67P/chore/weltempfaenger-release
...
Update kredits-contracts
2019-04-17 10:54:34 +01:00
basti
6de7f64d3d
Update kosmos-schemas
2019-04-17 10:45:38 +01:00
basti
d0cae59070
Update kredits-contracts
2019-04-17 10:38:36 +01:00
bumi
6bd87ae0de
Fu** you failing tests. You should not be here anyway
...
take my rm -rf muhahaha
2019-04-16 11:04:57 +02:00
bumi
0380ea3e98
Update kredits-contracts to weltempfänger rinkeby release
2019-04-15 19:31:58 +02:00
bumi
9dba432542
Merge pull request #102 from 67P/chore/ethereum-provider
...
Do not rely on web3 injection with new ethereum provider standard
2019-04-10 14:19:45 +00:00
bumi
da608a0012
Do not rely on web3 injection with new ethereum provider standard
...
when window.ethereum is available web3 is likely not available as the
browser uses the new provider standard.
So we either user the window.ethereum as provider or the
web3.currentProvider as legacy option.
2019-04-09 22:37:48 +02:00
basti
0af78e3dbd
Merge pull request #100 from 67P/feature/20-contributions
...
Switch to contribution token instead of proposals
2019-04-09 22:25:35 +02:00
basti
5db628311e
Fix confirmed/unconfirmed filter
2019-04-09 22:15:09 +02:00
basti
aa28a14d04
Switch to contribution token instead of proposals
...
No vetos yet, and only for collections (not creation).
closes #20
2019-04-09 12:55:44 +02:00
basti
9c4e431e3b
Update contracts module
2019-04-09 12:54:00 +02:00
basti
8984b1ecb7
Update start script for Rinkeby deployment
2019-04-09 10:10:17 +02:00
basti
f05b0bbd8b
Remove Bourbon and Neat
2019-04-09 10:09:29 +02:00
bumi
bff611f866
Merge pull request #94 from 67P/refactor/healthcheck-1
...
Add Kredits preflight checks
2019-04-05 13:01:02 +00:00
basti
b17e4c0a63
Use latest node.js LTS on Travis CI ( #99 )
...
Upgrade Travis image to 18.04, use nodejs 10
2019-04-05 13:54:16 +02:00
bumi
f0b75d96db
No bignumber anymore
...
as numbers are uint32 in the contract so no bignumber in JS anymore
2019-04-05 12:31:21 +02:00
bumi
190975b981
Merge pull request #97 from 67P/feature/87-metamask_privacy_mode
...
Support new Metamask/Web3 privacy mode
2019-04-04 23:24:02 +00:00
bumi
e4c9a88eca
Merge pull request #95 from 67P/chore/83-infura_auth
...
Use new Infura URL/auth
2019-04-04 23:07:00 +00:00
basti
1f8fa367a5
Support new Metamask/Web3 privacy mode
...
closes #87
2019-04-04 12:13:39 +02:00
basti
5202fe0f8e
Use new Infura URL/auth
...
closes #83
2019-04-04 10:57:02 +02:00
bumi
f202b34d28
Update README.md
2019-04-04 08:11:53 +00:00
bumi
07fa07eb22
Update README
2019-04-04 10:08:53 +02:00
bumi
137f9ae8bf
Add Kredits preflight checks
...
This should identify potential config issues and print a usefull error
message. e.g. if ipfs is not available.
2019-04-03 20:06:40 +02:00
basti
e44a8efa4a
Merge pull request #93 from 67P/fix/contributor-list-on-proposals
...
Remove default contributors value in propsal component
2019-04-03 19:02:05 +02:00
basti
a7b288c25f
Merge pull request #92 from 67P/fix/bignumber-property
...
Fix bignumber computed property
2019-04-03 19:01:34 +02:00
galfert
3dbcba5eb2
Add empty array as default for contributors list
2019-04-03 14:25:59 +02:00
bumi
bd2a640be0
Remove default contributors value in propsal component
...
It seems that this somehow prevents/overwrites the contributors which
actually should be loaded in the controller.
2019-04-03 13:46:49 +02:00
bumi
889f2c05fc
Fix bignumber computed property
...
The ethers.js bignumber API changed in v4.x
2019-04-03 13:43:57 +02:00
basti
c3f2afcaf5
Use correct contracts branch
2019-04-03 12:35:44 +02:00
basti
32c85ea56b
Merge pull request #90 from 67P/update-kredits-contracts
...
Update kredits-contracts and ethers.js
2019-04-03 11:02:15 +02:00
basti
97210df0ba
Merge pull request #91 from 67P/bugfix/72-fix_current_user_highlighting
...
Fix highlighting of current user in contributor list
2019-04-03 11:00:03 +02:00
galfert
88be3525b5
Fix highlighting of current user in contributor list
...
Fixes #72
Introduces a helper to determine if a contributor is the current user.
2019-04-03 01:35:08 +02:00
basti
7da7de1edc
Make some kredits params configurable
2019-04-02 17:56:27 +02:00
basti
7592d67d69
Update package lock, use new contracts branch
2019-04-01 11:11:31 +02:00
bumi
b75ac5c8b9
Update kredits-contracts and ethers.js
...
This uses the new ethers.js 4.x API which is required by the new
kredits-contracts.
Also Operator is now Proposal in the new kredits-contracts wrapper
2019-03-29 19:54:45 +01:00
basti
2954955e39
Merge pull request #89 from 67P/feature/84-update_ember_3_8
...
Update Ember to version 3.8.0
2019-03-29 13:03:55 +01:00
galfert
1fb20b1d08
Fix linting errors
2019-03-27 18:19:25 +01:00
galfert
bfa0b350ac
Fix template linting errors
2019-03-27 18:19:10 +01:00
galfert
487013f301
Run codemods
2019-03-26 23:07:02 +01:00
galfert
b16bb2d93a
Update to Ember 3.8.0
2019-03-26 22:10:30 +01:00
basti
64997d74e9
Fix wrong level for CSS mobile query
2018-07-20 12:31:32 +02:00
basti
297ed4ee45
Merge pull request #77 from 67P/feature/charts
...
Add doughnut chart for contribution composition
2018-07-17 20:45:32 +02:00
basti
b4a094bc89
Add tests for contributions-by-type chart
2018-07-15 11:57:38 +02:00