Ricardo Guilherme Schmidt
e83f7f1583
new factory address
2017-08-20 00:48:24 -03:00
Teemu Patja
43ea9b91e0
Fix bug in send-transaction
2017-08-19 21:27:01 +03:00
Teemu Patja
87effb5f6c
eth.core improvements
...
* add conversion func for (big)int -> hex string
* use integer instead of hex string for gas-price
2017-08-19 12:52:27 +03:00
Teemu Patja
c647e4afd4
Read data from parity token registry + fix build
...
* read data from parity's mainnet token registry contract to a clojure
map
2017-08-19 12:52:27 +03:00
Teemu Patja
815544ec12
Fix compile error
2017-08-18 15:13:28 +03:00
Teemu Patja
350657a488
Remove duplication
...
* refactor duplication out of map values
2017-08-17 18:30:24 +03:00
Teemu Patja
7dde94ef65
Fix compile errors
...
* fix cyclic dependency issue
* fix several compile errors
2017-08-17 17:38:57 +03:00
Teemu Patja
6d7f47df4b
Replace hard-coded hex strings with util fn calls, refactoring
...
* replace hard-coded hex-strings with
* refactor some clojure code
2017-08-17 16:37:04 +03:00
Ricardo Guilherme Schmidt
ee5823a120
owners array getter, better custom tokenlist, interface to new contract
2017-08-17 10:06:14 -03:00
Teemu Patja
902129d639
Utility function for computing topic-id
...
* added utility function for computing topic ID hex-string from event signature
2017-08-17 14:52:38 +03:00
Teemu Patja
074f510aa5
Un-hardcode another hex method ID
2017-08-17 13:32:59 +03:00
Teemu Patja
c0fa786225
Remove unused function
2017-08-17 13:19:01 +03:00
Teemu Patja
8599b67dd9
Eliminate need for hard-coded hex method IDs
...
* utility function for computing method-id hex string from method
signature
* use util function in most places (TODO: find out missing hex
method-id signatures)
2017-08-17 13:11:17 +03:00
Teemu Patja
cc36b5bb02
Update dependencies + minor refactoring
...
* update all dependency libraries to latest
* use ring.util.http-response instead of ring.util.response everywhere
2017-08-17 11:42:08 +03:00
Teemu Patja
2bb7790768
Github comment improvements
...
* add missing "ETH" to github comment
* use 6 decimals instead of 8 for github comment + image
2017-08-14 13:18:33 +03:00
Teemu Patja
209698c170
Get USD value for token-value map
...
* get current USD value for an arbirary size token-value map
2017-08-04 12:16:13 +03:00
Teemu Patja
f379da4924
Support for getting token USD value
...
* utility function for getting current USD value of a crypto token
from cryptonator API
2017-08-04 11:50:51 +03:00
Ricardo Guilherme Schmidt
24e3ae84f1
added to clj
2017-08-03 04:50:22 -03:00
Ricardo Guilherme Schmidt
a5a4bec9ef
changed function signatures in commiteth
2017-08-02 00:11:12 -03:00
Ricardo Guilherme Schmidt
a24170baed
erc20-enhanced-wallet
2017-07-31 17:34:17 -03:00
Teemu Patja
4061f0c5b3
Keep bounty issue titles up-to-date with github
...
* update changed bounty issue titles at startup
* update changed issue title in issue edited webhook handler
Fixes : #67
2017-06-13 10:26:22 +03:00
Teemu Patja
5c004bbb47
Fix bug in configurable gas price
2017-06-07 16:07:22 +03:00
Ricardo Guilherme Schmidt
d30f9f9f01
hardcode gas value at 524288 gas
2017-06-06 18:37:17 -03:00
Ricardo Guilherme Schmidt
57ce1831c8
fix compile error
2017-06-06 17:28:53 -03:00
Ricardo Guilherme Schmidt
1daa5c342d
fixes confirm bug https://github.com/status-im/commiteth/issues/61
2017-06-06 16:13:09 -03:00
Teemu Patja
8a8f531733
Use provided :gas value in send-transaction if given
2017-06-06 21:35:12 +03:00
Teemu Patja
943b0bfdac
Indicate rinkeby usage on github comment when using testnet
2017-06-02 13:35:05 +03:00
Teemu Patja
26bc685f91
Add some debug logging
2017-06-02 13:08:33 +03:00
Teemu Patja
a2f788aa71
Use complete for redirect after logout
2017-06-02 12:29:03 +03:00
Teemu Patja
09c448d282
Use complete URL in redirect (fixed testnet login)
2017-06-02 12:17:14 +03:00
Teemu Patja
12671cd2c3
Revert "Testnet usage related fixes"
...
This reverts commit d8965025d1eff77758951ed03494272e37708e71.
2017-06-02 11:00:28 +03:00
Teemu Patja
a90c9569e2
Revert "Use /test URL prefix from CLJS when on testnet"
...
This reverts commit 3bb8219f49f7e89354b8890346937128f12fff04.
2017-06-02 10:59:38 +03:00
Teemu Patja
d8965025d1
Testnet usage related fixes
2017-06-01 16:47:12 +03:00
Teemu Patja
3bb8219f49
Use /test URL prefix from CLJS when on testnet
...
* because we are not using a virtual host for the testnet instance,
the client AJAX requests must prefix http path with '/test'
2017-06-01 14:37:05 +03:00
Teemu Patja
57f136bdb3
Move testnet setting to config.edn
...
* use config.edn/environment for on-testnet instead of system property
to make deployment simpler
2017-06-01 14:26:25 +03:00
Teemu Patja
55cba00fa0
Merge branch 'develop' into develop
2017-06-01 13:36:13 +03:00
Ricardo Guilherme Schmidt
f77fa9fea2
updated multisig to enhanced multisig
2017-06-01 01:02:07 -03:00
Teemu Patja
52eb4471fe
Configurable gas price, eth RPC URL
...
* config params for gas price and geth RPC URL
Fixes : #59
2017-05-31 16:39:29 +03:00
Teemu Patja
babca32460
Disable re-deploying of failed contracts
...
* do not try to automatically re-deploy failed bounty contracts
2017-05-31 11:50:24 +03:00
Teemu Patja
7285987292
Improve recovery mechanism
...
Only consider un-mined contract deployments older than 1 hour as
failed
2017-05-31 10:44:45 +03:00
Teemu Patja
f171259ed4
Recover from bot account ETH balance running out
...
Recover from situation where Commit ETH bot account's ETH balance runs out and gets replenished by re-deploying contracts that were not actually written to the blockchain.
Fixes : #58
2017-05-31 09:32:46 +03:00
Ricardo Guilherme Schmidt
695e3d14b8
Merge pull request #1 from status-im/develop
...
Mainnet support
2017-05-30 19:26:51 -03:00
Ricardo Guilherme Schmidt
d488169597
added balance-of tokens
2017-05-25 06:30:46 -03:00
Ricardo Guilherme Schmidt
bde4627b23
added erc20-transfer
2017-05-25 06:22:48 -03:00
Ricardo Guilherme Schmidt
0d84b80456
removed wei from execute, changed format-call-params to public
2017-05-25 05:51:13 -03:00
Teemu Patja
ad2e396ef1
Mainnet support
...
* show "Mainnet" instead of "Testnet" on github issue comments and web UI
if commiteth.onTestnet system property is truthy
2017-05-21 11:07:19 +03:00
Teemu Patja
098893e0d9
Merge pull request #53 from coopermaruyama/estimate-gas
...
feat(eth): Estimate gas instead of hard coding.
2017-04-13 12:37:19 +03:00
Teemu Patja
d6aaa2dcea
Fix calls to users/create-user
...
* remove extraneus parameter to users/create-user in pull_request
webhook handler (Fixes #54 )
* fix db test
2017-04-12 12:36:53 +03:00
Cooper Maruyama
8006646d6d
feat(eth): Esimtae gas instead of hard coding.
...
Closes #19 .
2017-04-10 23:15:05 -07:00
Teemu Patja
0f3f06c19a
Add missed file
2017-04-06 22:59:50 +03:00