basti
44b4340a91
New CSS grid layout
2018-06-16 16:09:33 +02:00
basti
24e3171311
Add topbar, move account info to top-right corner
2018-06-16 15:36:35 +02:00
basti
575c1a11c2
Merge pull request #70 from 67P/feature/loading-indicator
...
Feature: Loading indicator
2018-06-14 19:24:03 +02:00
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
basti
0320d6149f
Merge pull request #69 from 67P/rename-truffle-kredits
...
Rename truffle-kredits to kredits-contracts
2018-06-14 18:51:05 +02:00
fsmanuel
ba9b3530fa
Rename truffle-kredits to kredits-contracts
2018-06-14 18:11:56 +02:00
basti
e78832e2c8
Merge pull request #67 from 67P/eth-signer-loading
...
Pass ETH signer only if it can actually sign
2018-06-14 15:14:23 +02:00
bumi
804060ad34
Pass ETH signer only if it can actually sign
...
We have seen an "no accounts" invalid operation getAddress when trying
to call a contract function in the init calls.
It seems ethers has a problem with a signer that does not have any
accounts - even though we don't try to sign an actual transaction and
only read data from the contract.
This change only passes the signer if we have an unlocked web3 provider
(metamask).
2018-06-14 15:00:43 +02:00
basti
840519a437
Merge pull request #66 from 67P/features/run-scripts
...
Add npm script to run app with local network
2018-06-07 17:58:02 +02:00
bumi
7c54ebcbd0
Add npm script to run app with local network
...
npm run start:local - sets NETWORK_ID and WEB3_PROVIDER_URL to local
network defaults
2018-06-07 17:28:13 +02:00
bumi
d07c0d67bf
Merge pull request #65 from 67P/feature/switch_to_infura
...
Update contracts, Ethereum/IPFS configs
2018-06-07 14:37:17 +00:00
basti
a0ee2f7bb8
Use our new IPFS node
2018-06-07 13:32:43 +02:00
basti
d070288e17
Switch from our own Parity to Infura in prod
2018-06-04 14:13:53 +02:00
basti
681f80f6ab
Use contracts from npm
2018-06-04 14:13:46 +02:00
bumi
eb5c87308a
update kredits-contracts/truffle-kredits
2018-04-22 19:47:53 +02:00
basti
3e7fe1b5be
Add npm command for running on kovan
2018-04-21 20:19:21 +02:00
basti
552ca3026d
Update truffle-kredits
2018-04-21 20:19:01 +02:00
fsmanuel
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
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
bumi
7da4956f1e
Fix tests
...
These tests must be moved into the kredits-contract package. The
serialization is happening there.
They should be ported to mocha/chai probably
2018-04-18 20:19:26 +02:00
bumi
31e27865bb
Use kredits-contracts from npm
2018-04-18 19:26:35 +02:00
bumi
967f213cba
Remove build script to write address/abi json
...
those are now in the kredits-contracts library
2018-04-18 19:24:38 +02:00
bumi
0e556aa794
Remove kredits library files and use npm package
...
Currently it uses the package directly from git
2018-04-18 19:01:26 +02:00
basti
e2ac6099e3
Merge pull request #56 from 67P/naming-conventions
...
Adjust for latest naming conventions
2018-04-17 13:29:08 +02:00
basti
a4088e7acf
Merge branch 'master' into naming-conventions
2018-04-17 12:55:20 +02:00
basti
550bd48fdb
Merge pull request #55 from 67P/dev/ember_upgrade
...
Update Ember to 3.1
2018-04-17 12:53:30 +02:00
bumi
f0f82a96fb
Adjust for latest naming conventions
...
expept the renaming of ipfsHash to hashDigest all are already reflected
in the contracts
2018-04-17 11:43:44 +02:00
basti
8d303ea5af
Fix tests, remove obsolete initializers
2018-04-17 01:38:21 +02:00
basti
c0b5c36115
Don't inject kredits service in models
2018-04-16 19:23:28 +02:00
basti
ba3c707da3
Fix ESLint errors
2018-04-16 19:14:37 +02:00
basti
b09f19f399
Update Ember to 3.1
2018-04-16 18:11:52 +02:00
bumi
539f32911d
Merge pull request #53 from 67P/docs/readme_local_contracts
...
Update README
2018-04-16 15:12:20 +00:00
basti
e009caaf25
Add ember-cli-update
2018-04-16 13:38:27 +02:00
basti
1761ffbd3b
Update README
...
Improve description and instructions for running against a local
development chain/node and IPFS node.
2018-04-16 12:49:49 +02:00
bumi
33d6499dd4
Merge pull request #51 from 67P/feature/contract-events
...
Move contract event handling into service
2018-04-15 19:58:23 +00: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
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