fsmanuel
47b8421d35
Rename loading.hbs to application-loading.hbs
2018-06-14 19:04:42 +02:00
fsmanuel
38d853a272
Remove spinner route
2018-06-14 19:04:22 +02:00
fsmanuel
ba9b3530fa
Rename truffle-kredits to kredits-contracts
2018-06-14 18:11:56 +02:00
fsmanuel and GitHub
ba50e5a878
Merge pull request #58 from 67P/cleanup/kredits-service
...
Cleanup kredits service
2018-04-21 10:09:35 +00:00
fsmanuel
acd1ce28f4
Use .init() instead of static .setup()
2018-04-21 11:58:17 +02:00
fsmanuel
1b2b1bd447
Fix contributor deserialize test
2018-04-21 11:34:41 +02:00
fsmanuel
7083d2369d
Fix eslint
2018-04-21 11:20:47 +02:00
fsmanuel
8fed06b494
Rename initEthProvider to getEthProvider
2018-04-21 11:15:13 +02:00
fsmanuel
75650c19ab
Cleanup kredits service
2018-04-21 11:05:02 +02:00
fsmanuel
ade47dadde
Lock ethers.js at 3.0.15
2018-04-21 10:43:03 +02:00
fsmanuel and GitHub
eaec617756
Merge pull request #57 from 67P/use-kredits-npm-lib
...
Remove kredits library files and use npm package
2018-04-18 22:50:41 +00:00
fsmanuel
2199394abc
Use kredits-contracts master
2018-04-19 00:44:34 +02:00
fsmanuel
93a18a8a20
Remove unused dependencies
2018-04-19 00:10:43 +02:00
fsmanuel
2190b7af68
Remove in-repo addon
2018-04-18 22:55:49 +02:00
fsmanuel
3839eb2be4
Fixes and cleanup
2018-04-15 21:33:37 +02:00
fsmanuel
a04ab09ed6
Move event handler assignment into method
2018-04-15 20:49:17 +02:00
fsmanuel
89d6b920b1
Remove unused Ember import
2018-04-15 20:38:24 +02:00
fsmanuel
d425ed6b9e
Move contract event handling into service
2018-04-15 20:36:21 +02:00
fsmanuel and GitHub
e4215557c8
Merge pull request #49 from 67P/feature/store-models-in-service
...
Move contributors + proposals to service
2018-04-15 18:35:10 +00:00
fsmanuel
fcc4045a4e
Merge branch 'master' into feature/store-models-in-service
...
# Conflicts:
# app/controllers/index.js
# tests/unit/controllers/index-test.js
2018-04-15 20:23:39 +02:00
fsmanuel and GitHub
5bcce71b36
Merge pull request #50 from 67P/refactor/naming-conventions
...
Refactor/naming conventions
2018-04-15 18:17:47 +00:00
fsmanuel and GitHub
c9abec8a46
Merge pull request #47 from 67P/features/initialize-error-handling
...
Fail smarter with better error handling
2018-04-15 18:14:12 +00:00
fsmanuel
e5f69a5e9a
Remove unused computed
2018-04-15 19:09:16 +02:00
fsmanuel
99bbcda709
Move contributors + proposals to service
...
With this change we have all the contributors + proposals all the time in one place and can update them via events.
2018-04-15 19:02:57 +02:00
fsmanuel and GitHub
5d875d23e2
Merge pull request #44 from 67P/fix/proposal-loading
...
Fix proposal loading
2018-04-10 17:48:53 +02:00
fsmanuel
e527099b00
Fix tests
2018-04-09 02:26:03 +02:00
fsmanuel
7e04cef964
Extract kredits module
2018-04-09 02:09:38 +02:00
fsmanuel
f985ce6402
So sad that I can not force push!
2018-04-08 14:41:08 +02:00
fsmanuel
f54a36f240
Use getProposalById instead of buildModel
2018-04-08 14:33:38 +02:00
fsmanuel
28f7466595
Cleanup controller, templates and service
2018-04-08 14:06:16 +02:00
fsmanuel
adcc81ba52
Move tests
2018-04-08 02:27:56 +02:00
fsmanuel
31a1f21dcd
Fix linting
2018-04-08 02:13:07 +02:00
fsmanuel
b7316e15a2
Align *Proposal to *Contributor methods
2018-04-08 02:01:10 +02:00
fsmanuel
ad92ffa447
Extract serializer
2018-04-08 02:01:10 +02:00
fsmanuel
45044c0f61
Refactor controller and route
...
I’m not sure how the queryParams are used so I removed them. I’m happy to readd them.
2018-04-08 02:01:10 +02:00
fsmanuel
cc7c47cbab
Refactor proposal form
2018-04-08 02:01:02 +02:00
fsmanuel and GitHub
27f4006f05
Merge pull request #37 from 67P/refactor/get-contributor-by-id
...
Refactor getContributorById to be move generic
2018-04-08 01:32:46 +02:00
fsmanuel
576313a7b0
Update according to suggestions
2018-04-08 01:25:59 +02:00
fsmanuel
a0dd8b925b
Refactor getContributorById to be move generic
...
We can use this generic functions also for the upcomig proposal refactoring.
2018-04-08 00:54:42 +02:00
fsmanuel
21f187cac2
Replace missed profileHash with ipfsHash
2018-04-08 00:44:25 +02:00
fsmanuel and bumi
d8951caddb
Block in application route if accountNeedsUnlock
...
The index route never gets invoked if you reload on the proposal page. That change makes sure we always initialize `ethProvider`.
2018-04-07 22:43:22 +00:00
fsmanuel and GitHub
206c657b98
Merge pull request #34 from 67P/features/balance-from-contributors
...
Use getContributorById call to get contributor data
2018-04-07 22:22:35 +02:00
fsmanuel and bumi
6e262537a4
Extract multihash functions
2018-04-07 18:47:16 +00:00
fsmanuel and bumi
939baec1a8
Add alert message after saved
2018-04-07 17:22:33 +00:00
fsmanuel and bumi
429f670c12
Better assign
2018-04-07 17:22:33 +00:00
fsmanuel and bumi
b21d2ad864
Extract serializer logic into lib
...
To use the same code in hubot I extracted the serializer logic into lib to later move it into `truffle-kredits` when we are done with all other common logic.
2018-04-07 17:22:33 +00:00
fsmanuel and bumi
8f841522a3
Refactor add-contributor component to DDAU
2018-04-07 17:22:33 +00:00
fsmanuel and GitHub
fa7db66f4e
Merge pull request #31 from 67P/feature/account-badge
...
Add account badge
2018-04-06 17:54:53 +02:00
fsmanuel and GitHub
1a58099413
Merge pull request #29 from 67P/ethers
...
Use ethers.js instead of the old web3
2018-04-04 14:20:55 +02:00
fsmanuel and GitHub
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
ee0d3370b1
Fix travis
2018-04-02 20:40:59 +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
fsmanuel
0d1418e595
Fix package.json
2018-04-01 15:24:45 +02:00
fsmanuel
7db521a72a
Fix kredits-contracts dependency
2018-04-01 15:23:05 +02:00
fsmanuel
e7ff606891
Update readme
2018-04-01 15:21:14 +02:00
fsmanuel
f12740dfa8
Update kredits service
2018-04-01 03:20:16 +02:00
fsmanuel
020a1c5682
In repo contracts addon
2018-04-01 03:16:22 +02:00