bumi
6354b03717
cleanup
2018-04-03 20:32:46 +02:00
bumi
5d6b4a5255
fix linting errors
2018-04-03 19:19:11 +02:00
bumi
3f0b1ccbcd
Use ethers.js instead of the old web3
...
the web3 we are using is old and everything will change with web3 1.0
which is currently in beta for ages.
ethers.js seems to be a bit more lightweight and implements pretty much
the same API so let's give it a try.
2018-04-03 18:35:29 +02:00
fsmanuel
f00ecfd9ab
Merge pull request #28 from 67P/refactor/proposal-ipfs-hash
...
Handle new IPFS hashes in proposal
2018-04-02 21:00:58 +02:00
fsmanuel
73d7ed52dd
Refactor contributor
2018-04-02 19:08:29 +02:00
fsmanuel
6a31b0d579
Rename contributor.kredits to .balance
2018-04-02 19:07:42 +02:00
bumi
869c4c0ae9
Handle new IPFS hashes in proposal
2018-04-02 18:19:22 +02:00
bumi
4be696ea62
Fix contract events handling
2018-04-02 18:18:34 +02:00
bumi
83a0d56314
Update ipfs-api dependency
2018-04-02 18:17:50 +02:00
fsmanuel
f12740dfa8
Update kredits service
2018-04-01 03:20:16 +02:00
basti
576e2741a9
More contract-related adjustments
2017-08-14 15:31:58 +02:00
basti
72cf4b495e
Adjust for new contract wrapper (WIP)
2017-08-12 13:59:18 +02:00
basti
22affa7663
Edit account-unlock message/hint
2017-06-14 07:43:38 +02:00
galfert
b125d941ba
Ask user to unlock their account
2017-06-14 01:55:39 +02:00
basti
993cd85e4a
Improve waiting for window.onload
...
In case the window load event was fired before getting to the Ember
initializer, it would pause app loading indefinitely. This makes sure
that app loading is only paused, if there's still an event to wait for.
2017-06-13 14:27:09 +02:00
galfert
e51586a78c
Pause app boot until window load event fired
...
Refs #17
Allows the user provided Web3 instance to be inserted before we
try to use it.
2017-06-13 13:35:44 +02:00
basti
918ae5b2d1
Fix property dep
2017-06-08 17:06:19 +02:00
basti
6263254a1b
Specify radix parameter for parsing amount
2017-06-08 16:53:40 +02:00
basti
99e921c302
Throw error when file couldn't be fetched from IPFS
2017-06-08 16:42:16 +02:00
basti
7f2f781a77
Don't try to save proposal when invalid
2017-06-08 16:41:53 +02:00
basti
3571cc633e
Improve computed-property dependency
2017-06-08 16:41:03 +02:00
basti
2011636173
Add contribution details as title
2017-06-07 13:01:35 +02:00
basti
cbb15f4d6f
Fix mobile layout, add contribution kind to props
2017-06-07 12:46:03 +02:00
basti
33072900e9
Use contributor's display name for proposal list
2017-06-07 12:45:30 +02:00
basti
c98a50cd42
Fix mobile layout
...
Unfortunately also breaks the animation when opening contributor
details for now. Couldn't get it to work again.
2017-06-07 11:11:01 +02:00
basti
1f41dbcae5
Load contribution details from IPFS
2017-06-07 10:35:57 +02:00
basti
a918719b8f
Decrease overall UI size a bit
2017-06-07 10:35:36 +02:00
basti
7b91e64af4
Create contribution IPFS objects, attach to proposals
2017-06-06 21:27:05 +02:00
basti
0afbeea01b
Use newly generated UUID as ID for new contributor
2017-06-06 19:57:24 +02:00
basti
0510cf2389
Set contributor kind from IPFS profile
2017-06-06 19:56:55 +02:00
basti
c893f91ce2
Improve logging
2017-06-06 19:56:40 +02:00
basti
eced2f423f
Minimal validation for amount
2017-06-06 19:56:15 +02:00
basti
6eeb505701
Use correct property for dep
2017-06-06 19:55:59 +02:00
basti
4cb3f5d8ba
Use profile data from IPFS for contributor models
2017-06-06 19:05:42 +02:00
basti
240d446b97
Remove obsolete output
2017-06-05 22:08:13 +02:00
basti
33e81a7668
Store proper contributor profile in IPFS
2017-06-05 21:58:46 +02:00
bumi
f8b75cca61
Manually set networkId
...
By default kredits-contracts gets the networkId from the web3 object.
This causes some random JSON RPC errors when using MetaMask:
https://github.com/MetaMask/metamask-plugin/issues/1538
This set the default networkId to 17 which is our custom private
network. For development purposes the networkId can also be set
dynamically through the config:networkId local storage entry.
2017-06-04 19:28:14 +02:00
bumi
32e1bbd617
no more evil while loop
2017-06-04 19:27:59 +02:00
basti
1de26004ab
Use correct properties as dependency
2017-06-04 17:09:21 +02:00
basti
40d6b9905a
Observe kredits property in computed array
2017-05-31 17:06:50 +02:00
basti
eda0f7a467
Hide new-proposal link for non-wallet users
2017-05-20 21:25:48 +02:00
galfert
f875cd7b91
Choose contributors from list for new proposals
2017-05-20 02:37:11 +02:00
basti
2405e3e118
Show correct number for kredits distribution
2017-05-14 16:25:02 +02:00
basti
d7aaadea2b
Only show conributors with Kredits in list
2017-05-14 16:16:12 +02:00
basti
8d07c7d741
Update page title
2017-05-14 15:18:15 +02:00
basti
2b260bccd5
Merge pull request #10 from 67P/feature/locally-configurable-provider
...
Add support to locally conifgure web3 provider
2017-05-14 15:05:31 +02:00
bumi
7299394809
Add support to locally conifgure web3 provider
...
If no web3 is provided from the browser we check if a
config:web3ProviderUrl item is set in localstorage.
If yes we connect to that provider otherwise use the default config.
Helpful for working simultanously with different chains and providers.
2017-05-14 12:37:47 +02:00
basti
0b7afc0dd5
Update kredits, be expressive about contract options
2017-05-14 01:09:53 +02:00
basti
f57e90941c
Merge pull request #9 from 67P/configurable-provider
...
Make web3 provider URL configurable; default to infura
2017-05-13 17:06:33 +02:00
bumi
859cca3820
Merge
2017-05-12 20:04:28 +02:00