Move all metadata to IPFS with proper schemas #16

Merged
raucao merged 23 commits from feature/ipfs-metadata into master 2017-06-08 22:28:15 +00:00
Showing only changes of commit 3571cc633e - Show all commits
+2 -2
View File
3
@@ -18,9 +18,9 @@ export default Component.extend({
inProgress: false,
isValidAddress: function() {
return this.get('kredits.web3Instance')
return this.get('kredits.web3')
.isAddress(this.get('newContributor.address'));
}.property('newContributor.address'),
}.property('kredits.web3', 'newContributor.address'),
isValidName: function() {
return isPresent(this.get('newContributor.name'));
2